Questions tagged [selenium-edgedriver]

EdgeDriver for Selenium is a specialized implementation of WebDriver that allows users to manipulate the Microsoft Edge browser by communicating with a dedicated MicrosoftWebDriver server.

What is the best way to update the ChromeDriver or EdgeDriver automatically using VBA?

In my quest to find a solution for automatically updating Selenium EdgeDriver, I have scoured the internet. Anyone who uses SeleniumBasic understands the inconvenience of having to manually download the driver from the website whenever their main browser u ...

What are the advantages of using Selenium Edgedriver's Send Keys to select all and copy text?

Being a novice to using Selenium, I'm exploring this auxiliary library for the first time in VBA. I've opted to use the Web Driver for Microsoft Edge, and I'm encountering challenges with implementing send keys. Specifically, I am trying to select the ent ...

Error encountered: Unknown error while using Microsoft Edge WebDriver

When attempting to utilize Microsoft Edge automation with Selenium, I keep encountering the following exception: OpenQA.Selenium.WebDriverException: Unexpected error. Unknown error The NuGet package I am using is Selenium.WebDriver.MicrosoftDriver vers ...

The performance of Selenium on Edge Browser is sluggish

I am currently utilizing Selenium 3.0.0 with Java, operating on a Windows 10 machine OS build - 10586.753. My task involves automating my website on the Edge browser, but I am encountering significant delays. Here is the code snippet for my Edge browser ...

An error occurred when trying to send an HTTP request to the remote WebDriver server for a URL, resulting in a null response being thrown

https://i.stack.imgur.com/s4RyZ.png Encountering an error when attempting to use EdgeDriver with Selenium. While ChromeDriver runs smoothly, I am required to use Edge for this project. Some sources suggest that the WebDriver version needs to match the Win ...

org.openqa.selenium.interactions.MoveTargetOutOfBoundsException: attempting to move target outside of boundaries with Selenium on Chrome using Java version '16.0.2'

While attempting to click on a link within a dropdown menu that appears when I hover over a button, my test is encountering a MoveTargetOutOfBoundsException error. This error occurs when trying to hover over the button. Oddly enough, when I manually open t ...

Error encountered in main thread: org.openqa.selenium.WebDriverException - an unexpected error occurred: net::ERR_CONNECTION_CLOSED

I'm new to QA and I recently attempted to automate for the first time using Microsoft Edge Version 109.0.1518.61. Unfortunately, I encountered these errors: Here is the first error, and here is the second error. SLF4J: Failed to load class "org. ...