Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWebDriver handle_is* function should search by element_id #9709
Labels
Comments
|
I confirmed this by using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The functions
handle_is_enabledfor Element Is Enabled andhandle_is_selectedfor Element Is Selected currently attempt to find the element withfind_node_by_unique_id. Theelement_idis not theunique_idso they will yield an "stale element reference" error.