Skip to main content

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
1 vote
1 answer
108 views

Selenium Javascript executor don't finish - IE11, Edge IE mode

Hello I have problem with javascript excecutor in Selenium Browser: Edge IE mode;IE11. Script don't finish working. I run button where after click show window Windows10 I use method: public void ...
Kamil Surma's user avatar
0 votes
0 answers
943 views

Edge Browser in IE Mode is throwing an Error Message "Internet Explorer cant be found. You need to re-install or re-enable Internet Explorer""

My application doesn't work in the Edge browser. but works fine in the Edge Browser(Version 105) with IE Compatibility Mode. Am using Selenium 4 with below code to launch the Edge Browser in IE Mode ...
Selenium Lover's user avatar
0 votes
1 answer
315 views

IE mode with InternetExplorerDriver

Now Im using selenium version 4.8.1 With the following Code: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; ieOptions....
Xia's user avatar
  • 1
0 votes
2 answers
431 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
2 answers
614 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
0 answers
105 views

using python selenium IE11, python(jupyter notebook) finds compeletly different element of HTML

I am building a crawling code on a web page running only on IE11. My problem is that python selenium,selenium.webdriver.Ie, find completely different element of HTML element = driver....
Chan's user avatar
  • 1
-1 votes
2 answers
1k views

Using Excel VBA to load a website that is incompatible with IE11

In Excel VBA to load a website and get it into a sheet I have been using the following: Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") IE .navigate "https://...
drb01's user avatar
  • 301
2 votes
2 answers
370 views

Python - How to get Selenium send_keys to work in IE11

I am building a web scraper to download PDF files from a public school database site, and the script itself works fine with Chrome, which is what I would prefer. However, the site will ONLY allow you ...
Cheems's user avatar
  • 31
0 votes
1 answer
101 views

Driver.getWindowHandles() is always returning 1 in IE11 on Windows 10

I know this question is duplicate with below question. Driver.getWindowHandles() is always returning 1 in IE11 on Windows 10, although there are two windows open Selenium - getWindowHandles() is ...
Cuong Euro's user avatar
0 votes
2 answers
40 views

Normalise style attribute in javascript

In IE11 when we block.getAttribute('style') we return border-bottom-width: 1pt; border-bottom-style: dotted; border-bottom-color: rgb(10, 49, 132) But in chrome it returns border-bottom: 1pt dotted ...
Ahmed Yaslem'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
619 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
822 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
1 vote
0 answers
390 views

Selenium with Edge Chromium in IE11 compatibility mode

We are trying to setup Selenium with Edge browser, but with IE11 compatibility mode in Java. Is this possible? We tried various settings with various driver versions, setting capabilities, but with no ...
omniflash's user avatar
  • 191

15 30 50 per page
1
2 3 4 5
16