Skip to content

Commit

Permalink
Merge pull request #42 from samelawrence/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.rst
  • Loading branch information
baijum committed Apr 22, 2015
2 parents 897ad45 + 24a67e0 commit a826419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ remote WebDriver. Here are some examples::
desired_capabilities=DesiredCapabilities.HTMLUNITWITHJS)

The desired capabilities is a dictionary, so instead of using the
default dictionaries, you can specifies the values explicitly::
default dictionaries, you can specify the values explicitly::

driver = webdriver.Remote(
command_executor='http://127.0.0.1:4444/wd/hub',
Expand Down

0 comments on commit a826419

Please sign in to comment.