$ A B C D E F G H I M N O R S T U V W 

$

$(String) - Static method in class com.codeborne.selenide.DOM
Find the first element matching given CSS selector
$(By) - Static method in class com.codeborne.selenide.DOM
Find the first element matching given CSS selector
$(WebElement, String) - Static method in class com.codeborne.selenide.DOM
Find the first element matching given CSS selector
$(String, int) - Static method in class com.codeborne.selenide.DOM
Find the Nth element matching given criteria
$(WebElement, String, int) - Static method in class com.codeborne.selenide.DOM
Find the Nth element matching given criteria
$$(String) - Static method in class com.codeborne.selenide.DOM
Find all elements matching given CSS selector.
$$(By) - Static method in class com.codeborne.selenide.DOM
Find all elements matching given CSS selector.
$$(WebElement, String) - Static method in class com.codeborne.selenide.DOM
Find all elements matching given CSS selector.

A

absoluteUrl(String) - Static method in class com.codeborne.selenide.Navigation
 
actualValue(WebElement) - Method in class com.codeborne.selenide.Condition
 
appears - Static variable in class com.codeborne.selenide.Condition
Synonym for #visible - may be used for better readability waitUntil(By.id("logoutLink"), appears); Thought the same can be done in a shorter way: waitFor(By.id("logoutLink");
apply(WebElement) - Method in class com.codeborne.selenide.Condition
 
applyNull() - Method in class com.codeborne.selenide.Condition
 
assertChecked(By) - Static method in class com.codeborne.selenide.DOM
 
assertDisabled(By) - Static method in class com.codeborne.selenide.DOM
 
assertElement(By, Condition) - Static method in class com.codeborne.selenide.DOM
 
assertElement(WebElement, Condition) - Static method in class com.codeborne.selenide.DOM
 
assertEnabled(By) - Static method in class com.codeborne.selenide.DOM
 
assertHidden(By) - Static method in class com.codeborne.selenide.DOM
Method fails if element does not exists.
assertNotChecked(By) - Static method in class com.codeborne.selenide.DOM
 
assertNotSelected(By) - Static method in class com.codeborne.selenide.DOM
 
assertSelected(By) - Static method in class com.codeborne.selenide.DOM
 
assertURL(String) - Static method in class com.codeborne.selenide.Navigation
Assert that URL of current page is #baseUrl + #relativeUrl
assertVisible(By) - Static method in class com.codeborne.selenide.DOM
 

B

baseUrl - Static variable in class com.codeborne.selenide.Navigation
 

C

callOnClick(By) - Static method in class com.codeborne.selenide.DOM
Calls onclick javascript code, useful for invisible (hovered) elements that cannot be clicked directly
checked - Static variable in class com.codeborne.selenide.Condition
 
clearBrowserCache() - Static method in class com.codeborne.selenide.WebDriverRunner
 
click(By) - Static method in class com.codeborne.selenide.DOM
 
click(By, int) - Static method in class com.codeborne.selenide.DOM
Click the Nth matched element on the page.
click() - Method in class com.codeborne.selenide.ElementsCollection
 
closeWebDriver() - Static method in class com.codeborne.selenide.WebDriverRunner
 
com.codeborne.selenide - package com.codeborne.selenide
 
com.codeborne.selenide.impl - package com.codeborne.selenide.impl
 
Condition - Class in com.codeborne.selenide
 
Condition(String, boolean) - Constructor for class com.codeborne.selenide.Condition
 

D

defaultWaitingTimeout - Static variable in class com.codeborne.selenide.DOM
 
describeElement(WebElement) - Static method in class com.codeborne.selenide.DOM
 
disabled - Static variable in class com.codeborne.selenide.Condition
 
disappears - Static variable in class com.codeborne.selenide.Condition
Synonym for #hidden - may be used for better readability: waitUntil(By.id("loginLink"), disappears);
DOM - Class in com.codeborne.selenide
 
DOM() - Constructor for class com.codeborne.selenide.DOM
 

E

ElementsCollection - Class in com.codeborne.selenide
 
ElementsCollection(List<WebElement>) - Constructor for class com.codeborne.selenide.ElementsCollection
 
empty - Static variable in class com.codeborne.selenide.Condition
 
enabled - Static variable in class com.codeborne.selenide.Condition
 
executeJavaScript(String) - Static method in class com.codeborne.selenide.DOM
 
existsAndVisible(By) - Static method in class com.codeborne.selenide.DOM
 

F

FAILURES_LIMIT - Static variable in class com.codeborne.selenide.ScreenShooter
 
findElement(By) - Method in class com.codeborne.selenide.ElementsCollection
 
findElements(By) - Method in class com.codeborne.selenide.ElementsCollection
 
focused - Static variable in class com.codeborne.selenide.Condition
 
followLink(By) - Static method in class com.codeborne.selenide.DOM
 

G

getAttribute(String) - Method in class com.codeborne.selenide.ElementsCollection
 
getCssValue(String) - Method in class com.codeborne.selenide.ElementsCollection
 
getCurrentTestName() - Static method in class com.codeborne.selenide.ScreenShooter
 
getElement(By) - Static method in class com.codeborne.selenide.DOM
Find the first element matching given criteria
getElement(By, int) - Static method in class com.codeborne.selenide.DOM
Find the Nth element matching given criteria
getElements(By) - Static method in class com.codeborne.selenide.DOM
Find all elements matching given CSS selector
getJQuerySelector(By) - Static method in class com.codeborne.selenide.DOM
 
getJQuerySelectorString(By) - Static method in class com.codeborne.selenide.DOM
 
getLocation() - Method in class com.codeborne.selenide.ElementsCollection
 
