Multi-session work
Multi-session environments where multiple users work with multiple instances of Studio may require differentiating between ports used by those instances of Studio. To reconfigure the ports it is necessary to edit configuration files of the applications that are included in the distribution package:
Primo.Studio.exe.config | Primo.Robot.x64.exe.config | Primo.Robot.exe.config | LTools.WebBrowser.Native.exe.config | LTools.Selector.exe.config |
---|---|---|---|---|
debugPort | debugPortStudio | debugPortStudio | - | - |
debugPortRobot | debugPort | debugPort | - | - |
selectorPort | - | - | - | selectorPort |
selectorPortStudio | - | - | - | selectorPortStudio |
webExtPort | webExtPort | webExtPort | webExtPort | webExtPort |
webExtPortDebug | webExtPortDebug | webExtPortDebug | webExtPortDebug | webExtPortDebug |
Please note when configuring parameters of the Studio=Robot pair: debugPort=debugPortStudio, debugPortRobot=debugPort
Last updated