Packages

p

lunium

package lunium

Source
package.scala
Linear Supertypes
AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lunium
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package umbreon
  2. package zelenium

Type Members

  1. trait Bakery[F[_, _]] extends AnyRef
  2. case class CSS(value: String) extends ElementLocationStrategy with Product with Serializable
  3. case class Capabilities(browserName: String, browserVersion: String, platformName: Platform, acceptInsecureCerts: Boolean = false, pageLoadStrategy: Option[PageLoadStrategy] = scala.None, proxy: Option[Proxy] = scala.None, setWindowRect: Option[Boolean] = scala.None, timeouts: Option[Timeout] = scala.None, strictFileInteractability: Boolean = false, unhandledPromptBehavior: UnhandledPromptBehavior = DismissAndNotify) extends Product with Serializable
  4. trait Context[F[_, _]] extends AnyRef
  5. sealed trait ContextType extends AnyRef
  6. case class Cookie extends Product with Serializable
  7. trait Document[F[_, _]] extends AnyRef
  8. trait Element[F[_, _]] extends Search[F] with Fancy[F]
  9. class ElementClickInterceptedException extends LuniumException with InteractElementException
  10. final case class ElementId(value: String) extends Product with Serializable
  11. sealed trait ElementLocationStrategy extends AnyRef
  12. class ElementNotInteractableException extends LuniumException with InteractElementException
  13. trait Execution[F[_, _]] extends AnyRef
  14. trait Fancy[F[_, _]] extends AnyRef
  15. case class Frame(id: String) extends ContextType with Product with Serializable
  16. sealed trait GetFromElementException extends LuniumException
  17. class HttpUnauthorizedException extends LuniumException with NavigationException
  18. class InsecureCertificateException extends LuniumException with NavigationException
  19. sealed trait InteractElementException extends LuniumException
  20. class InvalidArgumentException extends LuniumException
  21. class InvalidCookieDomainException extends LuniumException
  22. class InvalidElementStateException extends LuniumException with InteractElementException
  23. class InvalidSelectorException extends LuniumException with SearchElementException
  24. class InvalidSessionIdException extends LuniumException
  25. class JavascriptErrorException extends LuniumException
  26. sealed case class Keys extends Product with Serializable
  27. case class Link(value: String) extends ElementLocationStrategy with Product with Serializable
  28. sealed abstract class LuniumException extends Exception with Serializable
  29. class MoveTargetOutOfBoundsException extends LuniumException
  30. sealed trait NavigationCommand extends AnyRef
  31. sealed trait NavigationException extends LuniumException
  32. class NoSuchAlertException extends LuniumException
  33. class NoSuchAttributeException extends LuniumException with GetFromElementException
  34. class NoSuchCookieException extends LuniumException
  35. class NoSuchElementException extends LuniumException with SearchElementException
  36. class NoSuchFrameException extends LuniumException
  37. class NoSuchWindowException extends LuniumException
  38. sealed trait PageLoadStrategy extends AnyRef
  39. case class PageSource(value: String) extends Product with Serializable
  40. case class Partial(value: String) extends ElementLocationStrategy with Product with Serializable
  41. sealed trait Platform extends AnyRef
  42. sealed case class Proxy extends Product with Serializable
  43. sealed trait ProxyType extends AnyRef
  44. sealed case class Rect extends Product with Serializable
  45. case class Script(value: String) extends Product with Serializable
  46. class ScriptTimeoutException extends LuniumException
  47. trait Search[F[_, _]] extends AnyRef
  48. sealed trait SearchElementException extends LuniumException
  49. trait Session[F[_, _]] extends Fancy[F] with Search[F] with Document[F] with Execution[F] with Bakery[F] with Context[F]
  50. final case class SessionId(value: String) extends Product with Serializable
  51. class SessionNotCreatedException extends LuniumException
  52. case class SessionStatus(ready: Boolean, message: String) extends Product with Serializable
  53. class StaleElementReferenceException extends LuniumException with GetFromElementException
  54. case class Tag(value: String) extends ElementLocationStrategy with Product with Serializable
  55. sealed case class Timeout extends Product with Serializable
  56. class TimeoutException extends LuniumException with NavigationException
  57. class UnableToCaptureScreenException extends LuniumException
  58. class UnableToSetCookieException extends LuniumException
  59. class UnexpectedAlertOpenException extends LuniumException
  60. sealed trait UnhandledPromptBehavior extends AnyRef
  61. class UnknownCommandException extends LuniumException
  62. class UnknownErrorException extends LuniumException
  63. class UnknownMethodException extends LuniumException
  64. class UnsupportedOperationException extends LuniumException
  65. sealed case class Url extends NavigationCommand with Product with Serializable
  66. case class Window(handle: String, windowType: Option[WindowType] = scala.None) extends ContextType with Product with Serializable
  67. sealed trait WindowState extends AnyRef
  68. sealed trait WindowType extends AnyRef
  69. case class XPath(value: String) extends ElementLocationStrategy with Product with Serializable
  70. class ZeleniumElement extends Element[IO]

