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
Copy file name to clipboardexpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Examples for the following WebDriver JS Bindings are included in this project:
13
13
14
14
## Guidelines
15
15
16
-
Since all HTML5 applications in the OpenFin environment need to be started with OpenFin API, chromeDriver.get(URL) is not supported. Test code needs to provide the
17
-
OpenFinRVM and a HTML5 app configuration to Chromedriver so it can start OpenFin Runtime and the html5 application before tests can be run. config.js
16
+
Since all HTML5 applications in the OpenFin environment need to be started with OpenFin API, chromeDriver.get(URL) is not supported. Test code needs to start
17
+
OpenFinRVM with a HTML5 app configuration so Chromedriver can connect to OpenFin Runtime and the html5 application before tests can be run. config.js
18
18
has the location of OpenFinRVM and the URL for the 'Hello OpenFin' configuration file.
19
19
20
20
Given there can be multiple applications/windows active in OpenFin Runtime, tests must begin by selecting the targeted window. Each test script has a function that
0 commit comments