balin / com.github.epadronu.balin.core / WithAlertTests

WithAlertTests

class WithAlertTests

Constructors

<init>

WithAlertTests()

Functions

Create a JavaScript-enabled WebDriver factory

fun Create a JavaScript-enabled WebDriver factory(): Array<Array<() -> <ERROR CLASS>>>

Validate context switching to and from an alert popup and auto-dismiss it

fun Validate context switching to and from an alert popup and auto-dismiss it(driverFactory: () -> WebDriver): Unit

Validate context switching to and from an confirm popup and accept it

fun Validate context switching to and from an confirm popup and accept it(driverFactory: () -> WebDriver): Unit

Validate context switching to and from an prompt popup and accept it

fun Validate context switching to and from an prompt popup and accept it(driverFactory: () -> WebDriver): Unit

validate_context_switching_to_and_from_an_alert_popup_and_accept_it

fun validate_context_switching_to_and_from_an_alert_popup_and_accept_it(driverFactory: () -> WebDriver): Unit

Companion Object Properties

pageWithAlerts

val pageWithAlerts: String