-
Notifications
You must be signed in to change notification settings - Fork 35
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
Zoomba delay #228
Comments
I am going to need some additional information to proceed:
|
|
Im not sure what happened to that log file but I cannot view it, even with removing the .pdf extension. |
Alright so I think your issue here is the use of xpath. I go over it a bit in #183 : "Xpath in WinAppDriver is slow and in this case effected by how many other programs your desktop has running. I attempted to test a few more xpath possibilities to see if what I was doing was ill-performant but I couldn't get a noticeable difference in execution speed. This all ends up on the WInAppDriver side which is closed source. They promise that its not dead but we have yet to hear too much from them on it." When you use Xpath in the DesktopLibrary it is going to essentially take and xml of your app and traverse it. When its looking through the desktop session its even worse as the speed will depend on how many applications are running at once. Luckily in your case I am seeing a lot of other locators you can use that should make things much faster. For example: Rather than Or something longer like: Could probably just be Other locator strategies can be found at the top of the docs: https://accruent.github.io/robotframework-zoomba/DesktopLibraryDocumentation.html |
Thank you! I will test and i come back with results! Thank you again! |
Zoomba has a big delay to process a act. I can't fix this problem. Can you help me?
I use locator to click on button or check if the button is enabled. But, these process it takes too long.
The text was updated successfully, but these errors were encountered: