...
Before using Internet Explorer, see Configuring Internet Explorer Settings 1.
With Internet Explorer 9 or 10, we recommend using addEventListener() when registering event listeners. However, if you are using attachEvent(), which is an IE-specific event model, you will need to manually update HTMLUtil.js file located in the <INSTALL>\eclipse\plugins\com.parasoft.ptest.libs.web_<VERSION>\root\browsers\ie\ directory as follows to force Virtualize to emulate JavaScript events using the IE-specific model:
SOAtest
"ext.HTMLUtil.preferLegacyEventModel = false;"
to"ext.HTMLUtil.preferLegacyEventModel = true;"
Virtualize
"_wk_HTMLUtil.preferLegacyEventModel = false;"
to"_wk_HTMLUtil.preferLegacyEventModel = true;"
The first time that Internet Explorer 9 is launched, it will open a warning dialog that states "The Recorder Registrar is now ready to use." You need to click Enable to ensure that your web scenarios record and play back correctly. For best results, you should close and re-open the browser after clicking Enable.
- File inputs inside modal dialogsare dialogs are not supported.
- Record and playback on file inputs (inputs that allow you to browse to a file to upload it) is not supported in Internet Explorer 8 and later.
...
- When specifying the path to the Chrome executable on Linux, choose
google-chrome
(e.g./opt/google/chrome/google-chrome
)—notchrome
. On Windows, the path is typicallyC:\Users\usernane\AppData\Local\Google\Chrome\Application\chrome.exe
. On Mac, it’s typically/Applications/Google Chrome.app
. - If you just recorded a web scenarios and scenario and the browser contents for the last step was not captured, you can play the scenario to capture this content. Note that this happens when you stop recording by closing the browser window. The recommended best practice is to stop recording by clicking the Stop Recording button (instead of by closing the browser window).
...
The msedgedriver.exe WebDriver necessary for playback on the Chromium-based Edge browser is not shipped withSOAtest with SOAtest and Virtualize.You You can download the driver from the following website:
...
Save the driver to the <INSTALL>\eclipse\plugins\com.parasoft.ptest.libs.web_<VERSION>\root\browsers\webdriver\edge\x86\ directory to enable support for the Chromium-based Edge browser.
...