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
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
The plugin works!
However, what makes me surprised is that the plugin needs spend more than 20 seconds finding only one element in the screen by executing the following only ONE line code according to my test:
driver.find_element_by_custom("ai:search").click()
I believe many people would argue that wheter we can really use it in the real test environment, especially when we need to qickly obtain the correct test result. So, how to make it quicker?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin works!
However, what makes me surprised is that the plugin needs spend more than 20 seconds finding only one element in the screen by executing the following only ONE line code according to my test:
driver.find_element_by_custom("ai:search").click()
I believe many people would argue that wheter we can really use it in the real test environment, especially when we need to qickly obtain the correct test result. So, how to make it quicker?
The text was updated successfully, but these errors were encountered: