Skip to content

v1.1.11

Choose a tag to compare

@lijingmu lijingmu released this 09 Aug 02:25
· 21 commits to main since this release
1ca5d9a
  • Integrate latest enhancements on Selenium recorded webpage script tests to resolve incompatible issues between Selenium IDE and Instana (#34):

    • Fix issues with assertText and verifyText commands: if there are values with leading or tailing white spaces, the text dose not match.
    • Fix issues with editContent command: if there are single quotes in value of editContent command, there will be JavascriptError: javascript error: Unexpected identifier
    • Enhance webpage script and browser script in alert handling to avoid UnexpectedAlertOpenError: unexpected alert open: {Alert text : } reported by selenium-webdriver.
  • 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.