class

LuckyFlow::Webless::Browser

Inherits Reference < Object

Constants

REDIRECT_LIMIT = 5

Constructors

new(client : ::Webless::Client)
Source

Instance methods

current_url
Source
find_css(query : String) : Array(HTML5::Node)
Source
find_xpath(query : String) : Array(HTML5::Node)
Source
follow(method : String, url : String)
Source
html
Source
reset
Source
submit(request : HTTP::Request)
Source
visit(url : String)
Source