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

All Questions

-1 votes
1 answer
140 views

Assistance with selenium send key python

I am new to python scripting and am not understanding why I am getting this error. For some reason, I cannot get it to send_keys to that element. ERROR: raise TimeoutException(message, screen, ...
Tim Hamner's user avatar
0 votes
0 answers
128 views

I cant get the element locator in Ie to work with Selenium

Can someone help with why I am getting this error? I am new to scripting but this has had me stuck for a few days now. (I have to use internet explorer). Thanks so much for all your help! ERROR: ...
Tim Hamner's user avatar
0 votes
0 answers
90 views

Not able to run the test cases continuously using IE 11and C#

I'm Currently working in Automation test scripts in visual studio for IE browser version 11 using c#. My test cases not able to run continuously one after the other.It working fine for only one test ...
Thiya's user avatar
  • 75
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
208 views

When Selenium test execution is triggered in Azure devops server screenshots are not captured for Internet explorer browser

We have few test cases automated using Selenium and C#. We need to run our tests in Internet Explorer 11. Test case executes perfectly in local systems but when we do the test run remotely using Azure ...
avinash subramanya's user avatar
0 votes
1 answer
120 views

NoSuchElementError when selecting element following form-triggered navigation in Internet Explorer 11

I have the following Selenium script, which works correctly in Chrome and Firefox: await driver.get("http://localhost:44180/"); await driver.wait(until.titleIs(RP_LOGIN_TITLE), TIMEOUT); ...
dstaley's user avatar
  • 1,012
0 votes
1 answer
281 views

Selenium IWebElement.Click() doesn't work intermittently

So this is similar to Click() method will not always work but there are several vital differences: Not a timing issue because I repeatedly try to click it until success No exception is thrown, just ...
sashoalm's user avatar
  • 78.1k
0 votes
0 answers
165 views

Disabling XSS Filter for IE11 on BrowserStack

Greetins all, I am working on cross-browser testing via browserstack. I have an inssue with Internet Explorer 11 or earlier versions. My test code requires me to send some scripts in the url. To be ...
pdrersin's user avatar
  • 311
0 votes
2 answers
184 views

Selenium check IE11 memory usage

How can I check how much memory is used by an IE11 process that is associated with a given InternetExplorerDriver in Selenium? I'd like to restart IE11 if its memory usage exceeds a certain value (...
sashoalm's user avatar
  • 78.1k
1 vote
2 answers
107 views

Selenium Webdriver sendKeys enters values in IE11 32 bit but then removes it

I have to enter text in a input box in a selenium test in java. I am using below code to do that and it enters the characters but then deletes it: WebElement depart=webControls.getDriver()....
Sneh Tripathi's user avatar
2 votes
0 answers
317 views

Running Capybara tests against Internet Explorer via Browserstack

I have a Rails app with a suite of Cucumber tests that run via Capybara on a headless Chrome browser. I'd like to find a way of running these tests (or at least a subset of them) on IE11, and have ...
griswoldbar's user avatar
0 votes
2 answers
4k views

Download files automatically in Internet Explorer 11 with Python and Selenium

I am trying to download some Excels files throught multiple Internet Explorer 11 windows at the same time by using Python and Selenium. The problem appens when the "Save As" Pop Up appears and the ...
Nach's user avatar
  • 1
0 votes
0 answers
43 views

Selenium IE11 file download - Non Robot framework solution

I'm looking for a solution in a Java Selenium test to interact with the IE11 download file dialog without needing to use Robot framework. Our team needs to be able to run a large number of tests ...
Dili's user avatar
  • 586
0 votes
0 answers
48 views

Internet Explorer WebDriver hangs for an hour during CreateSession API Call

Internet Explorer Driver hangs for an hour during CreateSession Call. It hangs for an hour to find window handle for Internet Explorer Server and this issues happens intermittently. Has anyone ...
geek2geek_AWS's user avatar

15 30 50 per page
1
2
3 4 5
16