Click or drag to resize

WaitForSelectorAsyncResponse(String, String, Boolean) Constructor

Version 130.1.90
Initializes a new instance of the WaitForSelectorAsyncResponse class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public WaitForSelectorAsyncResponse(
	string elementId,
	string tagName,
	bool elementAdded
)

Parameters

elementId  String

[Missing <param name="elementId"/> documentation for "M:CefSharp.WaitForSelectorAsyncResponse.#ctor(System.String,System.String,System.Boolean)"]

tagName  String

[Missing <param name="tagName"/> documentation for "M:CefSharp.WaitForSelectorAsyncResponse.#ctor(System.String,System.String,System.Boolean)"]

elementAdded  Boolean

[Missing <param name="elementAdded"/> documentation for "M:CefSharp.WaitForSelectorAsyncResponse.#ctor(System.String,System.String,System.Boolean)"]

See Also