Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automa within RDP disconnected session #1931

Open
wellloaded opened this issue Mar 7, 2025 · 0 comments
Open

Automa within RDP disconnected session #1931

wellloaded opened this issue Mar 7, 2025 · 0 comments

Comments

@wellloaded
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant