You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major refactor to improve ease of maintenance
- Move the session to an async task, using channels.
- Remove WebDriverCommands trait, and add methods
directly to SessionHandle.
- Store SessionHandle in WebDriver directly and remove GenericWebDriver.
- Pass a reference to SessionHandle to all elements and other structs
that make use of the session.
- Simplify ElementQuery slightly.
- Move all session handling to the session module.
- Update dependency versions.