webdriver
The property to get the current instance of Selenium's WebDriver.
Last updated
The property to get the current instance of Selenium's WebDriver.
Last updated
# get WebDriver's current Capabilities
caps = py.webdriver.capabilities# function requires a WebDriver
actions = ActionChains(py.webdriver)