Value Members

  1. object Accept extends UnhandledPromptBehavior with Product with Serializable
  2. object AcceptAndNotify extends UnhandledPromptBehavior with Product with Serializable
  3. object Android extends Platform with Product with Serializable
  4. object Any extends Platform with Product with Serializable
  5. object Autodetect extends ProxyType with Product with Serializable
  6. object Back extends NavigationCommand with Product with Serializable
  7. object Capabilities extends Serializable
  8. object ContextType
  9. object Cookie extends Serializable
  10. object Default extends ContextType with Product with Serializable
  11. object Direct extends ProxyType with Product with Serializable
  12. object Dismiss extends UnhandledPromptBehavior with Product with Serializable
  13. object DismissAndNotify extends UnhandledPromptBehavior with Product with Serializable
  14. object Eager extends PageLoadStrategy with Product with Serializable
  15. object ElCapitain extends Platform with Product with Serializable
  16. object Forward extends NavigationCommand with Product with Serializable
  17. object FullScreen extends WindowState with Product with Serializable
  18. object HighSierra extends Platform with Product with Serializable
  19. object Ignore extends UnhandledPromptBehavior with Product with Serializable
  20. object Ios extends Platform with Product with Serializable
  21. object Keys extends Serializable
  22. object Linux extends Platform with Product with Serializable
  23. object Mac extends Platform with Product with Serializable
  24. object Manual extends ProxyType with Product with Serializable
  25. object Mavericks extends Platform with Product with Serializable
  26. object Maximized extends WindowState with Product with Serializable
  27. object Minimized extends WindowState with Product with Serializable
  28. object MountainLion extends Platform with Product with Serializable
  29. object None extends PageLoadStrategy with Product with Serializable
  30. object Normal extends PageLoadStrategy with Product with Serializable
  31. object Pac extends ProxyType with Product with Serializable
  32. object Parent extends ContextType with Product with Serializable
  33. object Proxy extends Serializable
  34. object Rect extends Serializable
  35. object Refresh extends NavigationCommand with Product with Serializable
  36. object Sierra extends Platform with Product with Serializable
  37. object SnowLeopard extends Platform with Product with Serializable
  38. object Tab extends WindowType with Product with Serializable
  39. object Timeout extends Serializable
  40. object Unix extends Platform with Product with Serializable
  41. object Url extends Serializable
  42. object Vista extends Platform with Product with Serializable
  43. object Win10 extends Platform with Product with Serializable
  44. object Win8 extends Platform with Product with Serializable
  45. object Win81 extends Platform with Product with Serializable
  46. object Window extends WindowType with Product with Serializable
  47. object Windows extends Platform with Product with Serializable
  48. object Xp extends Platform with Product with Serializable
  49. object Yosemite extends Platform with Product with Serializable
  50. object ZeleniumElement

Inherited from AnyRef

Inherited from scala.Any

Ungrouped