File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
REM This script is intended to be used for launching OpenFin Runtime by ChromeDriver or node of Selenium Grid server.
3
3
REM It parses --remote-debugging-port and --config parameters passed by ChromeDriver and passes them to OpenFinRVM.exe
4
4
REM %openfinLocation% needs to point to location of OpenFin install directory.
5
- REM devtools_port should NOT be set in app manifest json file
5
+ REM if devtools_port is set in app.json and ChromeDriver needs to communicate on that port, set chromeOptions.debuggerAddress
6
+ REM to be the same as devtools_port.
7
+ REM Otherwise, devtools_port should NOT be set in app manifest json file and chromedriver dynamically assigns a port and passes
8
+ REM it with --remote-debugging-port as a command line argument to this script
6
9
7
10
SETLOCAL ENABLEDELAYEDEXPANSION
8
11
SETLOCAL ENABLEEXTENSIONS
You can’t perform that action at this time.
0 commit comments