Click or drag to resize

WaitForSelectorAsyncResponse Constructor (String, String, Boolean)

Version 102.0.100
Initializes a new instance of the WaitForSelectorAsyncResponse class

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

Parameters

elementId
Type: SystemString

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

tagName
Type: SystemString

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

elementAdded
Type: SystemBoolean

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

See Also