Lesson 7 - Java Testing - Selenium WebDriver Syntax Overview
In the previous lesson, Java testing - Unit tests of real applications III, we learned to implement the PageObject design pattern in Java using Selenium. In today's tutorial, we're going to describe the RemoteWebDriver API in detail and other related objects and interfaces.
RemoteWebDriver
The base of specific drivers for different browsers is the
RemoteWebDriver
class. ChromeDriver, FirefoxDriver, or other
drivers inherit from this class. The class implements several interfaces, their
names should tell what they are used for, let's take a look:
WebDriver
JavascriptExecutor
FindsById
FindsByClassName
FindsByLinkText
FindsByName
FindsByCssSelector
FindsByTagName
FindsByXPath
HasInputDevices
HasCapabilities
Interactive
TakesScreenshot
The public methods will be much more important to us. Let's describe which methods we can call on a ChromeDriver instance and what they do.
- close() - Closes the browser window. If the last window is closed, the browser is closed.
- findElement(By by) - Finds an element on the page using a
selector passed by a static method on the
By
class. This is the preferred way to select elements and includes all the methods that we'll mention when describing RemoteWebDriver below. - findElements(By by) - Finds elements on the page
corresponding to a given selector. The method returns an ordinary
List
, so we get to the first element via.get(0)
and so on. - get(java.langĀ.String url) - Loads a new page in the current window from a given URL.
- getCurrentUrl() - Returns the current URL.
- getTitle() - Returns the title of the current page.
- getWindowHandle() -
...End of the preview...

Premium article
ict.social is a large database made up of manuals and tutorials, whose main goal is to provide high-quality IT education to everyone. We started out in the Czech republic, where we display roughly a million articles per month and receive plenty of gratitude from our users. Thanks to our successful establishment, we are now bringing these articles to the rest of the world.
Although we are trying to keep our content free of charge, maintaining the site is a huge effort for everyone involved. Therefore, some content (exercises and more advanced material) costs network points. Don't worry, they're really cheap :)
Article description
Requested article covers this content:
This tutorial describes the syntax of RemoteWebDriver in the Selenium Java testing framework. ChromeDriver, RemoteWebDriver, WebElement, Options.
Buying this article gives you unlimited access to it forever. You will learn some more and help us keep giving our site maintenance which helps you and others get better futures. It's a win-win.
This article is licensed: Premium III, by buying this article, you agree with the terms of use.
You gain points by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.
You can get points immediately using:
![]() |
![]() |
![]() |
Credit card | SMS | Wire transfer |