You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run my browser with an Automa script looping continuously in a remote machine which I access via RDP.
Occasionally there's an action and a popup appears. I need to click "close" on the popup to close it.
I have tried multiple conditions.
if element exists (popup or popup close button)
if element is visible (popup or popup close button)
if element is visible on screen (popup or popup close button)
None work. When I reconnect to the RDP session, I find the popup open, and it does get close at the next loop (15 seconds) without me interacting. So the above conditions are met only when I'm connected. It seems like conditions like these based on elements within RDP is an issue.
Besides this, I have also tried to forcedly click the element "close button" at every loop, but also this approach doesn't work.
So two points:
what else could I try?
I believe a better handling of RDP session is needed
Thanks
The text was updated successfully, but these errors were encountered:
I run my browser with an Automa script looping continuously in a remote machine which I access via RDP.
Occasionally there's an action and a popup appears. I need to click "close" on the popup to close it.
I have tried multiple conditions.
None work. When I reconnect to the RDP session, I find the popup open, and it does get close at the next loop (15 seconds) without me interacting. So the above conditions are met only when I'm connected. It seems like conditions like these based on elements within RDP is an issue.
Besides this, I have also tried to forcedly click the element "close button" at every loop, but also this approach doesn't work.
So two points:
Thanks
The text was updated successfully, but these errors were encountered: