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
2 answers
433 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
Gaurank Verma 's user avatar
0 votes
1 answer
59 views

click() is not working in IE11 driver using selenium

Code: webBrowser = webdriver.Ie(r'C:\Users\XYZ\WebDriver\IEDriverServer.exe') webBrowser.get(URL) webBrowser.implicitly_wait(15) webBrowser.find_element_by_xpath('//input[@id="number_id"]')....
Mr.A I's user avatar
  • 45
0 votes
1 answer
7k views

Selenium Web driver IE 11 [duplicate]

I am new to selenium and trying to execute my selenium web-driver script on IE 11 with window 10 combination sometime its run really slow and most of the time test fails with exceptions. Exception: ...
Mirfan's user avatar
  • 1
0 votes
1 answer
770 views

Selenium performance with InternetExplorerDriver and IE11

I am facing a very slow response when running my scripts on IE11. Sometimes, I get FocusWindowsClosed, ElementIsNotClickable. I have changed the zoom settings for all zones, created feature BFCACHE ...
Alex Alex's user avatar
0 votes
0 answers
348 views

Python using Selenium's WebDriver window_handles to switch between tabs - returning only parent window

I'm writing automation with Python (3.6.5) and Selenium (3.141.0). The webpage I'm visiting, opening a new tab, which I get to my driver.window_handles in Chrome and FF, but not in IE 11. I tried to ...
Yoav Keren's user avatar
10 votes
1 answer
2k views

Why is React's onChange event not fired on Selenium WebDriver's SendKeys in IE 11?

We have a relatively simple React component with an input element in it: export class MyInput extends Component { componentDidMount() { function log(e) { console.log(`Event: ${e.type}, ...
Pavel Gatilov's user avatar
1 vote
1 answer
300 views

Selenium IE11 - Failed to open http://localhost:4200

I am encountering a weird error in Selenium + IE11 under some very specific circumstances. We run Selenium tests which reuse the same browser window. At some point it stops loading the site. I ...
sashoalm's user avatar
  • 78.1k
0 votes
1 answer
2k views

Open Internet Explorer in Private Mode with Selenium

So I've been trying to open IE in Private using selenium (C#), this is the closest i've come so far: InternetExplorerOptions op = new InternetExplorerOptions(); op.PageLoadStrategy = ...
Basil Fuchs's user avatar
2 votes
2 answers
5k views

Setting compatability mode for IE using Selenium

From an earlier discussion. I am using IE 11 via Selenium and IE driver. The web site I am viewing (I have no control over) needs IE 5 or greater. I am using IE 11. As someone told me, IE 11 returns ...
Tony's user avatar
  • 1,145
0 votes
1 answer
193 views

Resume Macro after IE Crash or not respond

I need to get data from website I'm using SHDocVw.InternetExplorer and MSHTML.HTMLDocument and fetch data. I'm using set IE = Nothing and IE.Quit after fetching each records and creating new instance ...
Mahesh Bangale's user avatar
1 vote
0 answers
517 views

Cannot click on a button that is under a div with Internet Explorer

Internet Explorer 11 does not detect that there is an element over the element that I want to click. The use case is a page with a fixed div, that is a nav bar, and a button that is scrolled under ...
Andre Altran's 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
0 votes
1 answer
714 views

Selenium open multiple Internet Explorer browser

I have Selenium automation framework, Cucumber with Serenity. Whenever I execute script, it opens up 6-7 different IE browser. Till now I have tried below things. 1. Enabled Protected Mode for all ...
SachinB's user avatar
  • 348
0 votes
2 answers
1k views

Can't get Selenium tests to run in Internet Explorer

We have been successfully using Selenium tests on Chrome and Firefox, we now want to start testing on a Windows 10 Virtual Machine with Internet Explorer too. We are so far now that the tests start, ...
yeaitsme's user avatar

15 30 50 per page