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

Windows Application Driver receiving lots of requests while no UI interactions occur #120

Closed
mseijas opened this issue Nov 2, 2023 · 1 comment

Comments

@mseijas
Copy link

mseijas commented Nov 2, 2023

I am finding that during an interval where no UI interactions are occurring the Windows Application Driver logs show that it's receiving a very high number of requests during this time. Additionally all these requests seem to be replied to with a 404 response.

Repro steps:

  1. Find any element
  2. Sleep for a second
  3. Notice how the Windows Application Driver keeps getting A LOT requests that respond with 404 during this time
@tristanlabelle
Copy link
Contributor

This is likely a result of the implicit wait emulation which was the default before #153 . Please reopen if that is still an issue.

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

2 participants