Playwright

mill.scalajslib.api.JsEnvConfig.Playwright
See thePlaywright companion class
object Playwright

Attributes

Companion
class
Source
JsEnvConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Playwright.type

Members list

Type members

Classlikes

sealed trait Capabilities

Attributes

Source
JsEnvConfig.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ChromeOptions(headless: Boolean, showLogs: Boolean, debug: Boolean, launchOptions: List[String]) extends Capabilities

Attributes

Companion
object
Source
JsEnvConfig.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Capabilities
class Object
trait Matchable
class Any
Show all
object ChromeOptions

Attributes

Companion
class
Source
JsEnvConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class FirefoxOptions(headless: Boolean, showLogs: Boolean, debug: Boolean, firefoxUserPrefs: Map[String, String | Double | Boolean]) extends Capabilities

Attributes

Companion
object
Source
JsEnvConfig.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Capabilities
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JsEnvConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class WebkitOptions(headless: Boolean, showLogs: Boolean, debug: Boolean, launchOptions: List[String]) extends Capabilities

Attributes

Companion
object
Source
JsEnvConfig.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Capabilities
class Object
trait Matchable
class Any
Show all
object WebkitOptions

Attributes

Companion
class
Source
JsEnvConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(capabilities: Capabilities): Playwright

Attributes

Source
JsEnvConfig.scala
def chrome(headless: Boolean, showLogs: Boolean, debug: Boolean, launchOptions: List[String]): Playwright

Attributes

Source
JsEnvConfig.scala
def firefox(headless: Boolean, showLogs: Boolean, debug: Boolean, firefoxUserPrefs: Map[String, String | Double | Boolean]): Playwright

Attributes

Source
JsEnvConfig.scala
def webkit(headless: Boolean, showLogs: Boolean, debug: Boolean, launchOptions: List[String]): Playwright

Attributes

Source
JsEnvConfig.scala

Concrete fields

val defaultChromeLaunchOptions: List[String]

Default launch options for Chrome, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Default launch options for Chrome, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Attributes

Source
JsEnvConfig.scala
val defaultFirefoxUserPrefs: Map[String, String | Double | Boolean]

Default Firefox user prefs, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Default Firefox user prefs, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Attributes

Source
JsEnvConfig.scala
val defaultWebkitLaunchOptions: List[String]

Default launch options for Webkit, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Default launch options for Webkit, directly derived from the scala-js-env-playwright implementation: https://github.com/ThijsBroersen/scala-js-env-playwright/blob/main/src/main/scala/jsenv/playwright/PlaywrightJSEnv.scala

Attributes

Source
JsEnvConfig.scala

Implicits

Implicits

implicit def rwCapabilities: ReadWriter[Capabilities]

Attributes

Source
JsEnvConfig.scala