Artem Koshelev
Artem Koshelev
We also experience this issue, except we don't use `msw`. It also reproduces on Node 18.
@Actine feel free to send you PR implementing this issue, didn't see any problems here
@andrew-sumner can you describe problem you solving please?
And even without `@Timeout` annotation you don't need to use waiter, default timeout for searching elements is 5 seconds
> What does the @Timeout annotation do behind the scenes? it's an element-specific implicit wait > I'd like to call the findElement() method on the driver so that I can...
Yep, handling iframes is a completely different (and pretty complex) story. Implementing it as element annotation will require checking current frame for every element call, which will slow down test...
Need for webdriver instance inside elements is a smell of bad test architecture for me. WebElements and HtmlElements were created to describe page structure, not actions. To implement actions which...
@andrew-sumner so, how about proposing PR with your feature implementation? =)
Hi, all the required libraries/jars/frameworks explicitly or implicitly described in corresponding POM.xml. There is a common case however when some of the required libraries update their dependencies and you have...
Looks good, but needs few tests and squash commits