Hands-on practice pages for every core WebDriver scenario โ textboxes, tables, alerts, windows, frames, dates and drag-and-drop โ each with Selenium Java code and XPath examples.
Practice sendKeys(), clear() and getAttribute() on text, email and textarea fields.
Start practice โLocate rows and cells dynamically and iterate over a table with findElements().
Start practice โSwitch between parent and child browser windows using getWindowHandles().
Start practice โAccept, dismiss and send keys to simple, confirmation and prompt JavaScript alerts.
Start practice โEnter dates directly via sendKeys on native HTML5 date input fields.
Start practice โUse the Actions class to move an element from a source to a target container.
Start practice โSwitch into an iframe, interact with its content, and return to the default page.
Start practice โ