Skip to content

v1.1.10

Choose a tag to compare

@lijingmu lijingmu released this 01 Jul 08:50
· 28 commits to main since this release
5c4f855
  • Update Readme to help users to install this tool on Windows + WSL 2 (#29)
  • Update FAQ based on clients' feedback and questions: (#30 #31)
    • Add clarification of Selenium IDE limitations and recommend to use browser script local runner to test script locally
    • Add examples and solutions about how to resolve StaleElementReferenceError in browser testing
    • Add examples and solutions in FAQ about how to verify test results
  • Add command logging in console output for Selenium IDE recorded scripts to help users troubleshooting (#32)
    2024-07-01T04:43:36Z [INFO]  >>>>>>>> Command: [waitForElementPresent], target: [id=searchform], value: [20000] <<<<<<<<
    2024-07-01T04:43:36Z [INFO]  >>>>>>>> Command: [executeScript], target: [await $browser.takeScreenshot()], value: [] <<<<<<<<
    
  • Upgrade dependencies to fix CVEs, and delete unnecessary module dependency (#32)
  • Update examples of test_ibm.js and search-instana.side (#29)