Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.remote |
Modifier and Type | Class and Description |
---|---|
class |
InvalidSelectorException |
class |
NoAlertPresentException
Indicates that a user has tried to access an alert when one is not present.
|
class |
NoSuchContextException
Thrown by
ContextAware.context(String)
WebDriver.switchTo().context(String name)}. |
class |
NoSuchElementException
Thrown by
WebDriver.findElement(By by) and
WebElement.findElement(By by) . |
class |
NoSuchFrameException
|
class |
NoSuchSessionException
Thrown by any command being called after
WebDriver.quit() . |
class |
NoSuchWindowException
|
Modifier and Type | Class and Description |
---|---|
class |
SessionNotFoundException
Deprecated.
Use
NoSuchSessionException instead |
Copyright © 2016. All rights reserved.