Skip to content

Commit d3610e9

Browse files
authored
Fixed doc bug for Open Browser keyword (robotframework#1418)
1 parent b218330 commit d3610e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/keywords/browsermanagement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def open_browser(self, url, browser='firefox', alias=None,
212212
method:
213213
| `Open Browser` | http://example.com | Chrome | options=add_argument("--disable-popup-blocking"); add_argument("--ignore-certificate-errors") | # Sting format |
214214
| ${options} = | Get Options | | | # Selenium options instance |
215-
| `Open Browser` | http://example.com | Chrome | options=${options 2} | |
215+
| `Open Browser` | http://example.com | Chrome | options=${options} | |
216216
217217
If the provided configuration options are not enough, it is possible
218218
to use `Create Webdriver` to customize browser initialization even

0 commit comments

Comments
 (0)