Skip to content

Zest - Graphical Security Scripting Language version 48.6.0

Choose a tag to compare

@zapbot zapbot released this 20 May 14:49
· 2274 commits to main since this release
8ec38ab

Added

  • Client element waitForMsec parameter.

Changed

  • Update Zest library to 0.29.0:
    • Allow to access the WebElement referenced by a ZestClientElement.
    • Add new waitForMsec parameter to all client elements.
    • Change ZestClientElementClick, ZestClientElementSendKeys, and ZestClientElementSubmit to wait for the element to also be enabled when using waitForMsec.
    • Update Selenium to version 4.32.0.
    • Change ZestClientElementClick to click on the position of the element instead of the element itself when obscured, to better reproduce a manual click.
    • Change ZestClientElementScrollTo to only scroll to the element when not already in view and to scroll with nearest vertical alignment, to ensure the element is kept visible.
  • Allow to copy the script's file system path from the Edit Zest Script dialogue.

Fixed

  • Print statements should print to the relevant script Output tab.
  • Recording client Zest scripts.