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

All Questions

0 votes
0 answers
533 views

Python action stucked when launching Selenium IE11 WebDriver or when executing JS

My apologies to bother all respectable professional here, I have been struggled in this issue few weeks and can't find any similar solution on others posts, I have done the correct settings in IE, ...
J. David's user avatar
2 votes
1 answer
836 views

Why does Selenium's Internet Explorer Driver occasionally fail to keep the connection to the Web Driver Server alive?

I have developed some Selenium tests for an AngularJS website. These tests work fine using Chrome Driver and Firefox Driver. I am in the process of also adding the option to run these tests in ...
Sepia's user avatar
  • 447
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
1 answer
204 views

How to resolve IE Webdriver server initial start page error - Selenium IE Webdriver with JMeter

I am trying to integrate my Selenium code to JMeter. Test Plan is as follows: Thread Group \_ Internet Explorer Driver Config \_ WebDriver Sampler (with Selenium Java code) \_ View ...
Aarthi's user avatar
  • 41
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
1 vote
1 answer
393 views

Is there a way to click on a radio button when Excel VBA says its not visible but it is actually visible?

How do I click on a radio button on the webpage in a form? I am trying to write a code to automate form filling with Excel VBA. Here is the problem statement: Need to click on one of the three options ...
joiner's user avatar
  • 47
0 votes
0 answers
23 views

IE Webdriver Click() clicking the element but nothing happens

I want to click on a element it finds the element and clicks on it as well however the elements state(button name changing) which needs to be changed doesn't change. The code works fine for chrome and ...
tmk123's user avatar
  • 1
0 votes
0 answers
392 views

How to handle the windows security confirmation popup using selenium c# IE 11 (windows 10)

We recently upgrade our PC from windows 7 to windows 10 then i am trying to run my autoamtion scripts and it was failing to handle the windows security popup NavigationHelper.NavigateToUrl(...
PavanS's user avatar
  • 317
0 votes
1 answer
53 views

Detecting angularJS elements in IE11 browser using selenium takes long time. How to resolve this?

I'm running selenium tests on IE 11 in angularJS application. It takes more than usual time to detect/select/validate elements while it works better in chrome. Browser information : Internet ...
Vishy's user avatar
  • 3
-1 votes
1 answer
184 views

Using IE WebDriver in Python often window handles are same [duplicate]

base_handle = browser.current_window_handle #some action to open another window if len(browser.window_handles) == 2: new_window_handle = browser.window_handles[1] Now when I print both of these ...
Salman Khan's user avatar
0 votes
1 answer
248 views

XPathEvaluator is undefined’ script error in Microsoft Dynamics CRM using IEDriverServer and Internet Explorer through Selenium and Java

I am testing a CRM application using Selenium Java. There is a button on the CRM application which when clicked opens a new window. When I run the test for this functionality, the new window opens ...
PratikshaB'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
0 votes
0 answers
139 views

Executing Selenium Ruby tests via PSEXEC

I am trying to execute a batch file via psexec. The batch file is on another machine. The batch file executes a Selenium test suite and it interacts with the IE Browser. When I had executed it using ...
My Display Name's user avatar

15 30 50 per page
1 2
3
4 5
16