darcy-framework/darcy-ui

Provide a locator strategy for finding things inside other contexts (like frames)

Opened this issue · 2 comments

Tagging interested parties, @jvervaec @abocz

As a super naive example, something like

Button foo = button(By.nested(frame(By.id("myframe")), By.id("mybutton"));

But hopefully without 100 nested paranthesis