To monitor image on the web page
search cancel

To monitor image on the web page

book

Article ID: 259966

calendar_today

Updated On:

Products

CA App Synthetic Monitor

Issue/Introduction

Could you please suggest how can we monitor start button on the web page.


Environment

CA App Synthetic Monitor   : 10.1

Resolution

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

Attachments

1676461013132__button.mp4 get_app