You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current a ITarget requires a IWebDriver to resolve an element.
In the context of a IConverter<IWebElement, T>, when converting from a web element, we would need the web element as the search context.
Therefore the ITarget.ResolveFor method should take a ISearchContext instead of a IWebDriver
The text was updated successfully, but these errors were encountered:
Current a ITarget requires a IWebDriver to resolve an element.
In the context of a IConverter<IWebElement, T>, when converting from a web element, we would need the web element as the search context.
Therefore the ITarget.ResolveFor method should take a ISearchContext instead of a IWebDriver
The text was updated successfully, but these errors were encountered: