Module: Lightpanda

Defined in:
lib/lightpanda.rb,
lib/lightpanda/binary.rb,
lib/lightpanda/client.rb,
lib/lightpanda/errors.rb,
lib/lightpanda/browser.rb,
lib/lightpanda/cookies.rb,
lib/lightpanda/network.rb,
lib/lightpanda/options.rb,
lib/lightpanda/process.rb,
lib/lightpanda/version.rb,
lib/lightpanda/capybara.rb,
lib/lightpanda/capybara/node.rb,
lib/lightpanda/capybara/driver.rb,
lib/lightpanda/client/subscriber.rb,
lib/lightpanda/client/web_socket.rb

Defined Under Namespace

Modules: Capybara Classes: Binary, BinaryError, BinaryNotFoundError, Browser, BrowserError, Client, Cookies, DeadBrowserError, Error, JavaScriptError, Network, NoExecutionContextError, NoSuchPageError, NodeNotFoundError, Options, Process, ProcessTimeoutError, StatusError, TimeoutError, UnsupportedPlatformError

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.new(**options) ⇒ Object



15
16
17
# File 'lib/lightpanda.rb', line 15

def new(**options)
  Browser.new(**options)
end