...
- Firefox 47.0.1 and earlier
- Google Chrome
- Internet Explorer 78+
- Safari 5.1+ 7-9.x on Mac OSX
- Microsoft Edge Windows Anniversary Edition (version 38.14393)+
...
- Internet Explorer 8+
- Google Chrome 9+
- Firefox 3.6-54 (for playback only, recording is not supported)
You can also perform mobile interface testing through a desktop browser as described in Mobile Interface Testing.
Firefox Notes
- Playing back inputs that allow you to browse to a file to upload it is not supported in Firefox 3 and later.
- If Firefox is in the middle of an automatic update (the update was downloaded but not yet installed), web scenarios might not play back correctly (Virtualize will launch Firefox, and Firefox will open a dialog to check add-on compatibility; this causes playback to fail). If this occurs, launch Firefox outside of Virtualize to complete the update installation. Once the update is completed, web scenarios can be played back as usual.
Internet Explorer Notes
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
<Virtualize Directory>\eclipse\plugins\com.parasoft.xtest.libs.web_<version>\root\browsers\ie\HTMLUtil.js
as follows to force Virtualize to emulate JavaScript events using the IE-specific model. You need to make the following changes in this file: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 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.
Chrome Notes
- 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 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).
...
- Record and playback on file inputs (inputs that allow you to browse to a file to upload it) is not supported in Chrome.
- When recording or playing back with Chrome on Mac using the Parasoft native engine, closing Chrome opens a dialog that says "Google Chrome wants to use your confidential information stored in ’Chrome Safe Storage’ in your keychain. Do you want to allow access to this item?" Even if you choose "Always Allow", this dialog opens every time that Chrome is started and then closed. To prevent this dialog from opening every time:
- Open Applications> Utilities> Keychain Access.
- Control-click Chrome Safe Storage, then choose Get Info from the shortcut menu.
- Switch to Access Control, select Allowall applications to access this item, and click Save Changes. You will need to enter an administrator password to continue.
Safari Notes
Safari support is available for playback using the Selenium WebDriver engine.
• For a list of associated limitations, see Safari-Specific Issues.
Microsoft Edge Notes
You must have the correct MicrosoftWebDriver executable for your version of Edge. If you receive an "Unable to launch Microsoft Edge" error message, you may need to download the driver. Visit https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver for additional information.
Troubleshooting Playback in Microsoft Edge
SOAtest/Virtualize cannot launch Edge when the SOAtest/Virtualize process is running with privileged access. Take the following actions to resolve this issue:
...