Skip to content

Commit 4db142a

Browse files
committed
AUT-104: updated comments in RunOpenFin.bat
1 parent 728b698 commit 4db142a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RunOpenFin.bat

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
REM This script is intended to be used for launching OpenFin Runtime by ChromeDriver or node of Selenium Grid server.
33
REM It parses --remote-debugging-port and --config parameters passed by ChromeDriver and passes them to OpenFinRVM.exe
44
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
69

710
SETLOCAL ENABLEDELAYEDEXPANSION
811
SETLOCAL ENABLEEXTENSIONS

0 commit comments

Comments
 (0)