edge-selenium-tools icon indicating copy to clipboard operation
edge-selenium-tools copied to clipboard

An updated EdgeDriver implementation for Selenium 3 with newly-added support for Microsoft Edge (Chromium).

Results 8 edge-selenium-tools issues
Sort by recently updated
recently updated
newest added

hello how to start microsoft edge in IE mode with excel vba

Hello, This is not an issue but rather a way to dynamically download the correct Edge webdriver depending on what edge version is currently installed on your system. I hope...

Bumps [okio](https://github.com/square/okio) from 1.14.0 to 3.4.0. Changelog Sourced from okio's changelog. Version 3.4.0 2023-07-07 New: Adapt a Java NIO FileSystem (java.nio.file.FileSystem) as an Okio FileSystem using fileSystem.asOkioFileSystem(). New: Adapt Android’s...

dependencies
java

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies
java

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies
javascript

Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies
javascript

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies
javascript

I have automation where I have to put the device into sleep for some time and resume back and continue this is automated using C# Selenium with Edge chromium starting...