Skip navigation links
$ A B C D E F G H I L M N O P R S T U V W Z 

$

$(WebElement) - Method in class com.codeborne.selenide.SelenideDriver
 
$(String) - Method in class com.codeborne.selenide.SelenideDriver
 
$(By) - Method in class com.codeborne.selenide.SelenideDriver
 
$(By, int) - Method in class com.codeborne.selenide.SelenideDriver
 
$(String, int) - Method in class com.codeborne.selenide.SelenideDriver
 
$(String) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String)
$(String, int) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String, int)
$(By) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String)
$(By, int) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String, int)
$$(Collection<? extends WebElement>) - Method in class com.codeborne.selenide.SelenideDriver
 
$$(String) - Method in class com.codeborne.selenide.SelenideDriver
 
$$(By) - Method in class com.codeborne.selenide.SelenideDriver
 
$$(String) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.findAll(String)
$$(By) - Method in interface com.codeborne.selenide.SelenideElement
$$x(String) - Method in class com.codeborne.selenide.SelenideDriver
 
$$x(String) - Method in interface com.codeborne.selenide.SelenideElement
Short form of webDriver.findElements(thisElement, By.xpath(xpath))
$x(String) - Method in class com.codeborne.selenide.SelenideDriver
 
$x(String) - Method in interface com.codeborne.selenide.SelenideElement
Locates the first matching element inside given element using xpath locator
$x(String, int) - Method in interface com.codeborne.selenide.SelenideElement
Locates the Nth matching element inside given element using xpath locator

A

AbstractDriverFactory - Class in com.codeborne.selenide.webdriver
 
AbstractDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
actions() - Method in interface com.codeborne.selenide.Driver
 
activate() - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
Activate this filter.
activeElement() - Method in class com.codeborne.selenide.SelenideTargetLocator
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.Condition
If element didn't match the condition, returns the actual value of element.
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.And
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.AttributeWithValue
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Checked
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.CssValue
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Disabled
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Enabled
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExactOwnText
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExplainedCondition
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Focused
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.MatchAttributeWithValue
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.NamedCondition
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Not
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Or
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.OwnText
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.PseudoElementPropertyWithValue
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Selected
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.SelectedText
 
