Unable to identify the Chrome browser pop-up - in Advanced training - Assignment 2

I am working on Advanced Training - Assignment 2 , in which we need to identify whether Element exist (pop-up) if there is no Report to Download .

But I could not find the way to identify the Element in the Chrome browser pop-up.

I could not find any related topic in the Forum.

Could any one help on how to identify the the Chrome Browser pop-up.

2 Likes

you should use another attach window for those popups.

Hello,

But I could not focus the element in the browser pop-up. Whenever i try to focus the pop-up it selects entire text. I am not sure how to identify the pop-up.

1 Like

Suggest you to have a look at a related post:

Ill advice to use IE however.

1 Like

@rtallapudi You can use TryCatch because its throws SelectorNotFoundException put all the activites in try block and send hot key in catch block.its usefull for me.

As mentioned in the topic Decide the action reading text of Chrome popup , I have used below selector to Identify the Pop-up in Chrome.

. It worked for me .

2 Likes

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