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

Performance Issue #1973

Open
PrajinC opened this issue Feb 14, 2024 · 1 comment
Open

Performance Issue #1973

PrajinC opened this issue Feb 14, 2024 · 1 comment

Comments

@PrajinC
Copy link

PrajinC commented Feb 14, 2024

Any strategies or techniques can we implement to enhance the efficient and performance of the WinAppDriver process.? Currently we facing slow performance.

@liljohnak
Copy link

@PrajinC we have no performance problems. We used more FindElements instead of FindElement calls in our code. With FindElements you need to wait for existence and clickable point. With FindElement these are always waited for. Hope this helps.

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