Google Chrome Pop up handling

I am not able to do click action on the google chrome alert message box button such as “OK” Cancel.

@rpalearner007 Basicallly, Google Chrome Pop- Up are java script Pop - up. Therefore, attach window do not works there. Please use “Element Scope” . It is similar to attach window activity where you will have to indicate pop up and several properties will be auto-generated. Use this Element Scope documentation as reference.

Hope it helps :slight_smile:

1 Like

Use “image exist” Activity and pass it’s output into a if activity. If true give click event.

gopal pal

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.