Serialized Form
-
Package org.openqa.selenium
-
Class org.openqa.selenium.By.ByClassName extends By.StandardLocator implements Serializable
- serialVersionUID:
- -8737882849130394673L
-
Serialized Fields
-
className
java.lang.String className
-
-
Class org.openqa.selenium.By.ByCssSelector extends By.StandardLocator implements Serializable
- serialVersionUID:
- -3910258723099459239L
-
Serialized Fields
-
cssSelector
java.lang.String cssSelector
-
-
Class org.openqa.selenium.By.ById extends By.StandardLocator implements Serializable
- serialVersionUID:
- 5341968046120372169L
-
Serialized Fields
-
id
java.lang.String id
-
-
Class org.openqa.selenium.By.ByLinkText extends By.StandardLocator implements Serializable
- serialVersionUID:
- 1967414585359739708L
-
Serialized Fields
-
linkText
java.lang.String linkText
-
-
Class org.openqa.selenium.By.ByName extends By.StandardLocator implements Serializable
- serialVersionUID:
- 376317282960469555L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.openqa.selenium.By.ByPartialLinkText extends By.StandardLocator implements Serializable
- serialVersionUID:
- 1163955344140679054L
-
Serialized Fields
-
partialLinkText
java.lang.String partialLinkText
-
-
Class org.openqa.selenium.By.ByTagName extends By.StandardLocator implements Serializable
- serialVersionUID:
- 4699295846984948351L
-
Serialized Fields
-
tagName
java.lang.String tagName
-
-
Class org.openqa.selenium.By.ByXPath extends By.StandardLocator implements Serializable
- serialVersionUID:
- -6727228887685051584L
-
Serialized Fields
-
xpathExpression
java.lang.String xpathExpression
-
-
Class org.openqa.selenium.Cookie extends java.lang.Object implements Serializable
- serialVersionUID:
- 4115876353625612383L
-
Serialized Fields
-
domain
java.lang.String domain
-
expiry
java.util.Date expiry
-
isHttpOnly
boolean isHttpOnly
-
isSecure
boolean isSecure
-
name
java.lang.String name
-
path
java.lang.String path
-
sameSite
java.lang.String sameSite
-
value
java.lang.String value
-
-
Class org.openqa.selenium.ElementClickInterceptedException extends ElementNotInteractableException implements Serializable
-
Class org.openqa.selenium.ElementNotInteractableException extends InvalidElementStateException implements Serializable
-
Class org.openqa.selenium.ElementNotSelectableException extends InvalidElementStateException implements Serializable
-
Class org.openqa.selenium.ElementNotVisibleException extends ElementNotInteractableException implements Serializable
-
Class org.openqa.selenium.ImeActivationFailedException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.ImeNotAvailableException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.InvalidArgumentException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.InvalidCookieDomainException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.InvalidElementStateException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.InvalidSelectorException extends NoSuchElementException implements Serializable
-
Class org.openqa.selenium.JavascriptException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.NoAlertPresentException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NoSuchContextException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NoSuchCookieException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NoSuchElementException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NoSuchFrameException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NoSuchSessionException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.NoSuchWindowException extends NotFoundException implements Serializable
-
Class org.openqa.selenium.NotFoundException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.ScriptTimeoutException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.SessionNotCreatedException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.StaleElementReferenceException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.TimeoutException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.UnableToSetCookieException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.UnhandledAlertException extends WebDriverException implements Serializable
-
Serialized Fields
-
alertText
java.lang.String alertText
-
-
-
Class org.openqa.selenium.UnsupportedCommandException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.WebDriverException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
extraInfo
java.util.Map<java.lang.String,java.lang.String> extraInfo
-
-
-
-
Package org.openqa.selenium.interactions
-
Class org.openqa.selenium.interactions.InvalidCoordinatesException extends WebDriverException implements Serializable
-
Class org.openqa.selenium.interactions.MoveTargetOutOfBoundsException extends WebDriverException implements Serializable
-
-
Package org.openqa.selenium.logging
-
Class org.openqa.selenium.logging.LoggingPreferences extends java.lang.Object implements Serializable
- serialVersionUID:
- 6708028456766320675L
-
Serialized Fields
-
prefs
java.util.Map<java.lang.String,java.util.logging.Level> prefs
-
-
-
Package org.openqa.selenium.net
-
Class org.openqa.selenium.net.UrlChecker.TimeoutException extends java.lang.Exception implements Serializable
-