Class MultiSelect
- java.lang.Object
-
- ru.tinkoff.qa.neptune.selenium.api.widget.Widget
-
- ru.tinkoff.qa.neptune.selenium.api.widget.drafts.MultiSelect
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.WrapsElement,Editable<List<String>>,HasAttribute,HasCssValue,HasLocation,HasOptions,HasRectangle,HasSize,HasTextContent,HasValue<List<String>>,IsEnabled,IsVisible
public abstract class MultiSelect extends Widget implements Editable<List<String>>, HasValue<List<String>>, HasOptions
-
-
Constructor Summary
Constructors Constructor Description MultiSelect(org.openqa.selenium.WebElement wrappedElement)
-
Method Summary
-
Methods inherited from class ru.tinkoff.qa.neptune.selenium.api.widget.Widget
findElement, findElements, getAttribute, getCssValue, getDriver, getLocation, getRect, getSize, getWrappedElement, isEnabled, isVisible, js, selfReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ru.tinkoff.qa.neptune.selenium.api.widget.HasOptions
getOptions
-
Methods inherited from interface ru.tinkoff.qa.neptune.selenium.api.widget.HasTextContent
getText
-
-