getSelectedText(By) - Static method in class com.codeborne.selenide.DOM
 
getSelectedValue(By) - Static method in class com.codeborne.selenide.DOM
 
getSize() - Method in class com.codeborne.selenide.ElementsCollection
 
getTagName() - Method in class com.codeborne.selenide.ElementsCollection
 
getText() - Method in class com.codeborne.selenide.ElementsCollection
 
getWebDriver() - Static method in class com.codeborne.selenide.WebDriverRunner
 

H

hasAttribute(String, String) - Static method in class com.codeborne.selenide.Condition
 
hasClass(WebElement, String) - Static method in class com.codeborne.selenide.Condition
 
hasClass(String) - Static method in class com.codeborne.selenide.Condition
 
hasNotClass(String) - Static method in class com.codeborne.selenide.Condition
 
hasOptions() - Static method in class com.codeborne.selenide.Condition
 
hasText(String) - Static method in class com.codeborne.selenide.Condition
 
hasValue(String) - Static method in class com.codeborne.selenide.Condition
 
haveText(String) - Static method in class com.codeborne.selenide.Condition
 
hidden - Static variable in class com.codeborne.selenide.Condition
 
holdBrowserOpen - Static variable in class com.codeborne.selenide.WebDriverRunner
If holdBrowserOpen is true, browser window stays open after running tests.

I

ie() - Static method in class com.codeborne.selenide.WebDriverRunner
 
invoke(Object, Method, Object[]) - Method in class com.codeborne.selenide.impl.ShouldableWebElementProxy
 
isDisplayed() - Method in class com.codeborne.selenide.ElementsCollection
 
isEnabled() - Method in class com.codeborne.selenide.ElementsCollection
 
isJQueryAvailable() - Static method in class com.codeborne.selenide.DOM
 
isSelected() - Method in class com.codeborne.selenide.ElementsCollection
 
isVisible(By) - Static method in class com.codeborne.selenide.DOM
 

M

methodInvoker(FrameworkMethod, Object) - Method in class com.codeborne.selenide.ScreenShooter
 

N

navigateToAbsoluteUrl(String) - Static method in class com.codeborne.selenide.Navigation
 
Navigation - Class in com.codeborne.selenide
 
Navigation() - Constructor for class com.codeborne.selenide.Navigation
 

O

open(String) - Static method in class com.codeborne.selenide.Navigation
 

R

runChild(FrameworkMethod, RunNotifier) - Method in class com.codeborne.selenide.ScreenShooter
 

S

ScreenShooter - Class in com.codeborne.selenide
 
ScreenShooter(Class<?>) - Constructor for class com.codeborne.selenide.ScreenShooter
 
scrollTo(By) - Static method in class com.codeborne.selenide.DOM
It works only if jQuery "scroll" plugin is included in page being tested
select(By) - Static method in class com.codeborne.selenide.DOM
 
selectOption(By, String) - Static method in class com.codeborne.selenide.DOM
 
selectOptionByText(By, String) - Static method in class com.codeborne.selenide.DOM
 
selectRadio(By, String) - Static method in class com.codeborne.selenide.DOM
 
sendKeys(CharSequence...) - Method in class com.codeborne.selenide.ElementsCollection
 
setValue(By, String) - Static method in class com.codeborne.selenide.DOM
 
setValue(By, int, String) - Static method in class com.codeborne.selenide.DOM
 
setValue(WebElement, String) - Static method in class com.codeborne.selenide.DOM
 
should(Condition) - Method in interface com.codeborne.selenide.ShouldableWebElement
 
ShouldableWebElement - Interface in com.codeborne.selenide
 
ShouldableWebElementProxy - Class in com.codeborne.selenide.impl
 
shouldBe(Condition) - Method in interface com.codeborne.selenide.ShouldableWebElement
 
sleep(long) - Static method in class com.codeborne.selenide.Navigation
Not recommended.
source() - Static method in class com.codeborne.selenide.Navigation
 
submit() - Method in class com.codeborne.selenide.ElementsCollection
 

T

takeScreenShot(String) - Static method in class com.codeborne.selenide.WebDriverRunner
 
title() - Static method in class com.codeborne.selenide.Navigation
 
toString() - Method in class com.codeborne.selenide.Condition
 
triggerChangeEvent(By) - Static method in class com.codeborne.selenide.DOM
 
triggerChangeEvent(By, int) - Static method in class com.codeborne.selenide.DOM
 

U

url() - Static method in class com.codeborne.selenide.Navigation
 

V

visible - Static variable in class com.codeborne.selenide.Condition
 

W

waitFor(By) - Static method in class com.codeborne.selenide.DOM
 
waitFor(By, Condition) - Static method in class com.codeborne.selenide.DOM
Deprecated.
waitFor(By, Condition, long) - Static method in class com.codeborne.selenide.DOM
Deprecated.
waitFor(By, int, Condition, long) - Static method in class com.codeborne.selenide.DOM
Deprecated.
waitUntil(By, Condition) - Static method in class com.codeborne.selenide.DOM
 
waitUntil(By, int, Condition) - Static method in class com.codeborne.selenide.DOM
 
waitUntil(By, Condition, long) - Static method in class com.codeborne.selenide.DOM
 
waitUntil(By, int, Condition, long) - Static method in class com.codeborne.selenide.DOM
 
WebDriverRunner - Class in com.codeborne.selenide
 
WebDriverRunner() - Constructor for class com.codeborne.selenide.WebDriverRunner
 
wrap(WebElement) - Static method in class com.codeborne.selenide.impl.ShouldableWebElementProxy
 
$ A B C D E F G H I M N O R S T U V W