Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19ed49c + 8ac6314 commit 796bd25Copy full SHA for 796bd25
source/getting-started.rst
@@ -252,6 +252,7 @@ this::
252
The above line says that you can use this URL for connecting to
253
remote WebDriver. Here are some examples::
254
255
+ from selenium import webdriver
256
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
257
258
driver = webdriver.Remote(
0 commit comments