actualValue(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Visible
 
add(String, Command<?>) - Method in class com.codeborne.selenide.commands.Commands
 
add(DownloadedFile) - Method in class com.codeborne.selenide.impl.Downloads
 
add(SelenideElement) - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
addHttpHeaders(Driver, HttpGet) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
addListener(String, LogEventListener) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
Add a listener (to the current thread).
addRequestFilter(String, RequestFilter) - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Add a custom request filter which allows to track/modify all requests from browser to server
addResponseFilter(String, ResponseFilter) - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Add a custom response filter which allows to track/modify all server responses to browser
addToHistory(File) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
afterAll(ExtensionContext) - Method in class com.codeborne.selenide.junit5.TextReportExtension
 
afterEach(ExtensionContext) - Method in class com.codeborne.selenide.junit5.SoftAssertsExtension
 
afterEach(ExtensionContext) - Method in class com.codeborne.selenide.junit5.TextReportExtension
 
afterEvent(LogEvent) - Method in class com.codeborne.selenide.logevents.ErrorsCollector
 
afterEvent(LogEvent) - Method in class com.codeborne.selenide.logevents.EventsCollector
 
afterEvent(LogEvent) - Method in interface com.codeborne.selenide.logevents.LogEventListener
 
alert() - Method in class com.codeborne.selenide.SelenideTargetLocator
 
AlertNotFoundException - Error in com.codeborne.selenide.ex
 
AlertNotFoundException(Driver, String, Throwable) - Constructor for error com.codeborne.selenide.ex.AlertNotFoundException
 
alias - Variable in class com.codeborne.selenide.impl.WebElementSource
 
allMatch(String, Predicate<WebElement>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks if ALL elements of this collection match the provided predicate
AllMatch - Class in com.codeborne.selenide.collections
 
AllMatch(String, Predicate<WebElement>) - Constructor for class com.codeborne.selenide.collections.AllMatch
 
allScreenshots - Variable in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
and(String, Condition...) - Static method in class com.codeborne.selenide.Condition
Check if element matches ALL given conditions.
And - Class in com.codeborne.selenide.conditions
 
And(String, List<Condition>) - Constructor for class com.codeborne.selenide.conditions.And
 
anyMatch(String, Predicate<WebElement>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks if ANY elements of this collection match the provided predicate
AnyMatch - Class in com.codeborne.selenide.collections
 
AnyMatch(String, Predicate<WebElement>) - Constructor for class com.codeborne.selenide.collections.AnyMatch
 
appear - Static variable in class com.codeborne.selenide.Condition
Synonym for Condition.visible - may be used for better readability
appears - Static variable in class com.codeborne.selenide.Condition
Append - Class in com.codeborne.selenide.commands
 
Append() - Constructor for class com.codeborne.selenide.commands.Append
 
append(String) - Method in interface com.codeborne.selenide.SelenideElement
Append given text to the text field and trigger "change" event.
appendAttributes() - Method in class com.codeborne.selenide.impl.Describe
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.Condition
Check if given element matches this condition.
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.And
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Attribute
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.AttributeWithValue
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.CaseSensitiveText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Checked
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.CssClass
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.CssValue
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.CustomMatch
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Disabled
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Enabled
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExactOwnText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExactText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExactTextCaseSensitive
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Exist
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.ExplainedCondition
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Focused
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Hidden
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Href
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.IsImageLoaded
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.MatchAttributeWithValue
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.MatchText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.NamedCondition
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Not
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Or
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.OwnText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.PseudoElementPropertyWithValue
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Selected
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.SelectedText
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Text
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Value
 
apply(Driver, WebElement) - Method in class com.codeborne.selenide.conditions.Visible
 
apply(WebDriver) - Method in class com.codeborne.selenide.impl.windows.FrameByIdOrName
 
apply(WebDriver) - Method in class com.codeborne.selenide.impl.windows.WindowByIndex
 
apply(WebDriver) - Method in class com.codeborne.selenide.impl.windows.WindowByNameOrHandle
 
applyNull() - Method in class com.codeborne.selenide.CollectionCondition
 
applyNull() - Method in class com.codeborne.selenide.collections.ExactTexts
 
applyNull() - Method in class com.codeborne.selenide.collections.ItemWithText
 
applyNull() - Method in class com.codeborne.selenide.collections.ListSize
 
applyNull() - Method in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
applyNull() - Method in class com.codeborne.selenide.collections.SizeGreaterThan
 
applyNull() - Method in class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
applyNull() - Method in class com.codeborne.selenide.collections.SizeLessThan
 
applyNull() - Method in class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
applyNull() - Method in class com.codeborne.selenide.collections.SizeNotEqual
 
applyNull() - Method in class com.codeborne.selenide.Condition
 
Arguments - Class in com.codeborne.selenide.impl
 
Arguments(Object[]) - Constructor for class com.codeborne.selenide.impl.Arguments
 
As - Class in com.codeborne.selenide.commands
 
As() - Constructor for class com.codeborne.selenide.commands.As
 
as(String) - Method in interface com.codeborne.selenide.SelenideElement
Give this element a human-readable name Caution: you probably don't need this method.
AssertionMode - Enum in com.codeborne.selenide
Assertion modes available
assertionMode() - Method in interface com.codeborne.selenide.Config
 
assertionMode() - Method in class com.codeborne.selenide.SelenideConfig
 
assertionMode(AssertionMode) - Method in class com.codeborne.selenide.SelenideConfig
 
atBottom() - Method in class com.codeborne.selenide.SelenideDriver
 
attr(String) - Method in class com.codeborne.selenide.impl.Describe
 
attr(String) - Method in interface com.codeborne.selenide.SelenideElement
Get the attribute of the element.
attribute(String) - Static method in class com.codeborne.selenide.Condition
Check if element has given attribute (with any value)
attribute(String, String) - Static method in class com.codeborne.selenide.Condition
Sample: $("#mydiv").shouldHave(attribute("fileId", "12345"));
Attribute - Class in com.codeborne.selenide.conditions
 
Attribute(String) - Constructor for class com.codeborne.selenide.conditions.Attribute
 
attributeMatching(String, String) - Static method in class com.codeborne.selenide.Condition
Assert that given element's attribute matches given regular expression
AttributeWithValue - Class in com.codeborne.selenide.conditions
 
AttributeWithValue(String, String) - Constructor for class com.codeborne.selenide.conditions.AttributeWithValue
 
AuthenticationFilter - Class in com.codeborne.selenide.proxy
 
AuthenticationFilter() - Constructor for class com.codeborne.selenide.proxy.AuthenticationFilter
 
AuthenticationType - Enum in com.codeborne.selenide
Authentication schemes.

B

back(Driver) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
back() - Method in class com.codeborne.selenide.SelenideDriver
 
baseUrl() - Method in interface com.codeborne.selenide.Config
 
baseUrl() - Method in class com.codeborne.selenide.SelenideConfig
 
baseUrl(String) - Method in class com.codeborne.selenide.SelenideConfig
 
be(Condition) - Static method in class com.codeborne.selenide.Condition
Used to form human-readable condition expression Example element.should(be(visible),have(text("abc"))
because(String) - Method in class com.codeborne.selenide.CollectionCondition
Should be used for explaining the reason of condition
because(String) - Method in class com.codeborne.selenide.Condition
Should be used for explaining the reason of condition
beforeEach(ExtensionContext) - Method in class com.codeborne.selenide.junit5.SoftAssertsExtension
 
beforeEach(ExtensionContext) - Method in class com.codeborne.selenide.junit5.TextReportExtension
 
beforeEvent(LogEvent) - Method in class com.codeborne.selenide.logevents.ErrorsCollector
 
beforeEvent(LogEvent) - Method in class com.codeborne.selenide.logevents.EventsCollector
 
beforeEvent(LogEvent) - Method in interface com.codeborne.selenide.logevents.LogEventListener
 
beginStep(String, String, Object...) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
 
beginStep(String, String) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
 
briefly(Driver, WebElement) - Method in interface com.codeborne.selenide.impl.ElementDescriber
 
briefly(Driver, WebElement) - Method in class com.codeborne.selenide.impl.SelenideElementDescriber
 
Browser - Class in com.codeborne.selenide
 
Browser(String, boolean) - Constructor for class com.codeborne.selenide.Browser
 
browser() - Method in interface com.codeborne.selenide.Config
 
browser() - Method in interface com.codeborne.selenide.Driver
 
browser() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
browser() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
browser() - Method in class com.codeborne.selenide.SelenideConfig
 
browser(String) - Method in class com.codeborne.selenide.SelenideConfig
 
browser() - Method in class com.codeborne.selenide.SelenideDriver
 
browserBinary() - Method in interface com.codeborne.selenide.Config
 
browserBinary() - Method in class com.codeborne.selenide.SelenideConfig
 
browserBinary(String) - Method in class com.codeborne.selenide.SelenideConfig
 
browserCapabilities() - Method in interface com.codeborne.selenide.Config
 
browserCapabilities() - Method in class com.codeborne.selenide.SelenideConfig
 
browserCapabilities(DesiredCapabilities) - Method in class com.codeborne.selenide.SelenideConfig
 
BrowserDownloadsFolder - Class in com.codeborne.selenide
A unique folder per browser.
browserDownloadsFolder() - Method in interface com.codeborne.selenide.Driver
 
browserDownloadsFolder - Variable in class com.codeborne.selenide.drivercommands.CreateDriverCommand.Result
 
browserDownloadsFolder() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
browserDownloadsFolder() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
BrowserHealthChecker - Class in com.codeborne.selenide.drivercommands
 
BrowserHealthChecker() - Constructor for class com.codeborne.selenide.drivercommands.BrowserHealthChecker
 
browserPosition() - Method in interface com.codeborne.selenide.Config
 
browserPosition() - Method in class com.codeborne.selenide.SelenideConfig
 
browserPosition(String) - Method in class com.codeborne.selenide.SelenideConfig
 
Browsers - Interface in com.codeborne.selenide
Constants for all browsers supported by Selenide out of the box
browserSize() - Method in interface com.codeborne.selenide.Config
 
browserSize() - Method in class com.codeborne.selenide.SelenideConfig
 
browserSize(String) - Method in class com.codeborne.selenide.SelenideConfig
 
browserVersion() - Method in interface com.codeborne.selenide.Config
 
browserVersion() - Method in class com.codeborne.selenide.SelenideConfig
 
browserVersion(String) - Method in class com.codeborne.selenide.SelenideConfig
 
buildService(Config) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
by(String, String) - Static method in class com.codeborne.selenide.Selectors
Synonym for #byAttribute
byAttribute(String, String) - Static method in class com.codeborne.selenide.Selectors
Find elements having attribute with given value.
byClassName(String) - Static method in class com.codeborne.selenide.Selectors
 
byCssSelector(String) - Static method in class com.codeborne.selenide.Selectors
 
byId(String) - Static method in class com.codeborne.selenide.Selectors
 
byLinkText(String) - Static method in class com.codeborne.selenide.Selectors
 
byName(String) - Static method in class com.codeborne.selenide.Selectors
 
byPartialLinkText(String) - Static method in class com.codeborne.selenide.Selectors
 
BySelectorCollection - Class in com.codeborne.selenide.impl
 
BySelectorCollection(Driver, By) - Constructor for class com.codeborne.selenide.impl.BySelectorCollection
 
BySelectorCollection(Driver, SearchContext, By) - Constructor for class com.codeborne.selenide.impl.BySelectorCollection
 
ByShadow - Class in com.codeborne.selenide.selector
 
ByShadow() - Constructor for class com.codeborne.selenide.selector.ByShadow
 
ByShadow.ByShadowCss - Class in com.codeborne.selenide.selector
 
byTagName(String) - Static method in class com.codeborne.selenide.Selectors
 
byText(String) - Static method in class com.codeborne.selenide.Selectors
Find element that has given text (the whole text, not a substring).
ByText(String) - Constructor for class com.codeborne.selenide.Selectors.ByText
 
byTitle(String) - Static method in class com.codeborne.selenide.Selectors
Find element with given title ("title" attribute)
byValue(String) - Static method in class com.codeborne.selenide.Selectors
Find input element with given value ("value" attribute)
byXpath(String) - Static method in class com.codeborne.selenide.Selectors
 

C

CaseSensitiveText - Class in com.codeborne.selenide.conditions
 
CaseSensitiveText(String) - Constructor for class com.codeborne.selenide.conditions.CaseSensitiveText
 
CdpClient - Class in com.codeborne.selenide.webdriver
 
CdpClient() - Constructor for class com.codeborne.selenide.webdriver.CdpClient
 
checkCondition(String, Condition, boolean) - Method in class com.codeborne.selenide.impl.WebElementSource
 
checked - Static variable in class com.codeborne.selenide.Condition
Checks that checkbox is checked
Checked - Class in com.codeborne.selenide.conditions
 
Checked() - Constructor for class com.codeborne.selenide.conditions.Checked
 
checkThatXPathNotStartingFromSlash(SearchContext, By) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
CHROME - Static variable in interface com.codeborne.selenide.Browsers
 
ChromeDriverFactory - Class in com.codeborne.selenide.webdriver
 
ChromeDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
CiReportUrl - Class in com.codeborne.selenide.impl
 
CiReportUrl() - Constructor for class com.codeborne.selenide.impl.CiReportUrl
 
clean() - Method in class com.codeborne.selenide.logevents.SimpleReport
 
Cleanup - Class in com.codeborne.selenide.impl
 
Cleanup() - Constructor for class com.codeborne.selenide.impl.Cleanup
 
cleanupBeforeDownload() - Method in class com.codeborne.selenide.BrowserDownloadsFolder
 
cleanupBeforeDownload() - Method in class com.codeborne.selenide.DownloadsFolder
 
cleanupBeforeDownload() - Method in class com.codeborne.selenide.SharedDownloadsFolder
 
clear() - Method in class com.codeborne.selenide.impl.Downloads
 
clear() - Method in class com.codeborne.selenide.LocalStorage
 
clear() - Method in class com.codeborne.selenide.logevents.ErrorsCollector
 
clearBrowserLocalStorage() - Method in class com.codeborne.selenide.SelenideDriver
 
clearCookies() - Method in interface com.codeborne.selenide.Driver
 
clearCookies() - Method in class com.codeborne.selenide.SelenideDriver
 
Click - Class in com.codeborne.selenide.commands
 
Click() - Constructor for class com.codeborne.selenide.commands.Click
 
click(Driver, WebElement) - Method in class com.codeborne.selenide.commands.Click
 
click(Driver, WebElement, int, int) - Method in class com.codeborne.selenide.commands.Click
 
click(ClickOptions) - Method in interface com.codeborne.selenide.SelenideElement
Click the element using ClickOptions: $("#username").click(ClickOptions.usingJavaScript())
click() - Method in interface com.codeborne.selenide.SelenideElement
Click the element
click(int, int) - Method in interface com.codeborne.selenide.SelenideElement
Deprecated.
ClickMethod - Enum in com.codeborne.selenide
 
clickOption() - Method in class com.codeborne.selenide.ClickOptions
 
ClickOptions - Class in com.codeborne.selenide
 
clickViaJs() - Method in interface com.codeborne.selenide.Config
 
clickViaJs() - Method in class com.codeborne.selenide.SelenideConfig
 
clickViaJs(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
close() - Method in interface com.codeborne.selenide.Driver
 
close(Config, WebDriver, SelenideProxyServer) - Method in class com.codeborne.selenide.drivercommands.CloseDriverCommand
 
close() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
close() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
Close the webdriver.
close() - Method in class com.codeborne.selenide.SelenideDriver
 
CloseDriverCommand - Class in com.codeborne.selenide.drivercommands
 
CloseDriverCommand() - Constructor for class com.codeborne.selenide.drivercommands.CloseDriverCommand
 
closest(String) - Method in interface com.codeborne.selenide.SelenideElement
Locates closes ancestor element matching given criteria ATTENTION! This method doesn't start any search yet! For example, $("td").closest("table") could give some "table".
collectFirefoxProfileFromSystemProperties() - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
collection - Variable in class com.codeborne.selenide.impl.SelenideElementIterator
 
CollectionCondition - Class in com.codeborne.selenide
 
CollectionCondition() - Constructor for class com.codeborne.selenide.CollectionCondition
 
CollectionElement - Class in com.codeborne.selenide.impl
 
CollectionElementByCondition - Class in com.codeborne.selenide.impl
 
CollectionSource - Interface in com.codeborne.selenide.impl
 
com.codeborne.selenide - package com.codeborne.selenide
 
com.codeborne.selenide.collections - package com.codeborne.selenide.collections
 
com.codeborne.selenide.commands - package com.codeborne.selenide.commands
Implementation of built-in Selenide commands.
com.codeborne.selenide.conditions - package com.codeborne.selenide.conditions
Implementation of built-in Selenide conditions.
com.codeborne.selenide.drivercommands - package com.codeborne.selenide.drivercommands
 
com.codeborne.selenide.ex - package com.codeborne.selenide.ex
 
com.codeborne.selenide.files - package com.codeborne.selenide.files
 
com.codeborne.selenide.impl - package com.codeborne.selenide.impl
Implementation details of Selenide library.
com.codeborne.selenide.impl.windows - package com.codeborne.selenide.impl.windows
 
com.codeborne.selenide.junit5 - package com.codeborne.selenide.junit5
 
com.codeborne.selenide.logevents - package com.codeborne.selenide.logevents
 
com.codeborne.selenide.proxy - package com.codeborne.selenide.proxy
 
com.codeborne.selenide.selector - package com.codeborne.selenide.selector
 
com.codeborne.selenide.webdriver - package com.codeborne.selenide.webdriver
 
Command<T> - Interface in com.codeborne.selenide
 
Commands - Class in com.codeborne.selenide.commands
 
Commands() - Constructor for class com.codeborne.selenide.commands.Commands
 
commitStep(SelenideLog, Throwable) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
 
commitStep(SelenideLog, LogEvent.EventStatus) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
 
compare(DownloadedFile, DownloadedFile) - Method in class com.codeborne.selenide.impl.DownloadDetector
 
Condition - Class in com.codeborne.selenide
Conditions to match web elements: checks for visibility, text etc.
Condition(String) - Constructor for class com.codeborne.selenide.Condition
 
Condition(String, boolean) - Constructor for class com.codeborne.selenide.Condition
 
Config - Interface in com.codeborne.selenide
 
config() - Method in interface com.codeborne.selenide.Driver
 
config() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
config() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
config() - Method in class com.codeborne.selenide.SelenideDriver
 
configureHttpGet(HttpGet, long) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
confirm() - Method in class com.codeborne.selenide.Modal
 
confirm(String) - Method in class com.codeborne.selenide.Modal
 
contains(String, String) - Method in class com.codeborne.selenide.impl.Html
 
containsCaseSensitive(String, String) - Method in class com.codeborne.selenide.impl.Html
 
ContextClick - Class in com.codeborne.selenide.commands
 
ContextClick() - Constructor for class com.codeborne.selenide.commands.ContextClick
 
contextClick() - Method in interface com.codeborne.selenide.SelenideElement
Click with right mouse button on this element
convertStringToNearestObjectType(String) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
Converts String to Boolean\Integer or returns original String.
copyFile(File, File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
copyFile(InputStream, File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.DefaultDriverFactory
 
create(Config, Browser, Proxy, File) - Method in interface com.codeborne.selenide.webdriver.DriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.EdgeDriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.InternetExplorerDriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.OperaDriverFactory
 
create(Config, MutableCapabilities) - Method in class com.codeborne.selenide.webdriver.RemoteDriverFactory
 
create(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.SafariDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.DefaultDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in interface com.codeborne.selenide.webdriver.DriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.EdgeDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.InternetExplorerDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.LegacyFirefoxDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.OperaDriverFactory
 
createCapabilities(Config, Browser, Proxy, File) - Method in class com.codeborne.selenide.webdriver.SafariDriverFactory
 
createChromeArguments(Config, Browser) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
createCommonCapabilities(Config, Browser, Proxy) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
createDefaultHttpClient() - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
createDriver(Config, WebDriverFactory, Proxy, List<WebDriverEventListener>) - Method in class com.codeborne.selenide.drivercommands.CreateDriverCommand
 
createDriver(DesiredCapabilities) - Method in interface com.codeborne.selenide.WebDriverProvider
Create new WebDriver instance.
CreateDriverCommand - Class in com.codeborne.selenide.drivercommands
 
CreateDriverCommand() - Constructor for class com.codeborne.selenide.drivercommands.CreateDriverCommand
 
CreateDriverCommand.Result - Class in com.codeborne.selenide.drivercommands
 
createDriverService(Config) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
createElementNotFoundError(Condition, Throwable) - Method in class com.codeborne.selenide.impl.CollectionElement
 
createElementNotFoundError(Condition, Throwable) - Method in class com.codeborne.selenide.impl.ElementFinder
 
createElementNotFoundError(Condition, Throwable) - Method in class com.codeborne.selenide.impl.LastCollectionElement
 
createElementNotFoundError(Condition, Throwable) - Method in class com.codeborne.selenide.impl.WebElementSource
 
createFile(Config, String) - Method in class com.codeborne.selenide.impl.WebPageSourceExtractor
 
createHeadlessArguments(Config) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
createHttpContext(Driver) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
createSeleniumProxy() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Converts this proxy to a "selenium" proxy that can be used by webdriver
createTrustingHttpClient() - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
configure HttpClient to ignore self-signed certs as described here: http://literatejava.com/networks/ignore-ssl-certificate-errors-apache-httpclient-4-4/
createWebDriver(Config, Proxy, File) - Method in class com.codeborne.selenide.webdriver.WebDriverFactory
 
Credentials - Class in com.codeborne.selenide
 
Credentials(String, String) - Constructor for class com.codeborne.selenide.Credentials
 
cssClass(String) - Static method in class com.codeborne.selenide.Condition
Asserts that element has the given class.
CssClass - Class in com.codeborne.selenide.conditions
 
CssClass(String) - Constructor for class com.codeborne.selenide.conditions.CssClass
 
cssSelector(String, String, String...) - Static method in class com.codeborne.selenide.selector.ByShadow
Find target elements inside shadow-root that attached to shadow-host.
cssValue(String, String) - Static method in class com.codeborne.selenide.Condition
Checks if css property (style) applies for the element.
CssValue - Class in com.codeborne.selenide.conditions
 
CssValue(String, String) - Constructor for class com.codeborne.selenide.conditions.CssValue
 
currentContext - Variable in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
currentContextScreenshots - Variable in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
CustomMatch - Class in com.codeborne.selenide.conditions
 
CustomMatch(String, Predicate<WebElement>) - Constructor for class com.codeborne.selenide.conditions.CustomMatch
 

D

data(String) - Method in interface com.codeborne.selenide.SelenideElement
Get value of attribute "data-dataAttributeName"
deactivate() - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
Deactivate this filter.
defaultContent() - Method in class com.codeborne.selenide.SelenideTargetLocator
 
DefaultDriverFactory - Class in com.codeborne.selenide.webdriver
 
DefaultDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.DefaultDriverFactory
 
deleteFolderIfEmpty(File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
Describe - Class in com.codeborne.selenide.impl
 
Describe(Driver, WebElement) - Constructor for class com.codeborne.selenide.impl.Describe
 
description - Variable in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
description() - Method in interface com.codeborne.selenide.files.FileFilter
 
description() - Method in class com.codeborne.selenide.impl.BySelectorCollection
 
description() - Method in interface com.codeborne.selenide.impl.CollectionSource
 
description() - Method in class com.codeborne.selenide.impl.FilteringCollection
 
description() - Method in class com.codeborne.selenide.impl.HeadOfCollection
 
description() - Method in class com.codeborne.selenide.impl.TailOfCollection
 
description() - Method in class com.codeborne.selenide.impl.WebElementsCollectionWrapper
 
description() - Method in class com.codeborne.selenide.impl.WebElementSource
 
DialogTextMismatch - Error in com.codeborne.selenide.ex
 
DialogTextMismatch(Driver, String, String) - Constructor for error com.codeborne.selenide.ex.DialogTextMismatch
 
disabled - Static variable in class com.codeborne.selenide.Condition
Checks that element is disabled
Disabled - Class in com.codeborne.selenide.conditions
 
Disabled() - Constructor for class com.codeborne.selenide.conditions.Disabled
 
disappear - Static variable in class com.codeborne.selenide.Condition
Synonym for Condition.hidden - may be used for better readability:
disappears - Static variable in class com.codeborne.selenide.Condition
dismiss() - Method in class com.codeborne.selenide.Modal
 
dismiss(String) - Method in class com.codeborne.selenide.Modal
 
DoubleClick - Class in com.codeborne.selenide.commands
 
DoubleClick() - Constructor for class com.codeborne.selenide.commands.DoubleClick
 
doubleClick() - Method in interface com.codeborne.selenide.SelenideElement
Double click the element
download(WebElementSource, WebElement, long, FileFilter) - Method in class com.codeborne.selenide.impl.DownloadFileToFolder
 
download(Driver, WebElement, long, FileFilter) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
download(Driver, URI, long, FileFilter) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
download(Driver, String, long, FileFilter) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
download(WebElementSource, WebElement, long, FileFilter) - Method in class com.codeborne.selenide.impl.DownloadFileWithProxyServer
 
download(String) - Method in class com.codeborne.selenide.SelenideDriver
 
download(String, long) - Method in class com.codeborne.selenide.SelenideDriver
 
download(URI) - Method in class com.codeborne.selenide.SelenideDriver
 
download(URI, long) - Method in class com.codeborne.selenide.SelenideDriver
 
download() - Method in interface com.codeborne.selenide.SelenideElement
Download file by clicking this element.
download(long) - Method in interface com.codeborne.selenide.SelenideElement
Download file by clicking this element.
download(FileFilter) - Method in interface com.codeborne.selenide.SelenideElement
Download file by clicking this element.
download(long, FileFilter) - Method in interface com.codeborne.selenide.SelenideElement
Download file by clicking this element.
download(DownloadOptions) - Method in interface com.codeborne.selenide.SelenideElement
 
DownloadDetector - Class in com.codeborne.selenide.impl
Sort all downloaded files by "likeness" to be the right download.
DownloadDetector() - Constructor for class com.codeborne.selenide.impl.DownloadDetector
 
DownloadedFile - Class in com.codeborne.selenide.files
 
DownloadedFile(File, Map<String, String>) - Constructor for class com.codeborne.selenide.files.DownloadedFile
 
Downloader - Class in com.codeborne.selenide.impl
 
Downloader() - Constructor for class com.codeborne.selenide.impl.Downloader
 
Downloader(Randomizer) - Constructor for class com.codeborne.selenide.impl.Downloader
 
DownloadFile - Class in com.codeborne.selenide.commands
 
DownloadFile() - Constructor for class com.codeborne.selenide.commands.DownloadFile
 
DownloadFileToFolder - Class in com.codeborne.selenide.impl
 
DownloadFileToFolder() - Constructor for class com.codeborne.selenide.impl.DownloadFileToFolder
 
DownloadFileWithHttpRequest - Class in com.codeborne.selenide.impl
 
DownloadFileWithHttpRequest() - Constructor for class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
DownloadFileWithProxyServer - Class in com.codeborne.selenide.impl
 
DownloadFileWithProxyServer() - Constructor for class com.codeborne.selenide.impl.DownloadFileWithProxyServer
 
DownloadOptions - Class in com.codeborne.selenide
 
Downloads - Class in com.codeborne.selenide.impl
 
Downloads() - Constructor for class com.codeborne.selenide.impl.Downloads
 
Downloads(List<DownloadedFile>) - Constructor for class com.codeborne.selenide.impl.Downloads
 
downloads() - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
 
downloadsFolder() - Method in interface com.codeborne.selenide.Config
 
DownloadsFolder - Class in com.codeborne.selenide
 
DownloadsFolder(File) - Constructor for class com.codeborne.selenide.DownloadsFolder
 
downloadsFolder() - Method in class com.codeborne.selenide.SelenideConfig
 
downloadsFolder(String) - Method in class com.codeborne.selenide.SelenideConfig
 
DragAndDropTo - Class in com.codeborne.selenide.commands
 
DragAndDropTo() - Constructor for class com.codeborne.selenide.commands.DragAndDropTo
 
dragAndDropTo(String) - Method in interface com.codeborne.selenide.SelenideElement
Drag and drop this element to the target
dragAndDropTo(WebElement) - Method in interface com.codeborne.selenide.SelenideElement
Drag and drop this element to the target
Driver - Interface in com.codeborne.selenide
 
driver() - Method in class com.codeborne.selenide.impl.BySelectorCollection
 
driver() - Method in class com.codeborne.selenide.impl.CollectionElement
 
driver() - Method in class com.codeborne.selenide.impl.CollectionElementByCondition
 
driver() - Method in interface com.codeborne.selenide.impl.CollectionSource
 
driver() - Method in class com.codeborne.selenide.impl.ElementFinder
 
driver() - Method in class com.codeborne.selenide.impl.FilteringCollection
 
driver() - Method in class com.codeborne.selenide.impl.HeadOfCollection
 
driver() - Method in class com.codeborne.selenide.impl.LastCollectionElement
 
driver() - Method in class com.codeborne.selenide.impl.TailOfCollection
 
driver() - Method in class com.codeborne.selenide.impl.WebElementsCollectionWrapper
 
driver() - Method in class com.codeborne.selenide.impl.WebElementSource
 
driver() - Method in class com.codeborne.selenide.impl.WebElementWrapper
 
driver() - Method in class com.codeborne.selenide.SelenideDriver
 
DriverFactory - Interface in com.codeborne.selenide.webdriver
 
driverManagerEnabled() - Method in interface com.codeborne.selenide.Config
 
driverManagerEnabled() - Method in class com.codeborne.selenide.SelenideConfig
 
driverManagerEnabled(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 

E

EDGE - Static variable in interface com.codeborne.selenide.Browsers
 
EdgeDriverFactory - Class in com.codeborne.selenide.webdriver
 
EdgeDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.EdgeDriverFactory
 
ElementDescriber - Interface in com.codeborne.selenide.impl
 
ElementFinder - Class in com.codeborne.selenide.impl
 
ElementIsNotClickableException - Error in com.codeborne.selenide.ex
 
ElementIsNotClickableException(Driver, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementIsNotClickableException
 
ElementNotFound - Error in com.codeborne.selenide.ex
 
ElementNotFound(Driver, By, Condition) - Constructor for error com.codeborne.selenide.ex.ElementNotFound
 
ElementNotFound(Driver, String, Condition) - Constructor for error com.codeborne.selenide.ex.ElementNotFound
 
ElementNotFound(Driver, String, Condition, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementNotFound
 
ElementNotFound(CollectionSource, List<String>, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementNotFound
 
ElementNotFound(CollectionSource, String, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementNotFound
 
ElementsCollection - Class in com.codeborne.selenide
 
ElementsCollection(CollectionSource) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsCollection(Driver, Collection<? extends WebElement>) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsCollection(Driver, String) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsCollection(Driver, By) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsCollection(Driver, WebElement, String) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsCollection(Driver, WebElement, By) - Constructor for class com.codeborne.selenide.ElementsCollection
 
ElementsContainer - Class in com.codeborne.selenide
 
ElementsContainer() - Constructor for class com.codeborne.selenide.ElementsContainer
 
ElementShould - Error in com.codeborne.selenide.ex
 
ElementShould(Driver, String, String, Condition, WebElement, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementShould
 
ElementShouldNot - Error in com.codeborne.selenide.ex
 
ElementShouldNot(Driver, String, String, Condition, WebElement, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementShouldNot
 
elementsToString(Driver, Collection<WebElement>) - Static method in class com.codeborne.selenide.ElementsCollection
Outputs string presentation of the element's collection
elementText - Variable in class com.codeborne.selenide.Selectors.ByText
 
elementText - Variable in class com.codeborne.selenide.Selectors.WithText
 
ElementWithTextNotFound - Error in com.codeborne.selenide.ex
 
ElementWithTextNotFound(CollectionSource, List<String>, List<String>, String, long, Throwable) - Constructor for error com.codeborne.selenide.ex.ElementWithTextNotFound
 
empty - Static variable in class com.codeborne.selenide.CollectionCondition
 
empty - Static variable in class com.codeborne.selenide.Condition
1) For input element, check that value is missing or empty
enabled - Static variable in class com.codeborne.selenide.Condition
Checks that element is not disabled
Enabled - Class in com.codeborne.selenide.conditions
 
Enabled() - Constructor for class com.codeborne.selenide.conditions.Enabled
 
encode() - Method in class com.codeborne.selenide.Credentials
The resulting string is base64 encoded (YWxhZGRpbjpvcGVuc2VzYW1l).
ensureFolderExists(File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
ensureParentFolderExists(File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
equals(String, String) - Method in class com.codeborne.selenide.impl.Html
 
equalsCaseSensitive(String, String) - Method in class com.codeborne.selenide.impl.Html
 
ErrorMessages - Class in com.codeborne.selenide.ex
 
ErrorMessages() - Constructor for class com.codeborne.selenide.ex.ErrorMessages
 
ErrorsCollector - Class in com.codeborne.selenide.logevents
 
ErrorsCollector() - Constructor for class com.codeborne.selenide.logevents.ErrorsCollector
 
evaluateSizzleSelector(Driver, SearchContext, By.ByCssSelector) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
Events - Class in com.codeborne.selenide.impl
 
events - Static variable in class com.codeborne.selenide.impl.Events
 
events() - Method in class com.codeborne.selenide.logevents.EventsCollector
 
EventsCollector - Class in com.codeborne.selenide.logevents
 
EventsCollector() - Constructor for class com.codeborne.selenide.logevents.EventsCollector
 
exactOwnText(String) - Static method in class com.codeborne.selenide.Condition
Assert that element has given text (without checking child elements).
ExactOwnText - Class in com.codeborne.selenide.conditions
 
ExactOwnText(String) - Constructor for class com.codeborne.selenide.conditions.ExactOwnText
 
exactText(String) - Static method in class com.codeborne.selenide.Condition
Assert that element has exactly (case insensitive) given text
ExactText - Class in com.codeborne.selenide.conditions
 
ExactText(String) - Constructor for class com.codeborne.selenide.conditions.ExactText
 
exactTextCaseSensitive(String) - Static method in class com.codeborne.selenide.Condition
Assert that element has exactly the given text
ExactTextCaseSensitive - Class in com.codeborne.selenide.conditions
 
ExactTextCaseSensitive(String) - Constructor for class com.codeborne.selenide.conditions.ExactTextCaseSensitive
 
exactTexts(String...) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts (each collection element EQUALS TO corresponding text)
exactTexts(List<String>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts (each collection element EQUALS TO corresponding text)
ExactTexts - Class in com.codeborne.selenide.collections
 
ExactTexts(String...) - Constructor for class com.codeborne.selenide.collections.ExactTexts
 
ExactTexts(List<String>) - Constructor for class com.codeborne.selenide.collections.ExactTexts
 
exactTextsCaseSensitiveInAnyOrder(List<String>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts in any order (each collection element EQUALS TO corresponding text)
exactTextsCaseSensitiveInAnyOrder(String...) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts in any order (each collection element EQUALS TO corresponding text)
ExactTextsCaseSensitiveInAnyOrder - Class in com.codeborne.selenide.collections
 
ExactTextsCaseSensitiveInAnyOrder(String...) - Constructor for class com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder
 
ExactTextsCaseSensitiveInAnyOrder(List<String>) - Constructor for class com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder
 
exactValue(String) - Static method in class com.codeborne.selenide.Condition
Sample: $("#input").shouldHave(exactValue("John"));
exclude(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Filters elements excluding those which met the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
excludeSwitches(Capabilities) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
excludeWith(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Filters elements excluding those which met the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
execute(SelenideElement, WebElementSource, Object[]) - Method in interface com.codeborne.selenide.Command
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Append
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.As
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Click
 
execute(Object, WebElementSource, String, Object[]) - Method in class com.codeborne.selenide.commands.Commands
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ContextClick
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.DoubleClick
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.DownloadFile
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.DragAndDropTo
 
Execute<ReturnType> - Class in com.codeborne.selenide.commands
 
Execute() - Constructor for class com.codeborne.selenide.commands.Execute
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Execute
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Exists
 
execute(SelenideElement, WebElementSource, Object...) - Method in class com.codeborne.selenide.commands.Find
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.FindAll
 
execute(SelenideElement, WebElementSource, Object...) - Method in class com.codeborne.selenide.commands.FindAllByXpath
 
execute(SelenideElement, WebElementSource, Object...) - Method in class com.codeborne.selenide.commands.FindByXpath
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetAttribute
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetClosest
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetCssValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetDataAttribute
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetInnerHtml
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetInnerText
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetLastChild
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetName
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetOwnText
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetParent
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetPreceding
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetPseudoValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSearchCriteria
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSelectedOption
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSelectedOptions
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSelectedText
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSelectedValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetSibling
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetText
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.GetWrappedElement
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Hover
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.IsDisplayed
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.IsImage
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Matches
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.PressEnter
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.PressEscape
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.PressTab
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ScrollIntoView
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ScrollTo
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SelectOptionByTextOrIndex
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SelectOptionByValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SelectOptionContainingText
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SelectRadio
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SetSelected
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.SetValue
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Should
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ShouldNot
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.TakeScreenshot
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.TakeScreenshotAsImage
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ToString
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.ToWebElement
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.UploadFile
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.UploadFileFromClasspath
 
execute(SelenideElement, WebElementSource, Object[]) - Method in class com.codeborne.selenide.commands.Val
 
execute(Command<ReturnType>) - Method in interface com.codeborne.selenide.SelenideElement
Execute custom implemented command
executeAsyncJavaScript(String, Object...) - Method in interface com.codeborne.selenide.Driver
 
executeAsyncJavaScript(String, Object...) - Method in class com.codeborne.selenide.SelenideDriver
 
executeHttpRequest(Driver, String, long) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
executeJavaScript(String, Object...) - Method in interface com.codeborne.selenide.Driver
 
executeJavaScript(String, Object...) - Method in class com.codeborne.selenide.SelenideDriver
 
exist - Static variable in class com.codeborne.selenide.Condition
Check if element exist.
Exist - Class in com.codeborne.selenide.conditions
 
Exist() - Constructor for class com.codeborne.selenide.conditions.Exist
 
Exists - Class in com.codeborne.selenide.commands
 
Exists() - Constructor for class com.codeborne.selenide.commands.Exists
 
exists() - Method in interface com.codeborne.selenide.SelenideElement
Checks if element exists true on the current page.
expectedAttributeValue - Variable in class com.codeborne.selenide.conditions.AttributeWithValue
 
expectedSize - Variable in class com.codeborne.selenide.collections.ListSize
 
expectedSize - Variable in class com.codeborne.selenide.collections.SizeGreaterThan
 
expectedSize - Variable in class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
expectedSize - Variable in class com.codeborne.selenide.collections.SizeLessThan
 
expectedSize - Variable in class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
expectedSize - Variable in class com.codeborne.selenide.collections.SizeNotEqual
 
expectedTexts - Variable in class com.codeborne.selenide.collections.ExactTexts
 
ExplainedCondition - Class in com.codeborne.selenide.conditions
 
ExplainedCondition(Condition, String) - Constructor for class com.codeborne.selenide.conditions.ExplainedCondition
 
explanation - Variable in class com.codeborne.selenide.CollectionCondition
 
extract(Config, WebDriver, String) - Method in interface com.codeborne.selenide.impl.PageSourceExtractor
 
extract(Config, WebDriver, String) - Method in class com.codeborne.selenide.impl.WebPageSourceExtractor
 

F

fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.CollectionCondition
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.ExactTexts
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.ItemWithText
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.ListSize
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.SizeGreaterThan
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.SizeLessThan
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
fail(CollectionSource, List<WebElement>, Exception, long) - Method in class com.codeborne.selenide.collections.SizeNotEqual
 
failIfErrors(String) - Method in class com.codeborne.selenide.logevents.ErrorsCollector
 
fastSetValue() - Method in interface com.codeborne.selenide.Config
 
fastSetValue() - Method in class com.codeborne.selenide.SelenideConfig
 
fastSetValue(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
file(String) - Method in class com.codeborne.selenide.DownloadsFolder
 
fileDownload() - Method in interface com.codeborne.selenide.Config
 
fileDownload() - Method in class com.codeborne.selenide.SelenideConfig
 
fileDownload(FileDownloadMode) - Method in class com.codeborne.selenide.SelenideConfig
 
FileDownloadFilter - Class in com.codeborne.selenide.proxy
 
FileDownloadFilter(Config) - Constructor for class com.codeborne.selenide.proxy.FileDownloadFilter
 
FileDownloadMode - Enum in com.codeborne.selenide
 
FileFilter - Interface in com.codeborne.selenide.files
 
FileFilters - Class in com.codeborne.selenide.files
 
FileFilters() - Constructor for class com.codeborne.selenide.files.FileFilters
 
FileHelper - Class in com.codeborne.selenide.impl
 
FileNamer - Class in com.codeborne.selenide.impl
 
FileNamer() - Constructor for class com.codeborne.selenide.impl.FileNamer
 
files() - Method in class com.codeborne.selenide.DownloadsFolder
 
files() - Method in class com.codeborne.selenide.impl.Downloads
 
files(FileFilter) - Method in class com.codeborne.selenide.impl.Downloads
 
filesAsString() - Method in class com.codeborne.selenide.impl.Downloads
 
filter(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Filters collection elements based on the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
filterBy(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Filters collection elements based on the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
FilteringCollection - Class in com.codeborne.selenide.impl
 
FilteringCollection(CollectionSource, Condition) - Constructor for class com.codeborne.selenide.impl.FilteringCollection
 
filterRequest(HttpRequest, HttpMessageContents, HttpMessageInfo) - Method in class com.codeborne.selenide.proxy.AuthenticationFilter
 
filterRequest(HttpRequest, HttpMessageContents, HttpMessageInfo) - Method in class com.codeborne.selenide.proxy.RequestSizeWatchdog
 
filterResponse(HttpResponse, HttpMessageContents, HttpMessageInfo) - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
 
filterResponse(HttpResponse, HttpMessageContents, HttpMessageInfo) - Method in class com.codeborne.selenide.proxy.ResponseSizeWatchdog
 
Find - Class in com.codeborne.selenide.commands
 
Find() - Constructor for class com.codeborne.selenide.commands.Find
 
find(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Find the first element which met the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
find(SelenideElement, Object, int) - Method in class com.codeborne.selenide.impl.ElementFinder
 
find(SelenideElement, Object, int) - Method in class com.codeborne.selenide.impl.WebElementSource
 
find(String) - Method in class com.codeborne.selenide.SelenideDriver
 
find(By) - Method in class com.codeborne.selenide.SelenideDriver
 
find(By, int) - Method in class com.codeborne.selenide.SelenideDriver
 
find(String) - Method in interface com.codeborne.selenide.SelenideElement
Locates the first matching element inside given element
find(String, int) - Method in interface com.codeborne.selenide.SelenideElement
Locates the Nth matching element inside given element
find(By) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String)
find(By, int) - Method in interface com.codeborne.selenide.SelenideElement
ATTENTION! This method doesn't start any search yet! Same as SelenideElement.find(String, int)
FindAll - Class in com.codeborne.selenide.commands
 
FindAll() - Constructor for class com.codeborne.selenide.commands.FindAll
 
findAll() - Method in class com.codeborne.selenide.impl.ElementFinder
 
findAll() - Method in class com.codeborne.selenide.impl.WebElementSource
 
findAll(By) - Method in class com.codeborne.selenide.SelenideDriver
 
findAll(String) - Method in class com.codeborne.selenide.SelenideDriver
 
findAll(String) - Method in interface com.codeborne.selenide.SelenideElement
Short form of webDriver.findElements(thisElement, By.cssSelector(cssSelector))
findAll(By) - Method in interface com.codeborne.selenide.SelenideElement
Short form of webDriver.findElements(thisElement, selector)
FindAllByXpath - Class in com.codeborne.selenide.commands
 
FindAllByXpath() - Constructor for class com.codeborne.selenide.commands.FindAllByXpath
 
findAndAssertElementIsInteractable() - Method in class com.codeborne.selenide.impl.WebElementSource
Asserts that returned element can be interacted with.
findBy(Condition) - Method in class com.codeborne.selenide.ElementsCollection
Find the first element which met the given condition (lazy evaluation) ATTENTION! Doesn't start any search yet.
FindByXpath - Class in com.codeborne.selenide.commands
 
FindByXpath() - Constructor for class com.codeborne.selenide.commands.FindByXpath
 
findElement(Driver, SearchContext, By) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
findElement(SearchContext) - Method in class com.codeborne.selenide.selector.ByShadow.ByShadowCss
 
findElements(Driver, SearchContext, By) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
findElements(SearchContext) - Method in class com.codeborne.selenide.selector.ByShadow.ByShadowCss
 
findFileInClasspath(String) - Method in class com.codeborne.selenide.commands.UploadFileFromClasspath
 
finish(String) - Method in class com.codeborne.selenide.logevents.SimpleReport
 
finishContext() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
fireEvent(Driver, WebElement, String...) - Method in class com.codeborne.selenide.impl.Events
 
FIREFOX - Static variable in interface com.codeborne.selenide.Browsers
 
FirefoxDriverFactory - Class in com.codeborne.selenide.webdriver
 
FirefoxDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
first() - Method in class com.codeborne.selenide.ElementsCollection
returns the first element of the collection ATTENTION! Doesn't start any search yet.
first(int) - Method in class com.codeborne.selenide.ElementsCollection
returns the first n elements of the collection (lazy evaluation) ATTENTION! Doesn't start any search yet.
firstDownloadedFile(String, long, FileFilter) - Method in class com.codeborne.selenide.impl.Downloads
 
firstMatchingFile(FileFilter) - Method in class com.codeborne.selenide.impl.Downloads
 
flush() - Method in class com.codeborne.selenide.impl.Describe
 
focused - Static variable in class com.codeborne.selenide.Condition
Check if browser focus is currently in given element.
Focused - Class in com.codeborne.selenide.conditions
 
Focused() - Constructor for class com.codeborne.selenide.conditions.Focused
 
folder - Variable in class com.codeborne.selenide.DownloadsFolder
 
formatScreenShotPath(Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
Deprecated.
Use method ScreenShotLaboratory.takeScreenshot(Driver) which returns Screenshot instead of String
forward(Driver) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
forward() - Method in class com.codeborne.selenide.SelenideDriver
 
frame(int) - Method in class com.codeborne.selenide.SelenideTargetLocator
 
frame(String) - Method in class com.codeborne.selenide.SelenideTargetLocator
 
frame(WebElement) - Method in class com.codeborne.selenide.SelenideTargetLocator
 
FrameByIdOrName - Class in com.codeborne.selenide.impl.windows
A slightly fixed implementation of ExpectedConditions.frameToBeAvailableAndSwitchToIt(org.openqa.selenium.By)
FrameByIdOrName(String) - Constructor for class com.codeborne.selenide.impl.windows.FrameByIdOrName
 
FrameNotFoundException - Error in com.codeborne.selenide.ex
 
FrameNotFoundException(Driver, String, Throwable) - Constructor for error com.codeborne.selenide.ex.FrameNotFoundException
 
from(File) - Static method in class com.codeborne.selenide.BrowserDownloadsFolder
 
fully(Driver, WebElement) - Method in interface com.codeborne.selenide.impl.ElementDescriber
 
fully(Driver, WebElement) - Method in class com.codeborne.selenide.impl.SelenideElementDescriber
 

G

generateFileName() - Method in class com.codeborne.selenide.impl.FileNamer
Creates a unique name for a file (to some extent).
generateScreenshotFileName() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
get(int) - Method in class com.codeborne.selenide.ElementsCollection
Gets the n-th element of collection (lazy evaluation) ATTENTION! Doesn't start any search yet.
getAndCheckWebDriver() - Method in interface com.codeborne.selenide.Driver
 
getAndCheckWebDriver() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
getAndCheckWebDriver() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
getAndCheckWebDriver() - Method in class com.codeborne.selenide.SelenideDriver
 
GetAttribute - Class in com.codeborne.selenide.commands
 
GetAttribute() - Constructor for class com.codeborne.selenide.commands.GetAttribute
 
getAttribute(String) - Method in interface com.codeborne.selenide.SelenideElement
getAttributeValue(WebElement) - Method in class com.codeborne.selenide.conditions.AttributeWithValue
 
GetClosest - Class in com.codeborne.selenide.commands
 
GetClosest() - Constructor for class com.codeborne.selenide.commands.GetClosest
 
getContentType() - Method in class com.codeborne.selenide.files.DownloadedFile
 
getContextScreenshots() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
GetCssValue - Class in com.codeborne.selenide.commands
 
GetCssValue() - Constructor for class com.codeborne.selenide.commands.GetCssValue
 
getCssValue(String) - Method in interface com.codeborne.selenide.SelenideElement
getCurrentFrameUrl() - Method in interface com.codeborne.selenide.Driver
 
getCurrentFrameUrl() - Method in class com.codeborne.selenide.SelenideDriver
 
GetDataAttribute - Class in com.codeborne.selenide.commands
 
GetDataAttribute() - Constructor for class com.codeborne.selenide.commands.GetDataAttribute
 
getDuration() - Method in interface com.codeborne.selenide.logevents.LogEvent
 
getDuration() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
getElement(int) - Method in class com.codeborne.selenide.impl.BySelectorCollection
 
getElement(int) - Method in interface com.codeborne.selenide.impl.CollectionSource
get Nth element of this collection
getElement(int) - Method in class com.codeborne.selenide.impl.FilteringCollection
 
getElement(int) - Method in class com.codeborne.selenide.impl.HeadOfCollection
 
getElement(int) - Method in class com.codeborne.selenide.impl.TailOfCollection
 
getElement(int) - Method in class com.codeborne.selenide.impl.WebElementsCollectionWrapper
 
getElement() - Method in interface com.codeborne.selenide.logevents.LogEvent
 
getElement() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
getElementOrNull(WebElementSource) - Method in class com.codeborne.selenide.commands.Matches
 
getElements() - Method in class com.codeborne.selenide.impl.BySelectorCollection
 
getElements() - Method in interface com.codeborne.selenide.impl.CollectionSource
get elements of this collection (probably cached).
getElements() - Method in class com.codeborne.selenide.impl.FilteringCollection
 
getElements() - Method in class com.codeborne.selenide.impl.HeadOfCollection
 
getElements() - Method in class com.codeborne.selenide.impl.TailOfCollection
 
getElements() - Method in class com.codeborne.selenide.impl.WebElementsCollectionWrapper
 
getError() - Method in interface com.codeborne.selenide.logevents.LogEvent
 
getError() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
getFile() - Method in class com.codeborne.selenide.files.DownloadedFile
 
getFileName(String, HttpResponse) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
getFileName(String) - Method in class com.codeborne.selenide.impl.HttpHelper
 
getFileNameFromContentDisposition(Map<String, String>) - Method in class com.codeborne.selenide.impl.HttpHelper
 
getFileNameFromContentDisposition(Collection<Map.Entry<String, String>>) - Method in class com.codeborne.selenide.impl.HttpHelper
 
getFileNameFromContentDisposition(String, String) - Method in class com.codeborne.selenide.impl.HttpHelper
 
getFilter() - Method in class com.codeborne.selenide.DownloadOptions
 
getFocusedElement() - Method in class com.codeborne.selenide.SelenideDriver
 
getImage() - Method in class com.codeborne.selenide.impl.Screenshot
 
GetInnerHtml - Class in com.codeborne.selenide.commands
 
GetInnerHtml() - Constructor for class com.codeborne.selenide.commands.GetInnerHtml
 
GetInnerText - Class in com.codeborne.selenide.commands
 
GetInnerText() - Constructor for class com.codeborne.selenide.commands.GetInnerText
 
getInstance() - Static method in class com.codeborne.selenide.commands.Commands
 
getInstance() - Static method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getItem(String) - Method in class com.codeborne.selenide.LocalStorage
 
GetLastChild - Class in com.codeborne.selenide.commands
 
GetLastChild() - Constructor for class com.codeborne.selenide.commands.GetLastChild
 
GetLastChild(Find) - Constructor for class com.codeborne.selenide.commands.GetLastChild
 
getLastContextScreenshot() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getLastScreenshot() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getLastThreadScreenshot() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getLocalStorage() - Method in class com.codeborne.selenide.SelenideDriver
 
getMessage() - Method in error com.codeborne.selenide.ex.UIAssertionError
 
getMethod() - Method in class com.codeborne.selenide.DownloadOptions
 
GetName - Class in com.codeborne.selenide.commands
 
GetName() - Constructor for class com.codeborne.selenide.commands.GetName
 
getName() - Method in class com.codeborne.selenide.Condition
 
GetOwnText - Class in com.codeborne.selenide.commands
 
GetOwnText() - Constructor for class com.codeborne.selenide.commands.GetOwnText
 
getOwnText(Driver, WebElement) - Static method in class com.codeborne.selenide.commands.GetOwnText
 
getOwnText() - Method in interface com.codeborne.selenide.SelenideElement
Get the text of the element WITHOUT children.
GetParent - Class in com.codeborne.selenide.commands
 
GetPreceding - Class in com.codeborne.selenide.commands
 
GetPreceding() - Constructor for class com.codeborne.selenide.commands.GetPreceding
 
getProxy() - Method in interface com.codeborne.selenide.Driver
 
getProxy() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
getProxy() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
getProxy() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Method return current instance of browser up proxy
getProxy() - Method in class com.codeborne.selenide.SelenideDriver
 
GetPseudoValue - Class in com.codeborne.selenide.commands
 
GetPseudoValue() - Constructor for class com.codeborne.selenide.commands.GetPseudoValue
 
getReportsUrl(String) - Method in class com.codeborne.selenide.impl.CiReportUrl
 
getScreenshot() - Method in error com.codeborne.selenide.ex.UIAssertionError
Get path to screenshot taken after failed test
getScreenshotFileName(String, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getScreenshots() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
GetSearchCriteria - Class in com.codeborne.selenide.commands
 
GetSearchCriteria() - Constructor for class com.codeborne.selenide.commands.GetSearchCriteria
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.CollectionElement
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.CollectionElementByCondition
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.ElementFinder
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.LastCollectionElement
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.WebElementSource
 
getSearchCriteria() - Method in class com.codeborne.selenide.impl.WebElementWrapper
 
getSearchCriteria() - Method in interface com.codeborne.selenide.SelenideElement
Return criteria by which this element is located
GetSelectedOption - Class in com.codeborne.selenide.commands
 
GetSelectedOption() - Constructor for class com.codeborne.selenide.commands.GetSelectedOption
 
getSelectedOption() - Method in interface com.codeborne.selenide.SelenideElement
Find (first) selected option from this select field
GetSelectedOptions - Class in com.codeborne.selenide.commands
 
GetSelectedOptions() - Constructor for class com.codeborne.selenide.commands.GetSelectedOptions
 
getSelectedOptions() - Method in interface com.codeborne.selenide.SelenideElement
Find all selected options from this select field
getSelectedRadio(By) - Method in class com.codeborne.selenide.SelenideDriver
 
GetSelectedText - Class in com.codeborne.selenide.commands
 
GetSelectedText() - Constructor for class com.codeborne.selenide.commands.GetSelectedText
 
getSelectedText() - Method in interface com.codeborne.selenide.SelenideElement
Get text of selected option in select field
GetSelectedValue - Class in com.codeborne.selenide.commands
 
GetSelectedValue() - Constructor for class com.codeborne.selenide.commands.GetSelectedValue
 
GetSelectedValue(Command<SelenideElement>) - Constructor for class com.codeborne.selenide.commands.GetSelectedValue
 
getSelectedValue() - Method in interface com.codeborne.selenide.SelenideElement
Get value of selected option in select field
getSelector(Object) - Static method in class com.codeborne.selenide.impl.WebElementSource
 
getSelf() - Method in class com.codeborne.selenide.ElementsContainer
Deprecated.
I rather think that this method is not needed. You are expected to find elements INSIDE this container, not the container itself.
GetSibling - Class in com.codeborne.selenide.commands
 
GetSibling() - Constructor for class com.codeborne.selenide.commands.GetSibling
 
getSource() - Method in class com.codeborne.selenide.impl.Screenshot
 
getStatus() - Method in interface com.codeborne.selenide.logevents.LogEvent
 
getStatus() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
getSubject() - Method in interface com.codeborne.selenide.logevents.LogEvent
 
getSubject() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
GetText - Class in com.codeborne.selenide.commands
 
GetText() - Constructor for class com.codeborne.selenide.commands.GetText
 
GetText(GetSelectedText) - Constructor for class com.codeborne.selenide.commands.GetText
 
getText() - Method in interface com.codeborne.selenide.SelenideElement
Get the visible text of this element, including sub-elements without leading/trailing whitespace.
getThreadScreenshots() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
getTimeout(long) - Method in class com.codeborne.selenide.DownloadOptions
 
getUserAgent() - Method in interface com.codeborne.selenide.Driver
 
getUserAgent() - Method in class com.codeborne.selenide.SelenideDriver
 
getValue() - Method in enum com.codeborne.selenide.AuthenticationType
 
GetValue - Class in com.codeborne.selenide.commands
 
GetValue() - Constructor for class com.codeborne.selenide.commands.GetValue
 
getValue() - Method in interface com.codeborne.selenide.SelenideElement
Get the "value" attribute of the element
getWebDriver() - Method in interface com.codeborne.selenide.Driver
 
getWebDriver() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
getWebDriver() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
getWebDriver() - Method in class com.codeborne.selenide.SelenideDriver
 
getWebDriverLogs() - Method in class com.codeborne.selenide.SelenideDriver
 
getWebElement() - Method in class com.codeborne.selenide.impl.CollectionElement
 
getWebElement() - Method in class com.codeborne.selenide.impl.CollectionElementByCondition
 
getWebElement() - Method in class com.codeborne.selenide.impl.ElementFinder
 
getWebElement() - Method in class com.codeborne.selenide.impl.LastCollectionElement
 
getWebElement() - Method in class com.codeborne.selenide.impl.WebElementSource
 
getWebElement() - Method in class com.codeborne.selenide.impl.WebElementWrapper
 
GetWrappedElement - Class in com.codeborne.selenide.commands
 
GetWrappedElement() - Constructor for class com.codeborne.selenide.commands.GetWrappedElement
 
getWrappedElement() - Method in interface com.codeborne.selenide.SelenideElement
 

H

has(Condition) - Method in interface com.codeborne.selenide.SelenideElement
immediately returns true if element matches given condition Method doesn't wait! WARNING: This method can help implementing crooks, but it is not needed for typical ui tests.
hasContentDispositionHeader() - Method in class com.codeborne.selenide.files.DownloadedFile
 
hasListener(String) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
If listener with given name is bound (added) to the current thread.
hasNext() - Method in class com.codeborne.selenide.impl.SelenideElementIterator
 
hasPrevious() - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
hasWebDriverStarted() - Method in interface com.codeborne.selenide.Driver
 
hasWebDriverStarted() - Method in class com.codeborne.selenide.drivercommands.LazyDriver
 
hasWebDriverStarted() - Method in class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
hasWebDriverStarted() - Method in class com.codeborne.selenide.SelenideDriver
 
have(Condition) - Static method in class com.codeborne.selenide.Condition
Used to form human-readable condition expression Example element.should(be(visible),have(text("abc"))
headless - Variable in class com.codeborne.selenide.Browser
 
headless() - Method in interface com.codeborne.selenide.Config
 
headless() - Method in class com.codeborne.selenide.SelenideConfig
 
headless(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
HeadOfCollection - Class in com.codeborne.selenide.impl
 
HeadOfCollection(CollectionSource, int) - Constructor for class com.codeborne.selenide.impl.HeadOfCollection
 
hidden - Static variable in class com.codeborne.selenide.Condition
Checks that element is not visible or does not exists.
Hidden - Class in com.codeborne.selenide.conditions
 
Hidden() - Constructor for class com.codeborne.selenide.conditions.Hidden
 
holdBrowserOpen() - Method in interface com.codeborne.selenide.Config
 
holdBrowserOpen() - Method in class com.codeborne.selenide.SelenideConfig
 
holdBrowserOpen(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
Hover - Class in com.codeborne.selenide.commands
 
Hover() - Constructor for class com.codeborne.selenide.commands.Hover
 
hover() - Method in interface com.codeborne.selenide.SelenideElement
Emulate "mouseOver" event.
href(String) - Static method in class com.codeborne.selenide.Condition
Sample: $("#mydiv").shouldHave(href("/one/two/three.pdf"));
Href - Class in com.codeborne.selenide.conditions
 
Href(String) - Constructor for class com.codeborne.selenide.conditions.Href
 
Html - Class in com.codeborne.selenide.impl
 
Html() - Constructor for class com.codeborne.selenide.impl.Html
 
HttpHelper - Class in com.codeborne.selenide.impl
 
HttpHelper() - Constructor for class com.codeborne.selenide.impl.HttpHelper
 

I

id(String) - Static method in class com.codeborne.selenide.Condition
Sample: $("#input").shouldHave(id("myForm"))
IE - Static variable in interface com.codeborne.selenide.Browsers
 
ignoreSelfSignedCerts - Variable in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
image - Static variable in class com.codeborne.selenide.Condition
Check if image is loaded.
index - Variable in class com.codeborne.selenide.impl.SelenideElementIterator
 
InetAddressResolver - Class in com.codeborne.selenide.proxy
 
InetAddressResolver() - Constructor for class com.codeborne.selenide.proxy.InetAddressResolver
 
initElements(SelenideFieldDecorator, Object, Type[]) - Method in class com.codeborne.selenide.impl.SelenidePageFactory
Similar to the other "initElements" methods, but takes an FieldDecorator which is used for decorating each of the fields.
inject(Class<T>) - Static method in class com.codeborne.selenide.impl.Plugins
 
injectSizzle(Driver) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
injectSizzleIfNeeded(Driver) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
innerFrame(String...) - Method in class com.codeborne.selenide.SelenideTargetLocator
Switch to the inner frame (last child frame in given sequence)
innerHtml() - Method in interface com.codeborne.selenide.SelenideElement
Get the HTML code of the element with children.
innerText() - Method in interface com.codeborne.selenide.SelenideElement
Get the text code of the element with children.
instance - Static variable in class com.codeborne.selenide.impl.WebElementSelector
 
INTERNET_EXPLORER - Static variable in interface com.codeborne.selenide.Browsers
 
InternetExplorerDriverFactory - Class in com.codeborne.selenide.webdriver
 
InternetExplorerDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.InternetExplorerDriverFactory
 
InvalidStateException - Error in com.codeborne.selenide.ex
 
InvalidStateException(Driver, Throwable) - Constructor for error com.codeborne.selenide.ex.InvalidStateException
 
InvalidStateException(Driver, String) - Constructor for error com.codeborne.selenide.ex.InvalidStateException
 
is(Condition) - Method in interface com.codeborne.selenide.SelenideElement
immediately returns true if element matches given condition Method doesn't wait! WARNING: This method can help implementing crooks, but it is not needed for typical ui tests.
isBoolean(String) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
isBrowserStillOpen(WebDriver) - Method in class com.codeborne.selenide.drivercommands.BrowserHealthChecker
 
isChrome() - Method in class com.codeborne.selenide.Browser
 
IsDisplayed - Class in com.codeborne.selenide.commands
 
IsDisplayed() - Constructor for class com.codeborne.selenide.commands.IsDisplayed
 
isDisplayed(WebElement) - Method in class com.codeborne.selenide.impl.Describe
 
isDisplayed() - Method in interface com.codeborne.selenide.SelenideElement
Check if this element exists and visible.
isEdge() - Method in class com.codeborne.selenide.Browser
 
isEmpty() - Method in interface com.codeborne.selenide.files.FileFilter
 
isFirefox() - Method in class com.codeborne.selenide.Browser
 
isHeadless() - Method in class com.codeborne.selenide.Browser
 
isIE() - Method in class com.codeborne.selenide.Browser
 
IsImage - Class in com.codeborne.selenide.commands
 
IsImage() - Constructor for class com.codeborne.selenide.commands.IsImage
 
isImage(Driver, WebElement) - Static method in class com.codeborne.selenide.conditions.IsImageLoaded
 
isImage() - Method in interface com.codeborne.selenide.SelenideElement
Check if image is properly loaded.
IsImageLoaded - Class in com.codeborne.selenide.conditions
 
IsImageLoaded() - Constructor for class com.codeborne.selenide.conditions.IsImageLoaded
 
isInteger(String) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
isInvalidSelectorError(Throwable) - Method in class com.codeborne.selenide.impl.Cleanup
 
isLegacyFirefox() - Method in class com.codeborne.selenide.Browser
 
isOpera() - Method in class com.codeborne.selenide.Browser
 
isSafari() - Method in class com.codeborne.selenide.Browser
 
isSelected(WebElement) - Method in class com.codeborne.selenide.impl.Describe
 
isStarted() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
 
isSystemPropertyNotSet(String) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
isTimeoutReached() - Method in class com.codeborne.selenide.Stopwatch
 
itemWithText(String) - Static method in class com.codeborne.selenide.CollectionCondition
Checks if given collection has an element with given text.
ItemWithText - Class in com.codeborne.selenide.collections
 
ItemWithText(String) - Constructor for class com.codeborne.selenide.collections.ItemWithText
 
iterator() - Method in class com.codeborne.selenide.ElementsCollection
 

L

last() - Method in class com.codeborne.selenide.ElementsCollection
returns the last element of the collection (lazy evaluation) ATTENTION! Doesn't start any search yet.
last(int) - Method in class com.codeborne.selenide.ElementsCollection
returns the last n elements of the collection (lazy evaluation) ATTENTION! Doesn't start any search yet.
lastChild() - Method in interface com.codeborne.selenide.SelenideElement
Get last child element of this element ATTENTION! this method doesn't start any search yet! For example, $("tr").lastChild(); could give the last "td".
LastCollectionElement - Class in com.codeborne.selenide.impl
 
LazyDriver - Class in com.codeborne.selenide.drivercommands
A `Driver` implementation which opens browser on demand (on a first call).
LazyDriver(Config, Proxy, List<WebDriverEventListener>) - Constructor for class com.codeborne.selenide.drivercommands.LazyDriver
 
LEGACY_FIREFOX - Static variable in interface com.codeborne.selenide.Browsers
It is only supported for some ESR versions of Firefox up to ESR 52
LegacyFirefoxDriverFactory - Class in com.codeborne.selenide.webdriver
 
LegacyFirefoxDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.LegacyFirefoxDriverFactory
 
length() - Method in class com.codeborne.selenide.impl.Arguments
 
LISTENER_SOFT_ASSERT - Static variable in class com.codeborne.selenide.logevents.ErrorsCollector
 
listeners - Static variable in class com.codeborne.selenide.logevents.SelenideLogger
 
listIterator(int) - Method in class com.codeborne.selenide.ElementsCollection
 
ListSize - Class in com.codeborne.selenide.collections
 
ListSize(int) - Constructor for class com.codeborne.selenide.collections.ListSize
 
ListSizeMismatch - Error in com.codeborne.selenide.ex
 
ListSizeMismatch(Driver, String, int, String, CollectionSource, List<WebElement>, Exception, long) - Constructor for error com.codeborne.selenide.ex.ListSizeMismatch
 
LocalStorage - Class in com.codeborne.selenide
 
LogEvent - Interface in com.codeborne.selenide.logevents
Events, created on Selenide actions like "navigate to url", "click on element", "check a condition"

An event contains a string representation of the element, the subject and its status.
LogEvent.EventStatus - Enum in com.codeborne.selenide.logevents
 
LogEventListener - Interface in com.codeborne.selenide.logevents
An implementations of this interface can be registered by SelenideLogger#addListener
It will notified on each events emitted by Selenide
login - Variable in class com.codeborne.selenide.Credentials
 
logs(String) - Method in class com.codeborne.selenide.WebDriverLogs
 
logs(String, Level) - Method in class com.codeborne.selenide.WebDriverLogs
 

M

majorVersion(String) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
match(String, Predicate<WebElement>) - Static method in class com.codeborne.selenide.Condition
Checks if element matches the given predicate.
match(DownloadedFile) - Method in interface com.codeborne.selenide.files.FileFilter
 
MatchAttributeWithValue - Class in com.codeborne.selenide.conditions
 
MatchAttributeWithValue(String, String) - Constructor for class com.codeborne.selenide.conditions.MatchAttributeWithValue
 
matcher - Variable in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
MatcherError - Error in com.codeborne.selenide.ex
 
MatcherError(String, String, String, CollectionSource, List<WebElement>, Exception, long) - Constructor for error com.codeborne.selenide.ex.MatcherError
 
Matches - Class in com.codeborne.selenide.commands
 
Matches() - Constructor for class com.codeborne.selenide.commands.Matches
 
matches(String, String) - Method in class com.codeborne.selenide.impl.Html
 
matchesText(String) - Static method in class com.codeborne.selenide.Condition
matchText(String) - Static method in class com.codeborne.selenide.Condition
Assert that given element's text matches given regular expression
MatchText - Class in com.codeborne.selenide.conditions
 
MatchText(String) - Constructor for class com.codeborne.selenide.conditions.MatchText
 
MergeableCapabilities - Class in com.codeborne.selenide.webdriver
A subclass of MutableCapabilities which has fixed `merge` method: it can properly merge all these ChromeOptions etc.
MergeableCapabilities(Capabilities, Capabilities) - Constructor for class com.codeborne.selenide.webdriver.MergeableCapabilities
 
missingElementSatisfiesCondition() - Method in class com.codeborne.selenide.Condition
 
mobileEmulation() - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
Modal - Class in com.codeborne.selenide
 
Modal(Driver) - Constructor for class com.codeborne.selenide.Modal
 
modal() - Method in class com.codeborne.selenide.SelenideDriver
 
moveFile(File, File) - Static method in class com.codeborne.selenide.impl.FileHelper
 

N

name - Variable in class com.codeborne.selenide.Browser
 
name(String) - Static method in class com.codeborne.selenide.Condition
Asserts the name attribute of the element to be exact string
name() - Method in interface com.codeborne.selenide.SelenideElement
Get the "name" attribute of the element
NamedCondition - Class in com.codeborne.selenide.conditions
 
NamedCondition(String, Condition) - Constructor for class com.codeborne.selenide.conditions.NamedCondition
 
namespace - Static variable in class com.codeborne.selenide.junit5.SoftAssertsExtension
 
Navigator - Class in com.codeborne.selenide.drivercommands
 
Navigator() - Constructor for class com.codeborne.selenide.drivercommands.Navigator
 
negate() - Method in class com.codeborne.selenide.Condition
 
negate() - Method in class com.codeborne.selenide.conditions.Exist
 
negate() - Method in class com.codeborne.selenide.conditions.ExplainedCondition
 
negate() - Method in class com.codeborne.selenide.conditions.Hidden
 
negate() - Method in class com.codeborne.selenide.conditions.NamedCondition
 
negate() - Method in class com.codeborne.selenide.conditions.Visible
 
next() - Method in class com.codeborne.selenide.impl.SelenideElementIterator
 
nextIndex() - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
NO_ARGS - Static variable in interface com.codeborne.selenide.Command
 
none() - Static method in class com.codeborne.selenide.files.FileFilters
 
none() - Static method in class com.codeborne.selenide.impl.Screenshot
 
noneMatch(String, Predicate<WebElement>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks if NONE elements of this collection match the provided predicate
NoneMatch - Class in com.codeborne.selenide.collections
 
NoneMatch(String, Predicate<WebElement>) - Constructor for class com.codeborne.selenide.collections.NoneMatch
 
normalize(String) - Method in class com.codeborne.selenide.impl.HttpHelper
 
not(Condition) - Static method in class com.codeborne.selenide.Condition
Negate given condition.
Not - Class in com.codeborne.selenide.conditions
 
Not(Condition, boolean) - Constructor for class com.codeborne.selenide.conditions.Not
 
nth(int) - Method in class com.codeborne.selenide.impl.Arguments
 

O

of - Static variable in class com.codeborne.selenide.impl.Cleanup
 
offset(int, int) - Method in class com.codeborne.selenide.ClickOptions
 
offsetX() - Method in class com.codeborne.selenide.ClickOptions
 
offsetX(int) - Method in class com.codeborne.selenide.ClickOptions
 
offsetY() - Method in class com.codeborne.selenide.ClickOptions
 
offsetY(int) - Method in class com.codeborne.selenide.ClickOptions
 
ofType(Class<T>) - Method in class com.codeborne.selenide.impl.Arguments
 
onFailedTest(boolean) - Method in class com.codeborne.selenide.junit5.TextReportExtension
Initialize text report extension with specified failed tests log strategy.
onSucceededTest(boolean) - Method in class com.codeborne.selenide.junit5.TextReportExtension
Initialize text report extension with specified successful tests log strategy.
open(SelenideDriver, String) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open(SelenideDriver, URL) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open(SelenideDriver, String, String, String, String) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open(SelenideDriver, URL, String, String, String) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open(SelenideDriver, String, AuthenticationType, Credentials) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open(SelenideDriver) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
open() - Method in class com.codeborne.selenide.SelenideDriver
 
open(String) - Method in class com.codeborne.selenide.SelenideDriver
 
open(URL) - Method in class com.codeborne.selenide.SelenideDriver
 
open(String, String, String, String) - Method in class com.codeborne.selenide.SelenideDriver
 
open(String, AuthenticationType, Credentials) - Method in class com.codeborne.selenide.SelenideDriver
 
open(URL, String, String, String) - Method in class com.codeborne.selenide.SelenideDriver
 
open(String, Class<PageObjectClass>) - Method in class com.codeborne.selenide.SelenideDriver
 
open(URL, Class<PageObjectClass>) - Method in class com.codeborne.selenide.SelenideDriver
 
open(String, String, String, String, Class<PageObjectClass>) - Method in class com.codeborne.selenide.SelenideDriver
 
open(URL, String, String, String, Class<PageObjectClass>) - Method in class com.codeborne.selenide.SelenideDriver
 
OPERA - Static variable in interface com.codeborne.selenide.Browsers
To use OperaDriver, you need to include extra dependency to your project: <dependency org="com.opera" name="operadriver" rev="1.5" conf="test->default"/>
OperaDriverFactory - Class in com.codeborne.selenide.webdriver
 
OperaDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.OperaDriverFactory
 
or(String, Condition...) - Static method in class com.codeborne.selenide.Condition
Check if element matches ANY of given conditions.
Or - Class in com.codeborne.selenide.conditions
 
Or(String, List<Condition>) - Constructor for class com.codeborne.selenide.conditions.Or
 
ownText(String) - Static method in class com.codeborne.selenide.Condition
Assert that element contains given text (without checking child elements).
OwnText - Class in com.codeborne.selenide.conditions
 
OwnText(String) - Constructor for class com.codeborne.selenide.conditions.OwnText
 

P

page(Driver, Class<PageObjectClass>) - Method in class com.codeborne.selenide.impl.SelenidePageFactory
 
page(Driver, T) - Method in class com.codeborne.selenide.impl.SelenidePageFactory
 
page(Class<PageObjectClass>) - Method in class com.codeborne.selenide.SelenideDriver
 
page(T) - Method in class com.codeborne.selenide.SelenideDriver
 
pageLoadStrategy() - Method in interface com.codeborne.selenide.Config
 
pageLoadStrategy() - Method in class com.codeborne.selenide.SelenideConfig
 
pageLoadStrategy(String) - Method in class com.codeborne.selenide.SelenideConfig
 
pageLoadTimeout() - Method in interface com.codeborne.selenide.Config
 
pageLoadTimeout() - Method in class com.codeborne.selenide.SelenideConfig
 
pageLoadTimeout(long) - Method in class com.codeborne.selenide.SelenideConfig
 
PageObjectException - Exception in com.codeborne.selenide.ex
 
PageObjectException(String, ReflectiveOperationException) - Constructor for exception com.codeborne.selenide.ex.PageObjectException
 
PageSourceExtractor - Interface in com.codeborne.selenide.impl
 
parent() - Method in interface com.codeborne.selenide.SelenideElement
Get parent element of this element ATTENTION! This method doesn't start any search yet! For example, $("td").parent() could give some "tr".
parentFrame() - Method in class com.codeborne.selenide.SelenideTargetLocator
 
password - Variable in class com.codeborne.selenide.Credentials
 
Photographer - Interface in com.codeborne.selenide.impl
 
Plugins - Class in com.codeborne.selenide.impl
We assume this API will change in next releases.
Plugins() - Constructor for class com.codeborne.selenide.impl.Plugins
 
pollingInterval() - Method in interface com.codeborne.selenide.Config
 
pollingInterval() - Method in class com.codeborne.selenide.SelenideConfig
 
pollingInterval(long) - Method in class com.codeborne.selenide.SelenideConfig
 
popularContentTypes() - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
preceding(int) - Method in interface com.codeborne.selenide.SelenideElement
Get the preceding sibling element of this element ATTENTION! This method doesn't start any search yet! For example, $("td").preceding(0) will give the first preceding sibling element of "td"
predicate - Variable in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
predicate - Variable in class com.codeborne.selenide.conditions.CustomMatch
 
PredicateCollectionCondition - Class in com.codeborne.selenide.collections
 
PredicateCollectionCondition(String, String, Predicate<WebElement>) - Constructor for class com.codeborne.selenide.collections.PredicateCollectionCondition
 
prefs(File) - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
prepareTargetFile(Config, String) - Method in class com.codeborne.selenide.impl.Downloader
 
prepareTargetFolder(Config) - Method in class com.codeborne.selenide.impl.Downloader
 
PressEnter - Class in com.codeborne.selenide.commands
 
PressEnter() - Constructor for class com.codeborne.selenide.commands.PressEnter
 
pressEnter() - Method in interface com.codeborne.selenide.SelenideElement
Press ENTER.
PressEscape - Class in com.codeborne.selenide.commands
 
PressEscape() - Constructor for class com.codeborne.selenide.commands.PressEscape
 
pressEscape() - Method in interface com.codeborne.selenide.SelenideElement
Press ESCAPE.
PressTab - Class in com.codeborne.selenide.commands
 
PressTab() - Constructor for class com.codeborne.selenide.commands.PressTab
 
pressTab() - Method in interface com.codeborne.selenide.SelenideElement
Press TAB.
previous() - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
previousIndex() - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
printOnce(String, Throwable) - Method in class com.codeborne.selenide.impl.WebPageSourceExtractor
 
prompt() - Method in class com.codeborne.selenide.Modal
 
prompt(String) - Method in class com.codeborne.selenide.Modal
 
prompt(String, String) - Method in class com.codeborne.selenide.Modal
 
proxyEnabled() - Method in interface com.codeborne.selenide.Config
 
proxyEnabled() - Method in class com.codeborne.selenide.SelenideConfig
 
proxyEnabled(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
proxyHost() - Method in interface com.codeborne.selenide.Config
 
proxyHost() - Method in class com.codeborne.selenide.SelenideConfig
 
proxyHost(String) - Method in class com.codeborne.selenide.SelenideConfig
 
proxyPort() - Method in interface com.codeborne.selenide.Config
 
proxyPort() - Method in class com.codeborne.selenide.SelenideConfig
 
proxyPort(int) - Method in class com.codeborne.selenide.SelenideConfig
 
pseudo(String, String, String) - Static method in class com.codeborne.selenide.Condition
Check that element has given the property value of the pseudo-element
pseudo(String, String) - Static method in class com.codeborne.selenide.Condition
Check that element has given the "content" property of the pseudo-element
pseudo(String, String) - Method in interface com.codeborne.selenide.SelenideElement
Get the property value of the pseudo-element
pseudo(String) - Method in interface com.codeborne.selenide.SelenideElement
Get content of the pseudo-element
PseudoElementPropertyWithValue - Class in com.codeborne.selenide.conditions
 
PseudoElementPropertyWithValue(String, String, String) - Constructor for class com.codeborne.selenide.conditions.PseudoElementPropertyWithValue
 

R

randomFileName() - Method in class com.codeborne.selenide.impl.Downloader
 
Randomizer - Class in com.codeborne.selenide.impl
 
Randomizer() - Constructor for class com.codeborne.selenide.impl.Randomizer
 
readonly - Static variable in class com.codeborne.selenide.Condition
Check if element has "readonly" attribute (with any value)
refresh(Driver) - Method in class com.codeborne.selenide.drivercommands.Navigator
 
refresh() - Method in class com.codeborne.selenide.SelenideDriver
 
remote() - Method in interface com.codeborne.selenide.Config
 
remote() - Method in class com.codeborne.selenide.SelenideConfig
 
remote(String) - Method in class com.codeborne.selenide.SelenideConfig
 
RemoteDriverFactory - Class in com.codeborne.selenide.webdriver
 
RemoteDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.RemoteDriverFactory
 
remove() - Method in class com.codeborne.selenide.impl.SelenideElementIterator
 
removeAllListeners() - Static method in class com.codeborne.selenide.logevents.SelenideLogger
 
removeAuthentication() - Method in class com.codeborne.selenide.proxy.AuthenticationFilter
 
removeItem(String) - Method in class com.codeborne.selenide.LocalStorage
 
removeListener(String) - Static method in class com.codeborne.selenide.logevents.SelenideLogger
Remove listener (from the current thread).
reopenBrowserOnFail() - Method in interface com.codeborne.selenide.Config
 
reopenBrowserOnFail() - Method in class com.codeborne.selenide.SelenideConfig
 
reopenBrowserOnFail(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
reportsFolder() - Method in interface com.codeborne.selenide.Config
 
reportsFolder() - Method in class com.codeborne.selenide.SelenideConfig
 
reportsFolder(String) - Method in class com.codeborne.selenide.SelenideConfig
 
reportsUrl() - Method in interface com.codeborne.selenide.Config
 
reportsUrl() - Method in class com.codeborne.selenide.SelenideConfig
 
reportsUrl(String) - Method in class com.codeborne.selenide.SelenideConfig
 
requestFilter(String) - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Get request filter by name
RequestSizeWatchdog - Class in com.codeborne.selenide.proxy
 
RequestSizeWatchdog() - Constructor for class com.codeborne.selenide.proxy.RequestSizeWatchdog
 
reset() - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
 
resetDefaults() - Method in class com.codeborne.selenide.commands.Commands
 
responseFilter(String) - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Get response filter by name By default, the only one filter "download" is available.
responsesAsString() - Method in class com.codeborne.selenide.proxy.FileDownloadFilter
 
ResponseSizeWatchdog - Class in com.codeborne.selenide.proxy
 
ResponseSizeWatchdog() - Constructor for class com.codeborne.selenide.proxy.ResponseSizeWatchdog
 
Result(WebDriver, SelenideProxyServer, DownloadsFolder) - Constructor for class com.codeborne.selenide.drivercommands.CreateDriverCommand.Result
 
run() - Method in class com.codeborne.selenide.drivercommands.SelenideDriverFinalCleanupThread
 
runAndCloseArisedWindows(WebDriver, WindowsCloser.SupplierWithException<T>) - Method in class com.codeborne.selenide.impl.WindowsCloser
 

S

SAFARI - Static variable in interface com.codeborne.selenide.Browsers
 
SafariDriverFactory - Class in com.codeborne.selenide.webdriver
 
SafariDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.SafariDriverFactory
 
saveContentToFile(CloseableHttpResponse, File) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
 
savePageImageToFile(Config, String, Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
savePageSource() - Method in interface com.codeborne.selenide.Config
 
savePageSource() - Method in class com.codeborne.selenide.SelenideConfig
 
savePageSource(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
savePageSourceToFile(Config, String, Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
Screenshot - Class in com.codeborne.selenide.impl
 
Screenshot(String, String) - Constructor for class com.codeborne.selenide.impl.Screenshot
 
screenshot(String) - Method in class com.codeborne.selenide.SelenideDriver
Take a screenshot of the current page
screenshot(OutputType<T>) - Method in class com.codeborne.selenide.SelenideDriver
Take a screenshot of the current page
screenshot() - Method in interface com.codeborne.selenide.SelenideElement
Take screenshot of this element
screenshotAsImage() - Method in interface com.codeborne.selenide.SelenideElement
Take screenshot of this element
screenshotCounter - Variable in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
ScreenShotLaboratory - Class in com.codeborne.selenide.impl
 
ScreenShotLaboratory() - Constructor for class com.codeborne.selenide.impl.ScreenShotLaboratory
 
ScreenShotLaboratory(Photographer, PageSourceExtractor, Clock) - Constructor for class com.codeborne.selenide.impl.ScreenShotLaboratory
 
screenshots() - Method in interface com.codeborne.selenide.Config
 
screenshots() - Method in class com.codeborne.selenide.SelenideConfig
 
screenshots(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
ScrollIntoView - Class in com.codeborne.selenide.commands
 
ScrollIntoView() - Constructor for class com.codeborne.selenide.commands.ScrollIntoView
 
scrollIntoView(boolean) - Method in interface com.codeborne.selenide.SelenideElement
Ask browser to scrolls the element on which it's called into the visible area of the browser window.
scrollIntoView(String) - Method in interface com.codeborne.selenide.SelenideElement
Ask browser to scrolls the element on which it's called into the visible area of the browser window.
ScrollTo - Class in com.codeborne.selenide.commands
 
ScrollTo() - Constructor for class com.codeborne.selenide.commands.ScrollTo
 
scrollTo() - Method in interface com.codeborne.selenide.SelenideElement
Ask browser to scroll to this element
selected - Static variable in class com.codeborne.selenide.Condition
Checks that element is selected (inputs like drop-downs etc.)
Selected - Class in com.codeborne.selenide.conditions
 
Selected() - Constructor for class com.codeborne.selenide.conditions.Selected
 
selectedText(String) - Static method in class com.codeborne.selenide.Condition
Checks on a element that exactly given text is selected (=marked with mouse/keyboard)
SelectedText - Class in com.codeborne.selenide.conditions
 
SelectedText(String) - Constructor for class com.codeborne.selenide.conditions.SelectedText
 
selectOption(int...) - Method in interface com.codeborne.selenide.SelenideElement
Select an option from dropdown list (by index)
selectOption(String...) - Method in interface com.codeborne.selenide.SelenideElement
Select an option from dropdown list (by text)
SelectOptionByTextOrIndex - Class in com.codeborne.selenide.commands
 
SelectOptionByTextOrIndex() - Constructor for class com.codeborne.selenide.commands.SelectOptionByTextOrIndex
 
SelectOptionByValue - Class in com.codeborne.selenide.commands
 
SelectOptionByValue() - Constructor for class com.codeborne.selenide.commands.SelectOptionByValue
 
selectOptionByValue(String...) - Method in interface com.codeborne.selenide.SelenideElement
Select an option from dropdown list (by value)
SelectOptionContainingText - Class in com.codeborne.selenide.commands
 
SelectOptionContainingText() - Constructor for class com.codeborne.selenide.commands.SelectOptionContainingText
 
selectOptionContainingText(String) - Method in interface com.codeborne.selenide.SelenideElement
Select an option from dropdown list that contains given text
selector(By) - Method in interface com.codeborne.selenide.impl.ElementDescriber
 
selector(By) - Method in class com.codeborne.selenide.impl.SelenideElementDescriber
 
selectorMode() - Method in interface com.codeborne.selenide.Config
 
SelectorMode - Enum in com.codeborne.selenide
 
selectorMode() - Method in class com.codeborne.selenide.SelenideConfig
 
selectorMode(SelectorMode) - Method in class com.codeborne.selenide.SelenideConfig
 
Selectors - Class in com.codeborne.selenide
 
Selectors() - Constructor for class com.codeborne.selenide.Selectors
 
Selectors.ByText - Class in com.codeborne.selenide
 
Selectors.WithText - Class in com.codeborne.selenide
 
SelectRadio - Class in com.codeborne.selenide.commands
 
SelectRadio() - Constructor for class com.codeborne.selenide.commands.SelectRadio
 
SelectRadio(Click) - Constructor for class com.codeborne.selenide.commands.SelectRadio
 
selectRadio(String) - Method in interface com.codeborne.selenide.SelenideElement
Select radio button
SelenideConfig - Class in com.codeborne.selenide
 
SelenideConfig() - Constructor for class com.codeborne.selenide.SelenideConfig
 
SelenideDriver - Class in com.codeborne.selenide
"Selenide driver" is a container for WebDriver + proxy server + settings
SelenideDriver(Config) - Constructor for class com.codeborne.selenide.SelenideDriver
 
SelenideDriver(Config, List<WebDriverEventListener>) - Constructor for class com.codeborne.selenide.SelenideDriver
 
SelenideDriver(Config, Driver) - Constructor for class com.codeborne.selenide.SelenideDriver
 
SelenideDriver(Config, WebDriver, SelenideProxyServer) - Constructor for class com.codeborne.selenide.SelenideDriver
 
SelenideDriver(Config, WebDriver, SelenideProxyServer, DownloadsFolder) - Constructor for class com.codeborne.selenide.SelenideDriver
 
SelenideDriverFinalCleanupThread - Class in com.codeborne.selenide.drivercommands
 
SelenideElement - Interface in com.codeborne.selenide
Wrapper around WebElement with additional methods like SelenideElement.shouldBe(Condition...) and SelenideElement.shouldHave(Condition...)
SelenideElementDescriber - Class in com.codeborne.selenide.impl
 
SelenideElementDescriber() - Constructor for class com.codeborne.selenide.impl.SelenideElementDescriber
 
SelenideElementIterator - Class in com.codeborne.selenide.impl
 
SelenideElementIterator(CollectionSource) - Constructor for class com.codeborne.selenide.impl.SelenideElementIterator
 
SelenideElementListIterator - Class in com.codeborne.selenide.impl
 
SelenideElementListIterator(CollectionSource, int) - Constructor for class com.codeborne.selenide.impl.SelenideElementListIterator
 
SelenideLog - Class in com.codeborne.selenide.logevents
 
SelenideLog(String, String) - Constructor for class com.codeborne.selenide.logevents.SelenideLog
 
SelenideLogger - Class in com.codeborne.selenide.logevents
Logs Selenide test steps and notifies all registered LogEventListener about it
SelenideLogger() - Constructor for class com.codeborne.selenide.logevents.SelenideLogger
 
SelenidePageFactory - Class in com.codeborne.selenide.impl
Factory class to make using Page Objects simpler and easier.
SelenidePageFactory() - Constructor for class com.codeborne.selenide.impl.SelenidePageFactory
 
selenideProxyServer - Variable in class com.codeborne.selenide.drivercommands.CreateDriverCommand.Result
 
SelenideProxyServer - Class in com.codeborne.selenide.proxy
Selenide own proxy server to intercept server responses It holds map of request and response filters by name.
SelenideProxyServer(Config, Proxy) - Constructor for class com.codeborne.selenide.proxy.SelenideProxyServer
Create server Note that server is not started nor activated yet.
SelenideProxyServer(Config, Proxy, InetAddressResolver, BrowserUpProxy) - Constructor for class com.codeborne.selenide.proxy.SelenideProxyServer
 
SelenideTargetLocator - Class in com.codeborne.selenide
 
SelenideTargetLocator(Driver) - Constructor for class com.codeborne.selenide.SelenideTargetLocator
 
SelenideWait - Class in com.codeborne.selenide
 
SelenideWait(WebDriver, long, long) - Constructor for class com.codeborne.selenide.SelenideWait
 
serialize() - Method in class com.codeborne.selenide.impl.Describe
 
set(SelenideElement) - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
 
setAlias(String) - Method in class com.codeborne.selenide.impl.WebElementSource
 
setAuthentication(AuthenticationType, Credentials) - Method in class com.codeborne.selenide.proxy.AuthenticationFilter
 
setCapability(FirefoxProfile, String, String) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
setCapability(String, Object) - Method in class com.codeborne.selenide.webdriver.MergeableCapabilities
 
setDownloadsFolder(DriverService, RemoteWebDriver, File) - Method in class com.codeborne.selenide.webdriver.CdpClient
 
setDownloadsFolder(URL, SessionId, File) - Method in class com.codeborne.selenide.webdriver.CdpClient
 
setError(Throwable) - Method in class com.codeborne.selenide.logevents.SelenideLog
 
setItem(String, String) - Method in class com.codeborne.selenide.LocalStorage
 
SetSelected - Class in com.codeborne.selenide.commands
 
SetSelected() - Constructor for class com.codeborne.selenide.commands.SetSelected
 
SetSelected(Click) - Constructor for class com.codeborne.selenide.commands.SetSelected
 
setSelected(boolean) - Method in interface com.codeborne.selenide.SelenideElement
Set checkbox state to CHECKED or UNCHECKED.
setStatus(LogEvent.EventStatus) - Method in class com.codeborne.selenide.logevents.SelenideLog
 
setupBrowserBinary(Config, FirefoxOptions) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
setupDownloadsFolder(FirefoxOptions, File) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
setupPreferences(FirefoxOptions) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.ChromeDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.DefaultDriverFactory
 
setupWebdriverBinary() - Method in interface com.codeborne.selenide.webdriver.DriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.EdgeDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.InternetExplorerDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.LegacyFirefoxDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.OperaDriverFactory
 
setupWebdriverBinary() - Method in class com.codeborne.selenide.webdriver.SafariDriverFactory
 
SetValue - Class in com.codeborne.selenide.commands
 
SetValue() - Constructor for class com.codeborne.selenide.commands.SetValue
 
SetValue(SelectOptionByValue, SelectRadio) - Constructor for class com.codeborne.selenide.commands.SetValue
 
setValue(String) - Method in interface com.codeborne.selenide.SelenideElement
Implementation details:
shadowCss(String, String, String...) - Static method in class com.codeborne.selenide.Selectors
 
SharedDownloadsFolder - Class in com.codeborne.selenide
 
SharedDownloadsFolder(String) - Constructor for class com.codeborne.selenide.SharedDownloadsFolder
 
Should - Class in com.codeborne.selenide.commands
 
Should() - Constructor for class com.codeborne.selenide.commands.Should
 
Should(String) - Constructor for class com.codeborne.selenide.commands.Should
 
should(String, long, CollectionCondition...) - Method in class com.codeborne.selenide.ElementsCollection
 
should(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
Checks that given element meets all of given conditions.
should(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element meets given condition (with given timeout)
ShouldBe - Class in com.codeborne.selenide.commands
 
ShouldBe() - Constructor for class com.codeborne.selenide.commands.ShouldBe
 
shouldBe(CollectionCondition...) - Method in class com.codeborne.selenide.ElementsCollection
For example: $$(".error").shouldBe(empty)
shouldBe(CollectionCondition, long) - Method in class com.codeborne.selenide.ElementsCollection
 
shouldBe(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
shouldBe(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element meets given condition (with given timeout)
ShouldHave - Class in com.codeborne.selenide.commands
 
ShouldHave() - Constructor for class com.codeborne.selenide.commands.ShouldHave
 
shouldHave(CollectionCondition...) - Method in class com.codeborne.selenide.ElementsCollection
For example: $$(".error").shouldHave(size(3)) $$(".error").shouldHave(texts("Error1", "Error2"))
shouldHave(CollectionCondition, long) - Method in class com.codeborne.selenide.ElementsCollection
Check if a collection matches given condition within given period
shouldHave(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
shouldHave(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element meets given condition (with given timeout)
shouldHaveSize(int) - Method in class com.codeborne.selenide.ElementsCollection
Deprecated.
ShouldNot - Class in com.codeborne.selenide.commands
 
ShouldNot() - Constructor for class com.codeborne.selenide.commands.ShouldNot
 
ShouldNot(String) - Constructor for class com.codeborne.selenide.commands.ShouldNot
 
shouldNot(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
Checks that given element does not meet given conditions.
shouldNot(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element meets given condition (with given timeout)
ShouldNotBe - Class in com.codeborne.selenide.commands
 
ShouldNotBe() - Constructor for class com.codeborne.selenide.commands.ShouldNotBe
 
shouldNotBe(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
shouldNotBe(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element does NOT meet given condition (with given timeout)
ShouldNotHave - Class in com.codeborne.selenide.commands
 
ShouldNotHave() - Constructor for class com.codeborne.selenide.commands.ShouldNotHave
 
shouldNotHave(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
shouldNotHave(Condition, Duration) - Method in interface com.codeborne.selenide.SelenideElement
Wait until given element does NOT meet given condition (with given timeout)
shutdown() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Stop the server
sibling(int) - Method in interface com.codeborne.selenide.SelenideElement
Get the following sibling element of this element ATTENTION! This method doesn't start any search yet! For example, $("td").sibling(0) will give the first following sibling element of "td"
SimpleReport - Class in com.codeborne.selenide.logevents
A simple text report of Selenide actions performed during test run.
SimpleReport() - Constructor for class com.codeborne.selenide.logevents.SimpleReport
 
size(int) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that collection has the given size
size() - Method in class com.codeborne.selenide.ElementsCollection
return actual size of the collection, doesn't wait on collection to be loaded.
size() - Method in class com.codeborne.selenide.impl.Downloads
 
size() - Method in class com.codeborne.selenide.LocalStorage
 
sizeGreaterThan(int) - Static method in class com.codeborne.selenide.CollectionCondition
 
SizeGreaterThan - Class in com.codeborne.selenide.collections
 
SizeGreaterThan(int) - Constructor for class com.codeborne.selenide.collections.SizeGreaterThan
 
sizeGreaterThanOrEqual(int) - Static method in class com.codeborne.selenide.CollectionCondition
 
SizeGreaterThanOrEqual - Class in com.codeborne.selenide.collections
 
SizeGreaterThanOrEqual(int) - Constructor for class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
sizeLessThan(int) - Static method in class com.codeborne.selenide.CollectionCondition
 
SizeLessThan - Class in com.codeborne.selenide.collections
 
SizeLessThan(int) - Constructor for class com.codeborne.selenide.collections.SizeLessThan
 
sizeLessThanOrEqual(int) - Static method in class com.codeborne.selenide.CollectionCondition
 
SizeLessThanOrEqual - Class in com.codeborne.selenide.collections
 
SizeLessThanOrEqual(int) - Constructor for class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
sizeNotEqual(int) - Static method in class com.codeborne.selenide.CollectionCondition
 
SizeNotEqual - Class in com.codeborne.selenide.collections
 
SizeNotEqual(int) - Constructor for class com.codeborne.selenide.collections.SizeNotEqual
 
sizzleLoaded(Driver) - Method in class com.codeborne.selenide.impl.WebElementSelector
 
sizzleSource - Variable in class com.codeborne.selenide.impl.WebElementSelector
 
sleep(long) - Method in class com.codeborne.selenide.Stopwatch
 
snapshot() - Method in class com.codeborne.selenide.ElementsCollection
Takes the snapshot of current state of this collection.
SoftAssertionError - Error in com.codeborne.selenide.ex
 
SoftAssertionError(String) - Constructor for error com.codeborne.selenide.ex.SoftAssertionError
 
SoftAssertsExtension - Class in com.codeborne.selenide.junit5
By using this extension selenide will collect all failed asserts from "should*" and "waitUntil" methods and throw after test finished.
SoftAssertsExtension() - Constructor for class com.codeborne.selenide.junit5.SoftAssertsExtension
 
source() - Method in interface com.codeborne.selenide.Driver
 
source() - Method in class com.codeborne.selenide.SelenideDriver
 
start() - Method in class com.codeborne.selenide.logevents.SimpleReport
 
start() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
Start the server It automatically adds one response filter "download" that can intercept downloaded files.
startContext(String, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
startContext(String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
startMaximized() - Method in interface com.codeborne.selenide.Config
 
startMaximized() - Method in class com.codeborne.selenide.SelenideConfig
 
startMaximized(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
Stopwatch - Class in com.codeborne.selenide
 
Stopwatch(long) - Constructor for class com.codeborne.selenide.Stopwatch
 
summary() - Method in class com.codeborne.selenide.impl.Screenshot
 
supportsInsecureCerts() - Method in class com.codeborne.selenide.Browser
 
supportsJavascript() - Method in interface com.codeborne.selenide.Driver
 
switchTo() - Method in interface com.codeborne.selenide.Driver
 
switchTo() - Method in class com.codeborne.selenide.SelenideDriver
 

T

TailOfCollection - Class in com.codeborne.selenide.impl
 
TailOfCollection(CollectionSource, int) - Constructor for class com.codeborne.selenide.impl.TailOfCollection
 
TakeScreenshot - Class in com.codeborne.selenide.commands
 
TakeScreenshot() - Constructor for class com.codeborne.selenide.commands.TakeScreenshot
 
takeScreenshot(Driver, OutputType<T>) - Method in interface com.codeborne.selenide.impl.Photographer
 
takeScreenShot(Driver, String, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenShot(Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
Deprecated.
use ScreenShotLaboratory.takeScreenshot(Driver) which returns Screenshot instead of String
takeScreenShot(Driver, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
Deprecated.
takeScreenshot(Driver, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
Takes screenshot of current browser window.
takeScreenShot(Driver, OutputType<T>) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenshot(Driver, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenshot(Driver, WebElement, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenshot(Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenshot(Driver, OutputType<T>) - Method in class com.codeborne.selenide.impl.WebdriverPhotographer
 
takeScreenShotAsFile(Driver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
TakeScreenshotAsImage - Class in com.codeborne.selenide.commands
 
TakeScreenshotAsImage() - Constructor for class com.codeborne.selenide.commands.TakeScreenshotAsImage
 
takeScreenshotAsImage(Driver, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
takeScreenshotAsImage(Driver, WebElement, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.AllMatch
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.AnyMatch
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.ExactTexts
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.ItemWithText
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.ListSize
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.NoneMatch
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.SizeGreaterThan
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.SizeLessThan
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.SizeNotEqual
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.Texts
 
test(List<WebElement>) - Method in class com.codeborne.selenide.collections.TextsInAnyOrder
 
text(String) - Static method in class com.codeborne.selenide.Condition
Assert that element contains given text as a substring.
Text - Class in com.codeborne.selenide.conditions
 
Text(String) - Constructor for class com.codeborne.selenide.conditions.Text
 
text - Variable in class com.codeborne.selenide.conditions.Text
 
text - Static variable in class com.codeborne.selenide.impl.Html
 
text() - Method in class com.codeborne.selenide.impl.Randomizer
 
text() - Method in interface com.codeborne.selenide.SelenideElement
textCaseSensitive(String) - Static method in class com.codeborne.selenide.Condition
Assert that element contains given text as a case sensitive substring
TextReportExtension - Class in com.codeborne.selenide.junit5
 
TextReportExtension() - Constructor for class com.codeborne.selenide.junit5.TextReportExtension
Initialize default text report extension that log successful and failed tests.
texts(String...) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts (each collection element CONTAINS corresponding text)
texts(List<String>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts (each collection element CONTAINS corresponding text)
Texts - Class in com.codeborne.selenide.collections
 
Texts(String...) - Constructor for class com.codeborne.selenide.collections.Texts
 
Texts(List<String>) - Constructor for class com.codeborne.selenide.collections.Texts
 
texts() - Method in class com.codeborne.selenide.ElementsCollection
Gets all the texts in elements collection
texts(Collection<WebElement>) - Static method in class com.codeborne.selenide.ElementsCollection
Fail-safe method for retrieving texts of given elements.
textsInAnyOrder(String...) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts in any order (each collection element CONTAINS corresponding text)
textsInAnyOrder(List<String>) - Static method in class com.codeborne.selenide.CollectionCondition
Checks that given collection has given texts in any order (each collection element CONTAINS corresponding text)
TextsInAnyOrder - Class in com.codeborne.selenide.collections
 
TextsInAnyOrder(String...) - Constructor for class com.codeborne.selenide.collections.TextsInAnyOrder
 
TextsInAnyOrder(List<String>) - Constructor for class com.codeborne.selenide.collections.TextsInAnyOrder
 
TextsMismatch - Error in com.codeborne.selenide.ex
 
TextsMismatch(CollectionSource, List<String>, List<String>, String, long) - Constructor for error com.codeborne.selenide.ex.TextsMismatch
 
TextsSizeMismatch - Error in com.codeborne.selenide.ex
 
TextsSizeMismatch(CollectionSource, List<String>, List<String>, String, long) - Constructor for error com.codeborne.selenide.ex.TextsSizeMismatch
 
threadScreenshots - Variable in class com.codeborne.selenide.impl.ScreenShotLaboratory
 
timeout() - Method in interface com.codeborne.selenide.Config
 
timeout(long) - Static method in class com.codeborne.selenide.ex.ErrorMessages
 
timeout() - Method in class com.codeborne.selenide.SelenideConfig
 
timeout(long) - Method in class com.codeborne.selenide.SelenideConfig
 
TimeoutException - Exception in com.codeborne.selenide.ex
 
TimeoutException(String, SocketTimeoutException) - Constructor for exception com.codeborne.selenide.ex.TimeoutException
 
timeoutMs - Variable in error com.codeborne.selenide.ex.UIAssertionError
 
title() - Method in class com.codeborne.selenide.SelenideDriver
 
toArray() - Method in class com.codeborne.selenide.ElementsCollection
 
toFile() - Method in class com.codeborne.selenide.DownloadsFolder
 
toString() - Method in class com.codeborne.selenide.ClickOptions
 
toString() - Method in class com.codeborne.selenide.collections.ExactTexts
 
toString() - Method in class com.codeborne.selenide.collections.ExactTextsCaseSensitiveInAnyOrder
 
toString() - Method in class com.codeborne.selenide.collections.ItemWithText
 
toString() - Method in class com.codeborne.selenide.collections.ListSize
 
toString() - Method in class com.codeborne.selenide.collections.PredicateCollectionCondition
 
toString() - Method in class com.codeborne.selenide.collections.SizeGreaterThan
 
toString() - Method in class com.codeborne.selenide.collections.SizeGreaterThanOrEqual
 
toString() - Method in class com.codeborne.selenide.collections.SizeLessThan
 
toString() - Method in class com.codeborne.selenide.collections.SizeLessThanOrEqual
 
toString() - Method in class com.codeborne.selenide.collections.SizeNotEqual
 
toString() - Method in class com.codeborne.selenide.collections.Texts
 
toString() - Method in class com.codeborne.selenide.collections.TextsInAnyOrder
 
ToString - Class in com.codeborne.selenide.commands
 
ToString() - Constructor for class com.codeborne.selenide.commands.ToString
 
toString() - Method in class com.codeborne.selenide.Condition
 
toString() - Method in class com.codeborne.selenide.conditions.And
 
toString() - Method in class com.codeborne.selenide.conditions.Attribute
 
toString() - Method in class com.codeborne.selenide.conditions.AttributeWithValue
 
toString() - Method in class com.codeborne.selenide.conditions.CaseSensitiveText
 
toString() - Method in class com.codeborne.selenide.conditions.CssClass
 
toString() - Method in class com.codeborne.selenide.conditions.CssValue
 
toString() - Method in class com.codeborne.selenide.conditions.CustomMatch
 
toString() - Method in class com.codeborne.selenide.conditions.ExactOwnText
 
toString() - Method in class com.codeborne.selenide.conditions.ExactText
 
toString() - Method in class com.codeborne.selenide.conditions.ExactTextCaseSensitive
 
toString() - Method in class com.codeborne.selenide.conditions.ExplainedCondition
 
toString() - Method in class com.codeborne.selenide.conditions.MatchAttributeWithValue
 
toString() - Method in class com.codeborne.selenide.conditions.MatchText
 
toString() - Method in class com.codeborne.selenide.conditions.NamedCondition
 
toString() - Method in class com.codeborne.selenide.conditions.Not
 
toString() - Method in class com.codeborne.selenide.conditions.Or
 
toString() - Method in class com.codeborne.selenide.conditions.OwnText
 
toString() - Method in class com.codeborne.selenide.conditions.PseudoElementPropertyWithValue
 
toString() - Method in class com.codeborne.selenide.conditions.SelectedText
 
toString() - Method in class com.codeborne.selenide.conditions.Text
 
toString() - Method in class com.codeborne.selenide.conditions.Value
 
toString() - Method in class com.codeborne.selenide.Credentials
 
toString() - Method in class com.codeborne.selenide.DownloadOptions
 
toString() - Method in class com.codeborne.selenide.DownloadsFolder
 
toString() - Method in class com.codeborne.selenide.ElementsCollection
 
toString() - Method in error com.codeborne.selenide.ex.UIAssertionError
 
toString() - Method in class com.codeborne.selenide.impl.Describe
 
toString() - Method in class com.codeborne.selenide.impl.ElementFinder
 
toString() - Method in class com.codeborne.selenide.impl.Screenshot
 
toString() - Method in class com.codeborne.selenide.impl.WebElementSource
 
toString() - Method in class com.codeborne.selenide.impl.WebElementWrapper
 
toString() - Method in class com.codeborne.selenide.impl.windows.FrameByIdOrName
 
toString() - Method in class com.codeborne.selenide.impl.windows.WindowByIndex
 
toString() - Method in class com.codeborne.selenide.impl.windows.WindowByNameOrHandle
 
toString() - Method in class com.codeborne.selenide.logevents.SelenideLog
 
toString() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
 
toString() - Method in class com.codeborne.selenide.selector.ByShadow.ByShadowCss
 
toString() - Method in class com.codeborne.selenide.Selectors.ByText
 
toString() - Method in class com.codeborne.selenide.Selectors.WithText
 
toString() - Method in interface com.codeborne.selenide.SelenideElement
Displays WebElement in human-readable format.
ToWebElement - Class in com.codeborne.selenide.commands
 
ToWebElement() - Constructor for class com.codeborne.selenide.commands.ToWebElement
 
toWebElement() - Method in interface com.codeborne.selenide.SelenideElement
 
transferCapabilitiesFromSystemProperties(DesiredCapabilities) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
transferFirefoxProfileFromSystemProperties(FirefoxOptions, Map<String, String>) - Method in class com.codeborne.selenide.webdriver.FirefoxDriverFactory
 
type(String) - Static method in class com.codeborne.selenide.Condition
Asserts the type attribute of the element to be exact string

U

UIAssertionError - Error in com.codeborne.selenide.ex
 
UIAssertionError(Driver, String) - Constructor for error com.codeborne.selenide.ex.UIAssertionError
 
UIAssertionError(Driver, String, Throwable) - Constructor for error com.codeborne.selenide.ex.UIAssertionError
 
uiDetails() - Method in error com.codeborne.selenide.ex.UIAssertionError
 
updateHash(String) - Method in class com.codeborne.selenide.SelenideDriver
 
UploadFile - Class in com.codeborne.selenide.commands
 
UploadFile() - Constructor for class com.codeborne.selenide.commands.UploadFile
 
uploadFile(File...) - Method in interface com.codeborne.selenide.SelenideElement
Upload file into file upload field.
UploadFileFromClasspath - Class in com.codeborne.selenide.commands
 
UploadFileFromClasspath() - Constructor for class com.codeborne.selenide.commands.UploadFileFromClasspath
 
uploadFiles(Config, WebElement, String) - Method in class com.codeborne.selenide.commands.UploadFile
 
uploadFromClasspath(String...) - Method in interface com.codeborne.selenide.SelenideElement
Upload file into file upload field.
url() - Method in interface com.codeborne.selenide.Driver
 
url() - Method in class com.codeborne.selenide.SelenideDriver
 
using(FileDownloadMode) - Static method in class com.codeborne.selenide.DownloadOptions
 
usingDefaultMethod() - Static method in class com.codeborne.selenide.ClickOptions
 
usingJavaScript() - Static method in class com.codeborne.selenide.ClickOptions
 

V

Val - Class in com.codeborne.selenide.commands
 
Val() - Constructor for class com.codeborne.selenide.commands.Val
 
Val(GetValue, SetValue) - Constructor for class com.codeborne.selenide.commands.Val
 
val(String) - Method in interface com.codeborne.selenide.SelenideElement
val() - Method in interface com.codeborne.selenide.SelenideElement
Get the "value" attribute of the element Same as SelenideElement.getValue()
validateAssertionMode(Config) - Static method in class com.codeborne.selenide.logevents.ErrorsCollector
 
value(String) - Static method in class com.codeborne.selenide.Condition
Assert that element contains given "value" attribute as substring NB! Ignores difference in non-visible characters like spaces, non-breakable spaces, tabs, newlines etc.
Value - Class in com.codeborne.selenide.conditions
 
Value(String) - Constructor for class com.codeborne.selenide.conditions.Value
 
valueOf(String) - Static method in enum com.codeborne.selenide.AssertionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codeborne.selenide.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codeborne.selenide.ClickMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codeborne.selenide.FileDownloadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codeborne.selenide.logevents.LogEvent.EventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.codeborne.selenide.SelectorMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.codeborne.selenide.AssertionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codeborne.selenide.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codeborne.selenide.ClickMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codeborne.selenide.FileDownloadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codeborne.selenide.logevents.LogEvent.EventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.codeborne.selenide.SelectorMode
Returns an array containing the constants of this enum type, in the order they are declared.
versatileSetValue() - Method in interface com.codeborne.selenide.Config
 
versatileSetValue() - Method in class com.codeborne.selenide.SelenideConfig
 
versatileSetValue(boolean) - Method in class com.codeborne.selenide.SelenideConfig
 
visible - Static variable in class com.codeborne.selenide.Condition
Checks if element is visible
Visible - Class in com.codeborne.selenide.conditions
 
Visible() - Constructor for class com.codeborne.selenide.conditions.Visible
 

W

Wait() - Method in class com.codeborne.selenide.SelenideDriver
 
WaitUntil - Class in com.codeborne.selenide.commands
 
WaitUntil() - Constructor for class com.codeborne.selenide.commands.WaitUntil
 
waitUntil(CollectionCondition, long) - Method in class com.codeborne.selenide.ElementsCollection
 
waitUntil(Condition, long) - Method in interface com.codeborne.selenide.SelenideElement
waitUntil(Condition, long, long) - Method in interface com.codeborne.selenide.SelenideElement
WaitWhile - Class in com.codeborne.selenide.commands
 
WaitWhile() - Constructor for class com.codeborne.selenide.commands.WaitWhile
 
waitWhile(Condition, long) - Method in interface com.codeborne.selenide.SelenideElement
waitWhile(Condition, long, long) - Method in interface com.codeborne.selenide.SelenideElement
webDriver - Variable in class com.codeborne.selenide.drivercommands.CreateDriverCommand.Result
 
webdriverExceptionMessage(Throwable) - Method in class com.codeborne.selenide.impl.Cleanup
 
webdriverExceptionMessage(String) - Method in class com.codeborne.selenide.impl.Cleanup
 
WebDriverFactory - Class in com.codeborne.selenide.webdriver
 
WebDriverFactory() - Constructor for class com.codeborne.selenide.webdriver.WebDriverFactory
 
webdriverLog(Config) - Method in class com.codeborne.selenide.webdriver.AbstractDriverFactory
 
WebDriverLogs - Class in com.codeborne.selenide
 
WebdriverPhotographer - Class in com.codeborne.selenide.impl
 
WebdriverPhotographer() - Constructor for class com.codeborne.selenide.impl.WebdriverPhotographer
 
WebDriverProvider - Interface in com.codeborne.selenide
Interface for using custom WebDriver in your tests
WebDriverWrapper - Class in com.codeborne.selenide.drivercommands
A `Driver` implementation which uses given webdriver [and proxy].
WebDriverWrapper(Config, WebDriver, SelenideProxyServer, DownloadsFolder) - Constructor for class com.codeborne.selenide.drivercommands.WebDriverWrapper
 
WebElementsCollectionWrapper - Class in com.codeborne.selenide.impl
 
WebElementsCollectionWrapper(Driver, Collection<? extends WebElement>) - Constructor for class com.codeborne.selenide.impl.WebElementsCollectionWrapper
 
WebElementSelector - Class in com.codeborne.selenide.impl
Thanks to http://selenium.polteq.com/en/injecting-the-sizzle-css-selector-library/
WebElementSelector() - Constructor for class com.codeborne.selenide.impl.WebElementSelector
 
WebElementSource - Class in com.codeborne.selenide.impl
 
WebElementSource() - Constructor for class com.codeborne.selenide.impl.WebElementSource
 
WebElementWrapper - Class in com.codeborne.selenide.impl
 
WebElementWrapper(Driver, WebElement) - Constructor for class com.codeborne.selenide.impl.WebElementWrapper
 
WebPageSourceExtractor - Class in com.codeborne.selenide.impl
 
WebPageSourceExtractor() - Constructor for class com.codeborne.selenide.impl.WebPageSourceExtractor
 
window(int) - Method in class com.codeborne.selenide.SelenideTargetLocator
Switch to window/tab by index NB! Order of windows/tabs can be different in different browsers, see Selenide tests.
window(int, Duration) - Method in class com.codeborne.selenide.SelenideTargetLocator
Switch to window/tab by index with a configurable timeout NB! Order of windows/tabs can be different in different browsers, see Selenide tests.
window(String) - Method in class com.codeborne.selenide.SelenideTargetLocator
Switch to window/tab by name/handle/title
window(String, Duration) - Method in class com.codeborne.selenide.SelenideTargetLocator
Switch to window/tab by name/handle/title with a configurable timeout
WindowByIndex - Class in com.codeborne.selenide.impl.windows
 
WindowByIndex(int) - Constructor for class com.codeborne.selenide.impl.windows.WindowByIndex
 
WindowByNameOrHandle - Class in com.codeborne.selenide.impl.windows
 
WindowByNameOrHandle(String) - Constructor for class com.codeborne.selenide.impl.windows.WindowByNameOrHandle
 
WindowNotFoundException - Error in com.codeborne.selenide.ex
 
WindowNotFoundException(Driver, String, Throwable) - Constructor for error com.codeborne.selenide.ex.WindowNotFoundException
 
WindowsCloser - Class in com.codeborne.selenide.impl
 
WindowsCloser() - Constructor for class com.codeborne.selenide.impl.WindowsCloser
 
withExtension(String) - Static method in class com.codeborne.selenide.files.FileFilters
 
withFilter(FileFilter) - Method in class com.codeborne.selenide.DownloadOptions
 
withName(String) - Static method in class com.codeborne.selenide.files.FileFilters
 
withNameMatching(String) - Static method in class com.codeborne.selenide.files.FileFilters
 
withText(String) - Static method in class com.codeborne.selenide.Selectors
Find element CONTAINING given text (as a substring).
WithText(String) - Constructor for class com.codeborne.selenide.Selectors.WithText
 
withTimeout(long) - Method in class com.codeborne.selenide.DownloadOptions
 
wrap(Driver, Error, long) - Static method in error com.codeborne.selenide.ex.UIAssertionError
 
wrap(Driver, WebDriverException, long) - Static method in error com.codeborne.selenide.ex.UIAssertionError
 
wrap(Throwable) - Method in class com.codeborne.selenide.impl.Cleanup
 
wrap(CollectionSource, int) - Static method in class com.codeborne.selenide.impl.CollectionElement
 
wrap(CollectionSource, Condition) - Static method in class com.codeborne.selenide.impl.CollectionElementByCondition
 
wrap(Driver, WebElement, String) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(Driver, String, int) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(Driver, WebElement, String, int) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(Driver, By) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(Driver, SearchContext, By, int) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(Driver, Class<T>, SearchContext, By, int) - Static method in class com.codeborne.selenide.impl.ElementFinder
 
wrap(CollectionSource) - Static method in class com.codeborne.selenide.impl.LastCollectionElement
 
wrap(Driver, WebElement) - Static method in class com.codeborne.selenide.impl.WebElementWrapper
 
writeToFile(byte[], File) - Static method in class com.codeborne.selenide.impl.FileHelper
 
writeToFile(String, File) - Method in class com.codeborne.selenide.impl.WebPageSourceExtractor
 

Z

zoom(double) - Method in class com.codeborne.selenide.SelenideDriver
 
$ A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links