abstract class LuckyFlow::Selenium::Driver
- LuckyFlow::Selenium::Driver
- LuckyFlow::Driver
- Reference
- Object
Direct Known Subclasses
Defined in:
lucky_flow/selenium/driver.crInstance 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)
- #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
- #visit(url : String)
- #window_size : NamedTuple(width: Int64 | Nil, height: Int64 | Nil)