...
To use specific Chrome plugins or settings for web functional tests:
Launch Chrome with the following command line:
<Chrome_Installation_Directory>
<SOAtest Installation_Directory>\eclipseCode Block language text <CHROME_INSTALL_DIR> --user-data-dir="
xtest<SOATEST_INSTALL_DIR>\plugins\com.parasoft.
<soatest_version>ptest.libs.web_
<VERSION>\root\browsers\chrome\userDataDir"
This tells Chrome to use SOAtest's user-data directory for web scenario recording and playback.- After the browser opens, install the extension and/or perform the configuration in the normal manner.
...
- Close all instances of Firefox.
- Start Firefox with the command line
<Firefox_Installation_Directory> -ProfileManager
- Click Create Profile to create a new profile.
- Click through the wizard until you reach the step to choose a profile folder.
- Click Choose Folder and select the folder <SOAtest Installation_Directory>/eclipse<INSTALL>/plugins/com.parasoft.xtestptest.libs.web_<soatest_version><VERSION>/root/browsers/ff folder.
- Click Finish.
- Select the new profile that you created and click Start Firefox.
...