Skip to content

Commit 53ef2c8

Browse files
committed
version update
Fixed bug in resolving OneDrive/SharePoint paths [@6DiegoDiego9] Fixed bug in CreateSettingsFile of WebDriver class [@6DiegoDiego9] Added NavigateToString method of WebDriver class to allow for direct navigation to html string for testing/debugging Updated Wiki object model Added license info about Bill Stewart's UninsIS to DLL installer script Refactored test subs, replacing all NavigateToFile use to NavigateToString to simplify testing Refactored test_remoteDebugger to better explain how to attach to existing browser instance [@sridharstreaks] Minor code cleanups
1 parent ba1021b commit 53ef2c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+800
-746
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ A comprehensive Selenium wrapper for browser automation developed for MS Office
77
- Edge, Chrome, and Firefox browser automation support
88
- MS Excel Add-in, MS Access DB, and [twinBASIC](https://twinbasic.com/preview.html) ActiveX DLL solutions available
99
- A superset of Selenium's [W3C WebDriver](https://w3c.github.io/webdriver/) commands - [over 400 public methods and properties](https://github.com/GCuser99/SeleniumVBA/wiki/Object-Model-Overview)
10-
- Support for HTML DOM, Action Chains, SendKeys, Shadow Roots, Cookies, ExecuteScript, CDP, and Capabilities
10+
- Support for HTML DOM, Action Chains, SendKeys, Shadow Roots, Cookies, ExecuteScript, and Capabilities
11+
- ExecuteCDP method exposing [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) - a low-level interface for browser interaction.
1112
- Automated Browser/WebDriver version alignment - works out-of-the-box with no manual downloads necessary!
1213
- Help documentation is available in the [SeleniumVBA Wiki](https://github.com/GCuser99/SeleniumVBA/wiki)
1314

1415
**What's New?**
1516

16-
- Improved windows management with WebWindow and WebWindows classes
17-
- Improved JavaScript Alert management with WebAlert class and SwitchToAlert method of WebDriver class
18-
- Advanced keys support including Chord and Repeat methods of the WebKeyboard class
19-
- Improved SendKeys and new SendKeysToOS methods - the later for sending key inputs to non-browser windows
20-
- ExecuteCDP method exposing [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) - a low-level interface for browser interaction.
17+
- Improved performance/reliability by executing expensive/complex code using server-side JavaScript
18+
- NavigateToString allowing direct navigation to HTML strings to help facilitate testing and issue debugging
2119

2220
## Setup
2321

dev/av/test1/SeleniumVBA.xlsm

1.43 KB
Binary file not shown.

dev/av/test2/SeleniumVBA.xlsm

2.24 KB
Binary file not shown.

dev/av/test3/SeleniumVBA.xlsm

1.47 KB
Binary file not shown.

dev/av/test4/SeleniumVBA.xlsm

2.18 KB
Binary file not shown.

dev/av/test5/SeleniumVBA.xlsm

2 KB
Binary file not shown.

dev/av/test6/SeleniumVBA.xlsm

2.03 KB
Binary file not shown.

dev/av/test7/SeleniumVBA.xlsm

2.28 KB
Binary file not shown.

dev/av/test8/SeleniumVBA.xlsm

1.98 KB
Binary file not shown.

dist/SeleniumVBA.accdb

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)