-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making ChromeDriver directly implement the interfaces representing fe…
…atures it implements. Currently, LocationContext and WebStorage are the only capabilities chromedriver returns, regardless of the kind of Chrome browser it is driving. Augmentation never worked well on ChromeDriver, e.g. issue 6681 , and at times has been completely broken. Because default ChromeDriver constructor starts a new session it cannot be augmented without consequences. A workaround has not been found. Overriding getScreenshotAs() is dropped as redundant, RemoteWebDriver implementation works identically. Signed-off-by: Jason Leyba <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters