19-05-20 08:46 AM
19-05-20 09:06 AM
Hi Jeriel,
If I understand your query correctly, when you interact with the 'One Way' Checkbox, the 'Returning' field is not being greyed out when the 'One Way' field has been checked.
When working with target applications, you need to consider how a user would interact with a control. This is because application controls may behave differently if you attempt to interact with it in a different way. For example, if the user clicks a control with their mouse which in turn triggers an event to remodel the form, and you use a Write stage instead, the event may not be triggered.
In your use case, a user would use their Mouse to click the 'One Way' Checkbox, therefore we should attempt to perform the same through a Navigate stage.
Spy the 'One Way' field using HTML mode, ensuring you only capture the Checkbox and not the surrounding elements:
19-05-20 12:46 PM
19-05-20 12:54 PM