mibutec / popperfw

Declarative PageObjects for Java
Apache License 2.0
3 stars 3 forks source link

use the general SearchContext instead of a WebElement #23

Open rawerum opened 1 year ago

rawerum commented 1 year ago

Currently a WebElement is used to create page objects, but only a SearchContext is needed. That will be compatible with the new ShadowRoot object introduced by Selenium, which is a SearchContext but no WebElement