Please if can help me somehow.
I have need to click on this element.
<td id="m6a7dfd2f_tdrow_[C:1]-c[R:0]" tablecell="1" class="tc cd" headers="m6a7dfd2f_ttrow_[C:1]-c">
<span id="m6a7dfd2f_tdrow_[C:1]_ttxt-lb[R:0]" align="left" ctype="label" tabindex="0" targetid="m6a7dfd2f_tdrow_[C:1]_ttxt-lb[R:0]" mxevent="click" class="text txtbold text label anchor" style="padding: 0px 0px 0px 1px; margin: 0px; cursor: pointer;">1000266</span>
</td>
I can find it but click() with this not help.
text = browser.find_by_xpath('//*[@id="m6a7dfd2f_tdrow_[C:1]_ttxt-lb[R:0]"]')
Thank You in advanced!
Miro