Package com.microsoft.playwright.impl
Class BindingCall.SourceImpl
- java.lang.Object
-
- com.microsoft.playwright.impl.BindingCall.SourceImpl
-
- All Implemented Interfaces:
BindingCallback.Source
- Enclosing class:
- BindingCall
private static class BindingCall.SourceImpl extends java.lang.Object implements BindingCallback.Source
-
-
Constructor Summary
Constructors Constructor Description SourceImpl(Frame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrowserContextcontext()Frameframe()Pagepage()
-
-
-
Field Detail
-
frame
private final Frame frame
-
-
Constructor Detail
-
SourceImpl
public SourceImpl(Frame frame)
-
-
Method Detail
-
context
public BrowserContext context()
- Specified by:
contextin interfaceBindingCallback.Source
-
page
public Page page()
- Specified by:
pagein interfaceBindingCallback.Source
-
frame
public Frame frame()
- Specified by:
framein interfaceBindingCallback.Source
-
-