class GarnetSpec::Server
Defined in:
garnet_spec/server.cr
Constant Summary
-
CAPABILITIES =
{browserName: "chrome", version: "", platform: "ANY", javascriptEnabled: true, takesScreenshot: true, handlesAlerts: true, databaseEnabled: true, locationContextEnabled: true, applicationCacheEnabled: true, browserConnectionEnabled: true, cssSelectorsEnabled: true, webStorageEnabled: true, rotatable: true, acceptSslCerts: true, nativeEvents: true}
-
INSTANCE =
new
Constructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def
chromedriver : Process
#
def
selenium_server : Process
#
def
session : Selenium::Session
#