playwright 1.0.0

Download zip

class: page

[32:14] (extern: com.lehman.aussom.APage) extends: object

The page class represents a single browser tab. It is the primary surface for all DOM interaction including navigation, content inspection, and element interaction via locators. Instances are obtained by calling browser.newPage() or browsercontext.newPage().

Methods