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
This patch makes it possible for individual drivers to
provide specialised WebElement classes through overriding
selenium.webdriver.remote.webelement.WebElement
and defining the _web_element_cls property on
selenium.webdriver.remote.webdriver.WebDriver.
This would enable client bindings for a particular browser to provide
custom methods also on the web element level. Currently vendor extension
commands are only possible on the WebDriver level.
0 commit comments