Could you please suggest how can we monitor start button on the web page.
CA App Synthetic Monitor : 10.1
Yes,
it is possible using the webdriver monitor. This is the sample script:
<?xml version="1.0" encoding="UTF-8"?>
<TestCase>
<selenese>
<command>open</command>
<target><![CDATA[https://openbizaccountmy.ocbc.com/obaoMY/#/start?product=U8&source1=embdigital&source2=web_top]]></target>
<value><![CDATA[]]></value>
</selenese>
<selenese>
<command>waitForElementPresent</command>
<target><![CDATA[id=btn-start]]></target>
<value></value>
</selenese>
</TestCase>
Attached the video for this