Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to click a button in a table using webdriver
    primarykey
    data
    text
    <p>I need to double click on a element(named users) which is inside a table. Tried with xpath but I get a error saying 'unable to locate element'. I also tried with className, linkText, tagName. Could anyone please with this. </p> <p>Here is the piece of html code </p> <pre class="lang-html prettyprint-override"><code>&lt;div id="gridpanel-1064" class="x-panel filesystem-filegrid x-grid-with-row-lines x-border-item x-box-item x-panel-default x-grid" style="right: auto; left: 305px; top: 0px; margin: 0px; width: 1373px; height: 343px;"&gt; &lt;div id="gridpanel-1064_header" class="x-panel-header x-docked x-panel-header-default x-docked-top x-panel-header-docked-top x-panel-header-default-docked-top x-layout-fit" style="width: 1373px; right: auto; left: 0px; top: 0px;"&gt; &lt;div id="toolbar-1075" class="x-toolbar x-docked x-toolbar-default x-docked-top x-toolbar-docked-top x-toolbar-default-docked-top x-box-layout-ct" style="width: 1373px; right: auto; left: 0px; top: 32px;"&gt; &lt;div id="headercontainer-1065" class="x-grid-header-ct x-docked x-grid-header-ct-default x-docked-top x-grid-header-ct-docked-top x-grid-header-ct-default-docked-top x-box-layout-ct" style="border-width: 1px; width: 1373px; right: auto; left: 0px; top: 59px;"&gt; &lt;div id="gridpanel-1064-body" class="x-panel-body x-grid-body x-panel-body-default x-layout-fit x-panel-body-default" style="width: 1373px; left: 0px; height: 226px; top: 84px;"&gt; &lt;div id="gridview-1074" class="x-grid-view x-fit-item x-grid-view-default x-unselectable" style="overflow: auto; margin: 0px; width: 1371px; height: 224px;" tabindex="-1"&gt; &lt;table id="gridview-1074-table" class="x-gridview-1074-table x-grid-table" cellspacing="0" cellpadding="0" border="0" tabindex="-1" style="width: 918px;"&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;colgroup&gt; &lt;tbody id="gridview-1074-body"&gt; &lt;tr id="gridview-1074-record-ext-record-23" class="x-grid-row x-grid-data-row" tabindex="-1" data-recordindex="0" data-recordid="ext-record-23" data-boundview="gridview-1074"&gt; &lt;tr id="gridview-1074-record-ext-record-24" class="x-grid-row x-grid-row-alt x-grid-data-row" tabindex="-1" data-recordindex="1" data-recordid="ext-record-24" data-boundview="gridview-1074"&gt; &lt;tr id="gridview-1074-record-ext-record-25" class="x-grid-row x-grid-data-row" tabindex="-1" data-recordindex="2" data-recordid="ext-record-25" data-boundview="gridview-1074"&gt; &lt;tr id="gridview-1074-record-ext-record-26" class="x-grid-row x-grid-row-alt x-grid-data-row" tabindex="-1" data-recordindex="3" data-recordid="ext-record-26" data-boundview="gridview-1074"&gt; &lt;tr id="gridview-1074-record-ext-record-27" class="x-grid-row x-grid-data-row" tabindex="-1" data-recordindex="4" data-recordid="ext-record-27" data-boundview="gridview-1074"&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1100 x-grid-cell-first x-unselectable x-grid-cell-special x-grid-cell-row-checker"&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-actioncolumn-1066 x-unselectable x-action-col-cell"&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1067 x-unselectable "&gt; &lt;div class="x-grid-cell-inner" style="text-align:left;" unselectable="on"&gt;users&lt;/div&gt; &lt;/td&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-actioncolumn-1068 x-unselectable x-action-col-cell"&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1069 x-unselectable "&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1070 x-unselectable "&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1071 x-unselectable "&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1072 x-unselectable "&gt; &lt;td class="x-grid-cell x-grid-td x-grid-cell-gridcolumn-1073 x-grid-cell-last x-unselectable "&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload