Check Element Exists with alert in Chrome

Hi everybody, i am do exercises about Generate Yearly Report of RE Framework tutorials. I face issue when click the element exists with the element is a alert of google chrome.Please help me check that ?. i am so sorry because my English is so bad.

1 Like

Hi @TanVuong
It’s fine By the way welcome to the community!
Kindlly use internet explorer for your issue.

cheers :smiley:

Happy learning :smiley:

3 Likes

thank you, i think its good solve way.

1 Like

No worries @TanVuong

Happy to help here :smiley:

cheers :smiley:

Happy learning :smiley:

3 Likes

@TanVuong

You can click the Solutions Button to close this issue and create new one if you have any inquiry that need to be address.

Many Thanks :smiley:

cheers :smiley:

Happy learning :smiley:

1 Like

While the chrome alert is displayed please use UiExplorer and paste the below selector. In most cases the Ok button will be available. If not, just play around using 2nd selector which is mentioned below in the UiExplorer and you should get it.

  1. <html app=‘chrome.exe’ title=’’ />

<ctrl name=‘OK’ role=‘push button’ />

You will also find a selector to read a text using the below. This will help you get to the pane where the alert is displayed and you can easily find it out from the Uiexplorer.

  1. <html app=‘chrome.exe’ title=’’ />
1 Like