sean.ryan
(Sean Ryan)
February 28, 2023, 2:23pm
1
Hi,
I am having the following issue with a pop up. I am automating a Document Upload process and the following Excel pop up appears if there is an Excel being uploaded.
The pop keeps appearing the background - I have an element exists to look for it and then an if statement to attach the window and then a show window activity to bring it to the foreground.
However this isn’t working it keep appearing like the image.
Any suggestions?
Hi @sean.ryan
Have you tried with Activate activity?
or
use simulate click in the click to click on the pop up
Regards
Sudharsan
sean.ryan
(Sean Ryan)
February 28, 2023, 2:51pm
3
The issue because the pop up is in the background the Element Exists is failing.
AkshaySandhu
(AkshaySingh Sandhu)
February 28, 2023, 2:54pm
4
May be SoftCo Dekstop window’s property is “Show on top” (just like Task Manager)
If you trying to take any action in Excel Compatibility window try to use simulate method. This might help you out.
Are you sure @sean.ryan
Element exists will work in the background too i think
Can you check your selector once again?
Regards
Sudharsan
sean.ryan
(Sean Ryan)
February 28, 2023, 2:56pm
6
Yes I have used Log messages to track it. The boolean for the element exists is coming back as false.
But when I ctrl tab I can see the window in the background
sean.ryan
(Sean Ryan)
February 28, 2023, 2:57pm
7
What Simulate method should I use?
AkshaySandhu
(AkshaySingh Sandhu)
February 28, 2023, 2:59pm
8
Simulate method is property available for Click and Type into activities.
sean.ryan
(Sean Ryan)
February 28, 2023, 2:59pm
9
But if the element exist is coming back false how will I simulate a click on it?
AkshaySandhu
(AkshaySingh Sandhu)
February 28, 2023, 3:01pm
10
check your selector again. Make sure it is dynamic (if required)
sean.ryan
(Sean Ryan)
March 1, 2023, 12:12pm
11
Hi,
With the Activate - should I use an element exist before or after the the Activate activity
Anil_G
(Anil Gorthi)
March 1, 2023, 12:22pm
12
@sean.ryan
Element exists works in background as well.
So if the window pops up and if the selector is correct then you would have true…you are getting false may be because the selector is wrong…
Please check the same
Cheers
If you and going to indicate on that compatibility popup You can use after element exists @sean.ryan
As said earlier can you please check your Element Exists selector and check it is getting validated and highlighted
If not change the selector and upload the package again
Regards
Sudharsan