Skip to content

v3.6

Choose a tag to compare

@GCuser99 GCuser99 released this 15 Mar 22:16
· 99 commits to main since this release

version update
Added WaitForDownload and WaitUntilNotPresent methods to Webdriver class
Refactored WaitUntilReady method to default to wait for condition indefinitely unless user specifies a maximum wait time
Changed name of test_WaitUntilReady module to test_Wait
Added SetDebuggerAddress option method to WebCapabilities class to allow for attaching WebDriver to a pre-existing browser window
Added test_remoteDebugger procedure to test modules
Changed SetScriptTimeout, SetPageLoadTimeout, and SetImplictlyWait and "Get" counterparts from functions to Property Let/Get's ScriptTimeout, PageLoadTimeout, and ImplicitWait [@6DiegoDiego9]
Changed all non-public procedures to camel-case to more easily differentiate public object model from private helpers [@6DiegoDiego9]
Made a few other minor code changes for consistency and readability
Completed first-draft Wiki docs
Added Wiki documentation link to DLL install package
Added cleanup_drivers.vbs script to DLL install package