Question
IKOR PX
AU
Last activity: 24 Aug 2018 7:40 EDT
Performing clicks on Google Web Toolkit (GWT) applications
Hi Team,
I am trying to automate a Google Web Toolkit (GWT) application. [Internal Client app - hence can not share screenshots]. In there button, link elements are not what they appear to be. Button is a styled table. Link is a styled span etc., Also, events are not triggering thru forward clicks. For example, one of the buttons ran a click event logic when mousedown and mouseup events are triggered back to back using the raiseEvent method. Similar workaround is not working for the styled span (link). Please suggest if you have any ideas on how to trigger events in GWT.
You can consider the example of PEGA UI to replicate a similar issue. Create a dropdown > Configure Onchange refresh section [run some custom logic]. Now, try and trigger that onchange using openspan. It wont work. But you can still make it work for pega using pega.u.d.setProperty function. Please suggest if you know any such workarounds for GWT.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***