class LuckyFlow::Selenium::Chrome::Driver
Defined in:
lucky_flow/selenium/chrome/driver.cr
Constructors
accept_alert
accept_alert,
add_cookie(key : String, value : String)
add_cookie,
current_url : String
current_url,
dismiss_alert
dismiss_alert,
find_css(query : String) : Array(LuckyFlow::Element)
find_css,
find_xpath(query : String) : Array(LuckyFlow::Element)
find_xpath,
get_cookie(key : String) : String | Nil
get_cookie,
hover(element : LuckyFlow::Element)
hover,
html : String
html,
maximize_window
maximize_window,
reset : Nil
reset,
resize_window(width : Int64 | Nil, height : Int64 | Nil)
resize_window,
screenshot(path : String)
screenshot,
shutdown : Nil
shutdown,
stop
stop,
visit(url : String)
visit,
window_size : NamedTuple(width: Int64 | Nil, height: Int64 | Nil)
window_size
Instance methods inherited from class LuckyFlow::Driver
accept_alert
accept_alert,
add_cookie(key : String, value : String)
add_cookie,
current_url : String
current_url,
dismiss_alert
dismiss_alert,
find_css(query : String) : Array(LuckyFlow::Element)
find_css,
find_xpath(query : String) : Array(LuckyFlow::Element)
find_xpath,
get_cookie(key : String) : String | Nil
get_cookie,
hover(element : LuckyFlow::Element)
hover,
html : String
html,
maximize_window
maximize_window,
reset
reset,
resize_window(width : Int64 | Nil, height : Int64 | Nil)
resize_window,
screenshot(path : String)
screenshot,
shutdown
shutdown,
stop
stop,
visit(url : String)
visit,
window_size : NamedTuple(width: Int64 | Nil, height: Int64 | Nil)
window_size
unsupported
unsupported
Constructor Detail