Open
Description
Hi,
is it possible to have a common interface for TestStack.Seleno.PageObjects.Locators.By
and TestStack.Seleno.PageObjects.Locators.By+jQueryBy
?
The problem is that working with these selectors in a more abstract way is just tedious when we have to implement each functionality twice just to support both types.
Cheers