class LuckyFlow::Webless::Driver
- LuckyFlow::Webless::Driver
- LuckyFlow::Driver
- Reference
- Object
Defined in:
lucky_flow/webless/driver.crConstructors
Instance Method Summary
- #accept_alert
- #add_cookie(key : String, value : String)
- #current_url : String
- #dismiss_alert
- #find_css(query : String) : Array(LuckyFlow::Element)
- #find_xpath(query : String) : Array(LuckyFlow::Element)
- #follow(method : String, url : String)
- #get_cookie(key : String) : String | Nil
- #hover(element : LuckyFlow::Element)
- #html : String
- #maximize_window
- #reset : Nil
- #resize_window(width : Int64 | Nil, height : Int64 | Nil)
- #screenshot(path : String)
- #shutdown : Nil
- #stop
- #submit(request : HTTP::Request)
- #visit(url : String)
- #window_size : NamedTuple(width: Int64 | Nil, height: Int64 | Nil)