What do I do with ....WebElement(s)?
Asked by
Jon Rosen
Okay, I got things coming back from my get_element method calls. The question now is, What do I do with them?
I tried inspecting them and there is essentially nothing visible there, just a _parent attribute (which is actually a python object for a Firefox window, I believe), and an _id. Nothing else. I tried dir() and inspect.getsource and got nothing but errors. I realize now that these may not be python objects, but what good is that?
I want to walk through the elements I retrieved in my get_elements_
I looked at the examples and none of the examples show any use of the elements that come back from a get_elements method.
Help please? Thanks!
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Corey Goldberg
- Solved:
- Last query:
- Last reply:
To post a message you must log in.