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
One of the pieces of the api that is very well documented is
frame/element handling - this commit adds some basic docstrings to the
frame methods, and makes the Element::new() method public.
For examples I've addedd two more commands to the www binary
- `frames` lists iframes in a page with their reference id
- `switchframe ID` switches the current context to the selected frame
- `switchframe` switches to the toplevel context
This still falls short in two areas
- there is no way to determine the current frame - AFAIK there is no
command for this in the webdriver spec
- we are missing a method to switch to the parent frame
0 commit comments