rtallapudi
(Rama Satyanarayana Tallapudi)
January 24, 2020, 3:15pm
1
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
bcorrea
(Bruno Correa)
January 24, 2020, 3:17pm
2
you should use another attach window for those popups.
rtallapudi
(Rama Satyanarayana Tallapudi)
January 24, 2020, 3:27pm
3
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:
Hello,
This is a classic javascript popup generated by the webpage. What makes it difficult to get the text in your case in that you are using Google Chrome browser which is not rendered the same way as it would be for IE and do not expose it text attribute (among other ones).
From my side, chrome plugin makes also the capture very slow and anoying.
If you have choice, i would recommend you using rather Internet explorer on your automation in general because of the reason bellow.
This bein…
Hi @devbrath
Check whether you have checked the “Send window message” in the properties panel of click activity
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.
rtallapudi
(Rama Satyanarayana Tallapudi)
January 28, 2020, 1:03pm
6
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
system
(system)
Closed
January 31, 2020, 1:03pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.