Skip to contents

Browser Class

Browser Class

Methods


Method close()

Usage

Browser$close(...)


Method new_context()

Usage

Browser$new_context(...)


Method new()

Usage

Browser$new(type, remote_url = "http://localhost:3000")


Method launch()

Usage

Browser$launch()


Method clone()

The objects of this class are cloneable with this method.

Usage

Browser$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.