balin / com.github.epadronu.balin.core / WithFrameTests

WithFrameTests

class WithFrameTests

Constructors

<init>

WithFrameTests()

Functions

Create a JavaScript-incapable WebDriver factory

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

Frame switching should fail when a WebElement other than an IFrame is provided

fun Frame switching should fail when a WebElement other than an IFrame is provided(driverFactory: () -> WebDriver): Unit

Frame switching should fail when an invalid IFrame ID is provided

fun Frame switching should fail when an invalid IFrame ID is provided(driverFactory: () -> WebDriver): Unit

Frame switching should fail when an invalid IFrame index is provided

fun Frame switching should fail when an invalid IFrame index is provided(driverFactory: () -> WebDriver): Unit

validate_context_switching_to_and_from_an_iframe_with_id

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

validate_context_switching_to_and_from_an_iframe_with_id_and_pages

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

validate_context_switching_to_and_from_an_iframe_with_index

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

validate_context_switching_to_and_from_an_iframe_with_index_and_pages

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

validate_context_switching_to_and_from_an_iframe_with_web_element

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

validate_context_switching_to_and_from_an_iframe_with_web_element_and_pages

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

Companion Object Properties

pageWithIFramesUrl

val pageWithIFramesUrl: String