All Questions
Tagged with microsoft-edge selenium-webdriver
509 questions
2
votes
1
answer
46
views
Problems with Browser Options on Selenium
So I have a class and some methods inside, many of this methods interact directly with the drive and I want to add --headless in the browser options.
But if I star the browser at the beginning I cant ...
0
votes
0
answers
75
views
Selenium driver.window_handles suddenly taking too long to run
I have a webscrapping script using selenium that goes into a website, do some things, and then clicks on multiple download links. Browser being used is Edge.
Uppon clicking on the download link ...
-1
votes
1
answer
206
views
How to bypass cloudflare python using edge browser and selenium?
I have not found anything on using edge browser for bypassing cloudflare. I am working with YouTube mp3 downloaders online such as https://yt1ss.pro/en199/youtube-to-mp3. Whenever I boot up selenium ...
0
votes
0
answers
45
views
I would like to download file in excel with selenium edge web driver in specific custom folder in java selenium
The excel sheet should download in the custom directory, but it downloads to default(Default Downlaods) folder.
HashMap<String, Object> edgePrefs = new HashMap<>();
edgePrefs.put("...
0
votes
1
answer
111
views
IE compatibility mode in Microsoft Edge is not working in Windows 11 using Selenium Java
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.ie.InternetExplorerOptions;
public class Main {
...
0
votes
2
answers
419
views
Robot Framework Selenium - Edge starts, but doesn't open website
I have a rather specific problem I'm currently facing. I'm working in a virtual environment and I'm trying to run a test with Selenium in Edge. All that I am currently trying to do is to open Edge and ...
0
votes
1
answer
162
views
Cannot run Edge web driver with profile
I try to start EdgeWebDriver with selenium automation framework.I use the lastest drver which is corespond to my browser v129. My code looks like:
var edgeOptions = new OpenQA.Selenium.Edge....
0
votes
2
answers
92
views
Why is Selenium hung when accessing the URL?
I am a beginner of Selenium.Now I have a website must access by IE (Chrome or Edge do not support it at all).
As Microsoft remove IE in the newest Windows, the website can only access by Compatibility ...
0
votes
2
answers
181
views
Selenium IE Driver launches browser window and times out. Suspected Edge 'Tracking Prevention' interference
I have an application that uses Selenium to automate some data collection. As of last week, my IE Driver code has stopped working. I use IE Driver because the devices I interact with all use IE8, IE11,...
0
votes
2
answers
135
views
Edge browser closes immediately after opening URL using Selenium in Python
I am trying to automate a task using Selenium with the Edge browser.
However, after running my script, the webpage opens and then immediately closes. I tried using #time.sleep() to keep the browser ...
0
votes
1
answer
154
views
Python & Selenium 4 & Edge Browser | Load personal browser profile (including cookies)
Using Selenium 4, I am trying to load up my personal browser profile (including cookies), so that it can load into the websites I have previously logged in to. I am using the edge browser. When ...
0
votes
0
answers
268
views
session not created: Microsoft Edge failed to start: crashed
We have a Selenium automation that works fine when used with ChromeDriver in Azure VMSS. However, when I try with EdgeDriver it crashes:
System.InvalidOperationException: session not created: ...
2
votes
1
answer
320
views
How to determine the correct Microsoft Edge WebDriver version for a given Edge browser version
I'm trying to match the correct version of the Microsoft Edge WebDriver with the installed version of the Microsoft Edge browser on my Debian system. The version numbers between the browser and the ...
0
votes
1
answer
104
views
Multi thread Automation scripts Selenium C# (Threads - 8). After sometime the CPU went to 100% utilization as the Edge browser is not getting closed
Selenium - C#
I triggered a multi-thread Automation scripts(200 scripts) (Threads - 8).
After some time the CPU went to 100% utilization as the MsEdge browser is not closing and it eats up all the ...
0
votes
0
answers
90
views
Selenium unable to locate element in Edge Browser Version 125
I have a C# application where we've upgraded the Browser from version 101 to 125. There is an Selenium Test Solution where all the tests pass but now fail.
These failing tests are erroring on locating ...