Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
subham chomal's user avatar
0 votes
1 answer
176 views

How to find out xpath of elements in client server based web application in IE11?

I am trying to find out xpath in web application with developer tools of IE but developer tools not open due to security reasons in IE. so now i am facing problem to find out xpath of elements in IE. ...
Ashish Tikarye's user avatar
0 votes
1 answer
65 views

Improvement With Xpath Search?

I am a student learning selenium and trying to set a checkbox(by placing a tick) that resides on the same row as a target document. Here is how the row looks: <span><input>...
user avatar
0 votes
1 answer
2k views

IE11 is failing to find element by using xpath while it works fine in Chrome in Selenium

HTML <tr> <td class="label" width="30%" valign="bottom">SOID: </td> <td class="desc" valign="top">123456789</td> </tr> Iam intersted in the value "...
Suvasish Sarker's user avatar
-1 votes
1 answer
1k views

Is there a native XPath support in Internet Explorer 11?

I have a problem with my Selenium tests when using IEDriverServer.exe (32-bit). The same tests work fine in Firefox and Chrome browsers, but fail in Internet Explorer 11 with diagnostics: OpenQA....
TonyCheckano's user avatar