You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
"| Google Chrome | googlechrome, chrome, gc |\r\n" +
165
-
"| Google Chrome (headless) | googlechromeheadless, chromeheadless, gcheadless |\r\n" +
166
-
"| Internet Explorer | internetexplorer, ie |\r\n" +
167
-
"| Edge | edge |\r\n" +
168
-
"| Safari | safari |\r\n" +
169
-
"| Opera | opera |\r\n" +
170
-
"| Android | android |\r\n" +
171
-
"| Iphone | iphone |\r\n" +
172
-
"| JBrowser | jbrowser |\r\n" +
173
-
"| HTMLUnit | htmlunit |\r\n" +
174
-
"| HTMLUnit with Javascript | htmlunitwithjs |\r\n" +
175
-
"\r\n" +
176
-
"To be able to actually use one of these browsers, you need to have a matching Selenium browser driver available. See the [https://github.com/Hi-Fi/robotframework-seleniumlibrary-java#browser-drivers|project documentation] for more details.\r\n" +
177
-
"\r\n" +
178
-
"Optional ``alias`` is an alias given for this browser instance and it can be used for switching between browsers. An alternative approach for switching is using an index returned by this keyword. These indices start from 1, are incremented when new browsers are opened, and reset back to 1 when `Close All Browsers` is called. See `Switch Browser` for more information and examples.\r\n" +
179
-
"\r\n" +
180
-
"Optional ``remote_url`` is the URL for a remote Selenium server. If you specify a value for a remote, you can also specify ``desired_capabilities`` to configure, for example, a proxy server for Internet Explorer or a browser and operating system when using [http://saucelabs.com|Sauce Labs]. Desired capabilities can be given as a dictionary. [https://github.com/SeleniumHQ/selenium/wiki/Capabilities| Selenium documentation] lists possible capabilities that can be enabled.\r\n" +
181
-
"\r\n" +
182
-
"Optional ``ff_profile_dir`` is the path to the Firefox profile directory if you wish to overwrite the default profile Selenium uses. Notice that prior to SeleniumLibrary 3.0, the library contained its own profile that was used by default.\r\n" +
183
-
"\r\n" +
184
-
"Optional ``isWebDriverManager`` is a flag of using automation download driver of browser and setting system variable for driver path.\r\n" +
"| Google Chrome (headless) | googlechromeheadless, chromeheadless, gcheadless |\r\n" +
164
+
"| Internet Explorer | internetexplorer, ie |\r\n" +
165
+
"| Edge | edge |\r\n" +
166
+
"| Safari | safari |\r\n" +
167
+
"| Android | android |\r\n" +
168
+
"| Iphone | iphone |\r\n" +
169
+
"| JBrowser | jbrowser |\r\n" +
170
+
"\r\n" +
171
+
"To be able to actually use one of these browsers, you need to have a matching Selenium browser driver available. See the [https://github.com/Hi-Fi/robotframework-seleniumlibrary-java#browser-drivers|project documentation] for more details.\r\n" +
172
+
"\r\n" +
173
+
"Optional ``alias`` is an alias given for this browser instance and it can be used for switching between browsers. An alternative approach for switching is using an index returned by this keyword. These indices start from 1, are incremented when new browsers are opened, and reset back to 1 when `Close All Browsers` is called. See `Switch Browser` for more information and examples.\r\n" +
174
+
"\r\n" +
175
+
"Optional ``remote_url`` is the URL for a remote Selenium server. If you specify a value for a remote, you can also specify ``desired_capabilities`` to configure, for example, a proxy server for Internet Explorer or a browser and operating system when using [http://saucelabs.com|Sauce Labs]. Desired capabilities can be given as a dictionary. [https://github.com/SeleniumHQ/selenium/wiki/Capabilities| Selenium documentation] lists possible capabilities that can be enabled.\r\n" +
176
+
"\r\n" +
177
+
"Optional ``ff_profile_dir`` is the path to the Firefox profile directory if you wish to overwrite the default profile Selenium uses. Notice that prior to SeleniumLibrary 3.0, the library contained its own profile that was used by default.\r\n" +
0 commit comments