| Interface and Description |
|---|
| org.openqa.selenium.internal.FindsByClassName
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsByCssSelector
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsById
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsByLinkText
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsByName
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsByTagName
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.FindsByXPath
An implementation detail of
By. Will be removed in 4.0 |
| org.openqa.selenium.internal.HasIdentity
Scheduled for deletion with no replacement.
|
| org.openqa.selenium.interactions.internal.Locatable
Use
Locatable instead |
| org.openqa.selenium.internal.Locatable
Use
Locatable instead. |
| org.openqa.selenium.internal.WrapsDriver
Use
WrapsDriver instead. |
| Enum and Description |
|---|
| org.openqa.selenium.internal.ElementScrollBehavior
Use
org.openqa.selenium.ie.ElementScrollBehavior instead. |
| Method and Description |
|---|
| org.openqa.selenium.Capabilities.isJavascriptEnabled()
Use is(SUPPORTS_JAVASCRIPT) instead.
|
| Constructor and Description |
|---|
| org.openqa.selenium.interactions.Actions(Keyboard)
Use the new interactions API.
|
| org.openqa.selenium.interactions.Actions(Keyboard, Mouse)
Use the new interactions APIs.
|
| org.openqa.selenium.interactions.touch.TouchActions(Keyboard, TouchScreen) |