v1.1.11
-
Integrate latest enhancements on Selenium recorded webpage script tests to resolve incompatible issues between Selenium IDE and Instana (#34):
- Fix issues with
assertTextandverifyTextcommands: if there arevalueswith leading or tailing white spaces, the text dose not match. - Fix issues with
editContentcommand: if there are single quotes in value of editContent command, there will beJavascriptError: javascript error: Unexpected identifier - Enhance webpage script and browser script in alert handling to avoid
UnexpectedAlertOpenError: unexpected alert open: {Alert text : }reported byselenium-webdriver.
- Fix issues with
-
Add new SIDE example:
github.side -
Upgrade third-party dependencies
-
Migrate FAQ to Instana public doc and add more troubleshooting guidance (#33):
- How to use reasonable window size in Selenium IDE recorded scripts
- How to scroll down to web element and then click on it. Provided completed sample code.
- How to pause a few seconds to resolve stale element reference error.