Share via


IWebPageRequestExecutor Interface

Definition

Defines methods to implement an executor class that can execute the code on a web page.

public interface IWebPageRequestExecutor
type IWebPageRequestExecutor = interface
Public Interface IWebPageRequestExecutor

Methods

Name Description
Execute(WebPage)

Executes the code on the specified web page.

Applies to