Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
LuckyFlow::Webless::Browser
Inherits
Reference
<
Object
Constants
REDIRECT_LIMIT = 5
Constructors
new
(client : ::
Webless::Client
)
Source
Instance methods
add_cookie
(key :
String
, value :
String
)
Source
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
get_cookie
(key :
String
) :
String
|
Nil
Source
html
Source
reset
Source
submit
(request :
HTTP::Request
)
Source
visit
(url :
String
)
Source