...
To use specific Chrome plugins or settings for web functional tests:
Launch Chrome with the following command line:
xtestCode Block language text <Chrome_Installation_Directory> --user-data-dir="<SOAtest Installation_Directory>\eclipse\plugins\com.parasoft.
ptest.libs.web_<soatest_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><INSTALL>/eclipse/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.
...