Skip to content

Commit fd01878

Browse files
committed
Enhancement Open Browser keyword documentation.
1 parent fff8ad9 commit fd01878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selenium2Library/keywords/_browsermanagement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def open_browser(self, url, browser='firefox', alias=None,remote_url=False,
9494
http://selenium-grid.seleniumhq.org/faq.html#i_get_some_strange_errors_when_i_run_multiple_internet_explorer_instances_on_the_same_machine
9595
9696
Optional 'remote_url' is the url for a remote selenium server for example
97-
http://127.0.0.1/wd/hub. If you specify a value for remote you can
97+
http://127.0.0.1:4444/wd/hub. If you specify a value for remote you can
9898
also specify 'desired_capabilities' which is a string in the form
9999
key1:val1,key2:val2 that will be used to specify desired_capabilities
100100
to the remote server. This is useful for doing things like specify a

0 commit comments

Comments
 (0)