yandex-qatools / htmlelements

Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
Other
271 stars 116 forks source link

Make WebDriver available from HTML Elements #2 #107

Closed andrew-sumner closed 8 years ago

andrew-sumner commented 8 years ago

This is a duplicate of #56 but as that has been open for close to 2 years now I thought I'd start another.

I need to use WebDriverWait in my element but am unable to do this currently because the constructor requires a WebDriver object.

Can you please implement this functionality?

I'm using 'ru.yandex.qatools.htmlelements:htmlelements-java:1.15'

artkoshelev commented 8 years ago

Can you please implement this functionality?

as soon as you provide reasonable explanation for it in original issue

dnekhayev commented 7 years ago

What about JavascriptExecutor? I need to execute some script inside a class that derived from HtmlElement class. The class describes a block of HtmlElements and represents a control on a web page.