Web - Click Event

This activity is used to click on any element in the window in the web page. It searches
for the given string in the indicated element and clicks on it. The click activity can be
used to click on text boxes, URL’s (within the webpage), hyperlinks, buttons. The click
activity works only if the element is enabled.

Web Automation - Updates

In this version 5.3.0, issue on functionality broke when Google Chrome was updated to versions above 83, now replaced selenium web driver with Chrome Extension.
 

Update:
The web automation feature initially worked using selenium web driver has the limitation of not being able to automate tasks on chrome browser above version 83. In the latest version, we have removed the web driver and implemented chrome extension for web automation using java script. This has the capability to automate any version of chrome browser.
 

Form Builder - Update

In this version 1.2.2 of Form Builder Automation, updates have been made to the Date picker control. The UI of the Date picker input properties has been altered, the fields ‘Maximum’, ‘Minimum’ and ‘Value’ has been re-arranged along with an option to choose the type of input against each field.