implicit class ZinteractWebElement extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZinteractWebElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZinteractWebElement(element: WebElement)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clearM: Task[Unit]
- val clickM: Task[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findElementM(by: By)(implicit wait: WaitConfig = None): ZIO[Clock, NoSuchElementException, WebElement]
- def findElementsM(by: By)(implicit wait: WaitConfig = None): RIO[Clock, List[WebElement]]
- def getAttributeM(name: String): Task[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCssValueM(propertyName: String): Task[String]
- val getLocationM: Task[Point]
- val getRectM: Task[Rectangle]
- val getSizeM: Task[Dimension]
- val getTagNameM: Task[String]
- val getTextM: Task[String]
- def hasElementM(by: By)(implicit wait: WaitConfig = None): RIO[Clock, Boolean]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isDisplayedM: Task[Boolean]
- val isEnabledM: Task[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSelectedM: Task[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pressEnterM: Task[Unit]
- def sendKeysM(text: CharSequence): Task[Unit]
- val submitM: Task[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()