abstract class LuckyFlow::Driver

Direct Known Subclasses

Defined in:

lucky_flow/driver.cr

Macro Summary

Instance Method Summary

Macro Detail

macro unsupported #

[View source]

Instance Method Detail

abstract def accept_alert #

[View source]
abstract def add_cookie(key : String, value : String) #

[View source]
abstract def current_url : String #

[View source]
abstract def dismiss_alert #

[View source]
abstract def find_css(query : String) : Array(LuckyFlow::Element) #

[View source]
abstract def find_xpath(query : String) : Array(LuckyFlow::Element) #

[View source]
abstract def get_cookie(key : String) : String | Nil #

[View source]
abstract def hover(element : LuckyFlow::Element) #

[View source]
abstract def html : String #

[View source]
abstract def maximize_window #

[View source]
abstract def reset #

[View source]
abstract def resize_window(width : Int64 | Nil, height : Int64 | Nil) #

[View source]
abstract def screenshot(path : String) #

[View source]
abstract def shutdown #

[View source]
abstract def stop #

[View source]
abstract def visit(url : String) #

[View source]
abstract def window_size : NamedTuple(width: Int64 | Nil, height: Int64 | Nil) #

[View source]