Skip to main content

All Questions

0 votes
2 answers
620 views

clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are continuously facing issue when we are clearing any TextBox field using ...
Gaurank Verma 's user avatar
0 votes
1 answer
620 views

Failed to navigate to http://10.22.32.185 This usually means that a call to the COM method IWebBrowser2::Navigate2() using IE 11 on Win10 and Selenium

I have problem with start webdriver IE 11 in Selenium , Windows 10 version 20H2. [ERROR] Tests run: 23, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 820.596 s <<< FAILURE! - in TestSuite ...
Kamil Surma's user avatar
3 votes
3 answers
829 views

Selenium Issue with Internet Explorer : org.openqa.selenium.NoSuchElementException : Unable to find element with xpath

I am trying to run Selenium (Selenium standalone server 3.141.59) for my system in Internet Explorer (IE 11). It works till the login. After the login it opens a new window and I use following line to ...
Dilhan Nakandala's user avatar
2 votes
3 answers
195 views

Unable to retrieve page_source using IE11 and Selenium using Python

driver = webdriver.Ie() driver.implicitly_wait(5) url = "http://nontax.hebcz.cn" driver.get(url) driver.maximize_window() print("=======") print(driver.page_source) print("====...
user5524535's user avatar
0 votes
1 answer
360 views

Failed to navigate to https://www.google.ca. This usually means that a call to the COM method IWebBrowser2::Navigate2() with Python Unittest Selenium

from selenium import webdriver import unittest from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver....
vormier's user avatar
  • 13
0 votes
1 answer
107 views

Application is not getting identified using CSS selectors working with Internet explorer browser version 11

I am using "http://automationpractice.com/index.php" for POC on IE browser when i navigated through "Sign In" button, this identification of Email text-boxes is going crazy and are being not ...
Khushboo Saxena's user avatar
0 votes
0 answers
267 views

IE11-selenium.common.exceptions.webdriverexception message error 404 not found

IE driver causing this error. It mainly occurs while lopping through nested iframes and executing javascript(driver.execute_script). Can anyone tell me what does this exception mean?
Soorajit's user avatar
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
2 answers
2k views

"This is the initial start page for the WebDriver server" - Unable to resolve in Selenium/Python program using IE 11

After running my Selenium/Python program, browser opened with below message: This is the initial start page for the WebDriver server I have done below steps to resolve this: In IE Options -> ...
murthymrk's user avatar
2 votes
1 answer
376 views

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session error with Selenium and IE11 using Java

I'm trying to automate my test cases using Selenium with the following software applications. WebDriver 3.12.0 InternetExplorerDriver3.150.1 IE11 browser Java1.8.0.231 Here's my script to ...
Karunagara's user avatar
1 vote
2 answers
3k views

org.openqa.selenium.NoSuchWindowException: Unable to get browser while trying to open Internet Explorer 11 through Selenium and IEDriverServer

I'm unable to launch Internet Explorer browser with the selenium webdriver. Facing the below error, can anyone please help Error occured: Started InternetExplorerDriver server (32-bit) 3.14.0.0 ...
Prashanth Nagendra's user avatar
0 votes
2 answers
2k views

Unable to execute Javascript Executor in InternetExplorer 11

I am trying to use javascript executor to sendKeys for the given xpath but it's not working on browser IE 11.Since this is an hidden xpath iam using the javascript executor.I am using Eclipse tool ...
raman san's user avatar
1 vote
0 answers
729 views

Selenium IE11 Alert pop up handle does not work for close browser popup

Issue: I am using IE11 with Selenium Webdriver, When I try to close the IE browser, I get a "Message From WebPage" popup display, I am trying to click "OK" but Alert handle does not work, It doesn't ...
Haider T's user avatar
0 votes
2 answers
683 views

Permission denied error given for IE webdriver

I am trying to run my automation scripts on ie11 but i am getting permission denied error for ie 11 webdriver from selenium import webdriver from webdriver_manager.microsoft import IEDriverManager ...
Dawood Abbas 's user avatar

15 30 50 per page