Table of Contents

Class BindingSource

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class BindingSource
Inheritance
BindingSource
Inherited Members

Constructors

BindingSource()

public BindingSource()

Properties

Context

public IBrowserContext Context { get; set; }

Property Value

IBrowserContext

Frame

public IFrame Frame { get; set; }

Property Value

IFrame

Page

public IPage Page { get; set; }

Property Value

IPage