Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
We have done a survey of topics relating to using Selenium Webdriver. What next? Where can we turn for more information? This video will conclude the course by pointing you in the direction of further resources.
Practice Sites
Learn More
Even Moar Info
Working with multiple windows
-
driver.getAllWindowHandles()
- Gets the window handle of all available windows -
driver.getWindowHandle()
- Gets the handle of the current window -
driver.switchTo()
- Switches between windows - http://www.seleniumhq.org/docs/03_webdriver.jsp#moving-between-windows-and-frames
Alerts and Popups
Alerts and Popups can be frustrating to deal with because they are not part of the web content that you may be interacting with when they appear. Learn more about popup dialogs
Working with IFrames
Iframes embed content in a way that is not directly accessible with the other web content. Webdriver provides a mechanism to switch into the IFrame
Complex Actions
Use the ActionSequence API for when you need to do things that are not possible through the standard WebElement API.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up