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.
1 parent 897ad45 commit 24a67e0Copy full SHA for 24a67e0
source/getting-started.rst
@@ -267,7 +267,7 @@ remote WebDriver. Here are some examples::
267
desired_capabilities=DesiredCapabilities.HTMLUNITWITHJS)
268
269
The desired capabilities is a dictionary, so instead of using the
270
-default dictionaries, you can specifies the values explicitly::
+default dictionaries, you can specify the values explicitly::
271
272
driver = webdriver.Remote(
273
command_executor='http://127.0.0.1:4444/wd/hub',
0 commit comments