Replies: 3 comments
-
Good idea |
Beta Was this translation helpful? Give feedback.
0 replies
-
code will be shorter |
Beta Was this translation helpful? Give feedback.
0 replies
-
As had to use this feature across few projects, I decided to make own project which you can get by maven. Enjoy :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Implementing this library as a WebDriver allows e.g. to use
@FindBy
in Page Objects (you don't need@FindElementBy
).With such a WebDriver, it won't matter if you automate shadow DOM website or regular DOM.
The only change to the code will be redefining your WebDriver with
driver = new ShadowDriver(driver);
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions