class LuckyFlow::Webless::Browser
- LuckyFlow::Webless::Browser
- Reference
- Object
Defined in:
lucky_flow/webless/browser.crConstant Summary
-
REDIRECT_LIMIT =
5
Constructors
Instance Method Summary
- #add_cookie(key : String, value : String)
- #current_url : String
- #find_css(query : String) : Array(HTML5::Node)
- #find_xpath(query : String) : Array(HTML5::Node)
- #follow(method : String, url : String)
- #get_cookie(key : String) : String | Nil
- #html : String
- #reset
- #submit(request : HTTP::Request)
- #visit(url : String)