- SAFARI - Static variable in class com.codeborne.selenide.WebDriverRunner
-
To use Safari webdriver, you need to include extra dependency to your project:
<dependency org="org.seleniumhq.selenium" name="selenium-safari-driver" rev="2.+" conf="test->default"/>
- saveFileContent(HttpResponse, File) - Method in class com.codeborne.selenide.impl.DownloadFileWithHttpRequest
-
- savePageImageToFile(String, WebDriver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- savePageSource - Static variable in class com.codeborne.selenide.Configuration
-
Defines if Selenide saves page source on failing tests.
- savePageSourceToFile(String, WebDriver) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- savePageSourceToFile(String, WebDriver, boolean) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- ScreenShooter - Class in com.codeborne.selenide.junit
-
Usage:
- ScreenShooter - Class in com.codeborne.selenide.testng
-
Annotate your test class with @Listeners({ ScreenShooter.class})
- ScreenShooter() - Constructor for class com.codeborne.selenide.testng.ScreenShooter
-
- screenshot() - Static method in class com.codeborne.selenide.ex.ErrorMessages
-
- screenshot(String) - Static method in class com.codeborne.selenide.ex.ErrorMessages
-
- screenshot(String) - Static method in class com.codeborne.selenide.Selenide
-
Take the screenshot of current page and save to file fileName.html and fileName.png
- 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
-
- screenshots - Static variable in class com.codeborne.selenide.Configuration
-
Defines if Selenide takes screenshots on failing tests.
- Screenshots - Class in com.codeborne.selenide
-
- Screenshots() - Constructor for class com.codeborne.selenide.Screenshots
-
- screenshots - Static variable in class com.codeborne.selenide.Screenshots
-
- 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
- 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) - Static method in class com.codeborne.selenide.impl.Describe
-
- selectorMode - Static variable in class com.codeborne.selenide.Configuration
-
Choose how Selenide should retrieve web elements: using default CSS or Sizzle (CSS3)
- 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(By, String) - Static method in class com.codeborne.selenide.Selenide
-
- selectRadio(String) - Method in interface com.codeborne.selenide.SelenideElement
-
Select radio button
- Selenide - Class in com.codeborne.selenide
-
The main starting point of Selenide.
- Selenide() - Constructor for class com.codeborne.selenide.Selenide
-
- SelenideElement - Interface in com.codeborne.selenide
-
- SelenideElementIterator - Class in com.codeborne.selenide.impl
-
- SelenideElementIterator(WebElementsCollection) - Constructor for class com.codeborne.selenide.impl.SelenideElementIterator
-
- SelenideElementListIterator - Class in com.codeborne.selenide.impl
-
- SelenideElementListIterator(WebElementsCollection, int) - Constructor for class com.codeborne.selenide.impl.SelenideElementListIterator
-
- SelenideElementListProxy - Class in com.codeborne.selenide.impl
-
- SelenideFieldDecorator - Class in com.codeborne.selenide.impl
-
- SelenideFieldDecorator(SearchContext) - Constructor for class com.codeborne.selenide.impl.SelenideFieldDecorator
-
- 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
-
Factory class to make using Page Objects simpler and easier.
- SelenidePageFactory() - Constructor for class com.codeborne.selenide.SelenidePageFactory
-
- 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(Proxy) - Constructor for class com.codeborne.selenide.proxy.SelenideProxyServer
-
Create server
Note that server is not started nor activated yet.
- SelenideTargetLocator - Class in com.codeborne.selenide
-
- set(SelenideElement) - Method in class com.codeborne.selenide.impl.SelenideElementListIterator
-
- setError(Throwable) - Method in class com.codeborne.selenide.logevents.SelenideLog
-
- setProxy(Proxy) - Method in interface com.codeborne.selenide.impl.WebDriverContainer
-
- setProxy(Proxy) - Method in class com.codeborne.selenide.impl.WebDriverThreadLocalContainer
-
- setProxy(Proxy) - Static method in class com.codeborne.selenide.WebDriverRunner
-
Sets Selenium Proxy instance
- 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.
- setSelf(SelenideElement) - Method in class com.codeborne.selenide.ElementsContainer
-
- setStatus(LogEvent.EventStatus) - Method in class com.codeborne.selenide.logevents.SelenideLog
-
- setupBinaryPath() - Method in class com.codeborne.selenide.webdriver.WebDriverBinaryManager
-
- 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:
- setValueChangeEvent - Static variable in class com.codeborne.selenide.Configuration
-
If set to true, 'setValue' and 'val' methods of SelenideElement trigger changeEvent after main manipulations.
- setWebDriver(WebDriver) - Method in interface com.codeborne.selenide.impl.WebDriverContainer
-
- setWebDriver(WebDriver) - Method in class com.codeborne.selenide.impl.WebDriverThreadLocalContainer
-
- setWebDriver(WebDriver) - Static method in class com.codeborne.selenide.WebDriverRunner
-
Tell Selenide use your provided WebDriver instance.
- 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(WebElementSource, String, List<Condition>) - Method in class com.codeborne.selenide.commands.Should
-
- should(String, 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.
- 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
-
Asserts conditions
$$(".error").shouldBe(empty)
- shouldBe(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
-
Synonym for #should.
- 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
-
Assert conditions
$$(".error").shouldHave(size(3))
$$(".error").shouldHave(texts("Error1", "Error2"))
- shouldHave(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
-
Synonym for #should.
- shouldHaveSize(int) - Method in class com.codeborne.selenide.ElementsCollection
-
Asserts if the collection is of given size
- 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(SelenideElement, WebElementSource, String, List<Condition>) - Method in class com.codeborne.selenide.commands.ShouldNot
-
- shouldNot(Condition...) - Method in interface com.codeborne.selenide.SelenideElement
-
Checks that given element does not meet given conditions.
- 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
-
Synonym for #shouldNot.
- 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
-
Synonym for #shouldNot.
- shutdown() - Method in class com.codeborne.selenide.proxy.SelenideProxyServer
-
Stop the server
- 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.
- 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() - Method in class com.codeborne.selenide.impl.WebElementSelector
-
- sizzleSource - Variable in class com.codeborne.selenide.impl.WebElementSelector
-
- sleep(long) - Static method in class com.codeborne.selenide.Selenide
-
Not recommended.
- SoftAssertionError - Error in com.codeborne.selenide.ex
-
- SoftAssertionError(String) - Constructor for error com.codeborne.selenide.ex.SoftAssertionError
-
- SoftAsserts - Class in com.codeborne.selenide.junit
-
- SoftAsserts() - Constructor for class com.codeborne.selenide.junit.SoftAsserts
-
- SoftAsserts - Class in com.codeborne.selenide.testng
-
Annotate your test class with @Listeners({ SoftAsserts.class})
- SoftAsserts() - Constructor for class com.codeborne.selenide.testng.SoftAsserts
-
- source() - Static method in class com.codeborne.selenide.WebDriverRunner
-
- 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
-
- startContext(String, String) - Static method in class com.codeborne.selenide.Screenshots
-
- starting(Description) - Method in class com.codeborne.selenide.junit.ScreenShooter
-
- starting(Description) - Method in class com.codeborne.selenide.junit.TextReport
-
- startMaximized - Static variable in class com.codeborne.selenide.Configuration
-
The browser window is maximized when started.
- succeeded(Description) - Method in class com.codeborne.selenide.junit.ScreenShooter
-
- succeeded(Description) - Method in class com.codeborne.selenide.junit.TextReport
-
- succeededTests() - Method in class com.codeborne.selenide.junit.ScreenShooter
-
- supportsJavascript() - Static method in class com.codeborne.selenide.WebDriverRunner
-
Does this browser support javascript
- supportsModalDialogs() - Static method in class com.codeborne.selenide.WebDriverRunner
-
Does this browser support "alert" and "confirm" dialogs.
- switchTo() - Static method in class com.codeborne.selenide.Selenide
-
Switch to window/tab/frame/parentFrame/innerFrame/alert.
- TailOfCollection - Class in com.codeborne.selenide.impl
-
- TailOfCollection(WebElementsCollection, 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(String, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenShot() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenShot(String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
Takes screenshot of current browser window.
- takeScreenshot(WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenshot(WebElement, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenShot(String, String) - Static method in class com.codeborne.selenide.Screenshots
-
- takeScreenShot(String) - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot and give it filename
- takeScreenShot(WebElement) - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot of the WebElement/SelenideElement
- takeScreenShot(WebElement, WebElement) - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot of WebElement/SelenideElement in iframe
for partially visible WebElement/Selenide horizontal scroll bar will be present
- takeScreenShotAsFile() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenShotAsFile() - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot and return as a file
- TakeScreenshotAsImage - Class in com.codeborne.selenide.commands
-
- TakeScreenshotAsImage() - Constructor for class com.codeborne.selenide.commands.TakeScreenshotAsImage
-
- takeScreenshotAsImage(WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenshotAsImage(WebElement, WebElement) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenShotAsImage(WebElement, WebElement) - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot of WebElement/SelenideElement in iframe
for partially visible WebElement/Selenide horizontal scroll bar will be present
- takeScreenShotAsImage(WebElement) - Static method in class com.codeborne.selenide.Screenshots
-
Take screenshot of the WebElement/SelenideElement
- takeScreenshotImage(TakesScreenshot, String) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- takeScreenshotInMemory(TakesScreenshot) - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- text(String) - Static method in class com.codeborne.selenide.Condition
-
Sample: $("h1").shouldHave(text("Hello\s*John"))
- 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 interface com.codeborne.selenide.SelenideElement
-
Short form of getText()
- textCaseSensitive(String) - Static method in class com.codeborne.selenide.Condition
-
Sample: $("h1").shouldHave(textCaseSensitive("Hello\s*John"))
- TextReport - Class in com.codeborne.selenide.junit
-
- TextReport() - Constructor for class com.codeborne.selenide.junit.TextReport
-
- TextReport - Class in com.codeborne.selenide.testng
-
Reports for all method of annotated class in the suite.
- TextReport() - Constructor for class com.codeborne.selenide.testng.TextReport
-
- 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(WebElementsCollection, List<String>, List<String>, long) - Constructor for error com.codeborne.selenide.ex.TextsMismatch
-
- THREAD_PROXY_SERVER - Variable in class com.codeborne.selenide.impl.WebDriverThreadLocalContainer
-
- THREAD_WEB_DRIVER - Variable in class com.codeborne.selenide.impl.WebDriverThreadLocalContainer
-
- timeout - Static variable in class com.codeborne.selenide.Configuration
-
Timeout in milliseconds to fail the test, if conditions still not met
Can be configured either programmatically or by system property "-Dselenide.timeout=10000"
Default value: 4000 (milliseconds)
- timeout(long) - Static method in class com.codeborne.selenide.ex.ErrorMessages
-
- timeoutMs - Variable in error com.codeborne.selenide.ex.UIAssertionError
-
- timestamp() - Method in class com.codeborne.selenide.impl.ScreenShotLaboratory
-
- title() - Static method in class com.codeborne.selenide.Selenide
-
- to(String) - Method in class com.codeborne.selenide.junit.ScreenShooter
-
One-liner to configure Configuration.reportsFolder property
- toString() - Method in class com.codeborne.selenide.collections.ExactTexts
-
- toString() - Method in class com.codeborne.selenide.collections.ListSize
-
- 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.Text
-
- toString() - Method in class com.codeborne.selenide.ElementsCollection
-
- toString() - Method in error com.codeborne.selenide.ex.DialogTextMismatch
-
- toString() - Method in error com.codeborne.selenide.ex.ElementNotFound
-
- toString() - Method in error com.codeborne.selenide.ex.ElementShould
-
- toString() - Method in error com.codeborne.selenide.ex.ElementShouldNot
-
- toString() - Method in error com.codeborne.selenide.ex.InvalidStateException
-
- toString() - Method in error com.codeborne.selenide.ex.ListSizeMismatch
-
- toString() - Method in error com.codeborne.selenide.ex.TextsMismatch
-
- toString() - Method in error com.codeborne.selenide.ex.UIAssertionError
-
- toString() - Method in class com.codeborne.selenide.impl.CollectionElement
-
- toString() - Method in class com.codeborne.selenide.impl.CollectionElementByCondition
-
- 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.LastCollectionElement
-
- toString() - Method in class com.codeborne.selenide.impl.WebElementWrapper
-
- 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.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
-
- type(String) - Static method in class com.codeborne.selenide.Condition
-
Sample: $("#input").shouldHave(type("checkbox"))
- 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
-
Same as #setValue(java.lang.String)
- val() - Method in interface com.codeborne.selenide.SelenideElement
-
Get the "value" attribute of the element
Same as #getValue()
- validateAssertionMode() - Static method in class com.codeborne.selenide.logevents.ErrorsCollector
-
- value(String) - Static method in class com.codeborne.selenide.Condition
-
Assert that element has given "value" attribute as substring
NB! Ignores difference in non-visible characters like spaces, non-breakable spaces, tabs, newlines etc.
- valueOf(String) - Static method in enum com.codeborne.selenide.Configuration.AssertionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.codeborne.selenide.Configuration.FileDownloadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.codeborne.selenide.Configuration.SelectorMode
-
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.
- values() - Static method in enum com.codeborne.selenide.Configuration.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.Configuration.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.Configuration.SelectorMode
-
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.
- versatileSetValue - Static variable in class com.codeborne.selenide.Configuration
-
If set to true, 'setValue' and 'val' methods of SelenideElement can work as 'selectOptionByValue', 'selectRadio'
depending on the real control type, defined by element's tag.
- visible - Static variable in class com.codeborne.selenide.Condition
-
Checks if element is visible