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
All relevant classes implement WrapsDriver or WrapsElement, however the drivers and elements they wrap are themselves wrapping drivers and elements, who are also wrapping drivers and elements.
So the question is:
Should getWrappedDriver return whatever subclass of WebDriver that class is using? Or should it attempt to get at the real Selenium WebDriver that is powering everything? If user wants the real driver (and the interfaces to go with it), what is the best way to expose this?
Same for WebElements.
The text was updated successfully, but these errors were encountered:
All relevant classes implement WrapsDriver or WrapsElement, however the drivers and elements they wrap are themselves wrapping drivers and elements, who are also wrapping drivers and elements.
So the question is:
getWrappedDriver
return whatever subclass of WebDriver that class is using? Or should it attempt to get at the real Selenium WebDriver that is powering everything? If user wants the real driver (and the interfaces to go with it), what is the best way to expose this?Same for WebElements.
The text was updated successfully, but these errors were encountered: