playwright 1.0.0

Download zip

class: browsertype

[27:14] (extern: com.lehman.aussom.ABrowserType) extends: object

The browsertype class represents a specific browser type (Chromium, Firefox, or WebKit). It provides methods to launch new browser instances or connect to existing ones. Instances are obtained via playwright.chromium(), playwright.firefox(), or playwright.webkit().

Methods