C# Class ChromeRemoteSharp.DomDomain.DomDomain

Show file Open project: jefersonsv/ChromeRemoteSharp

Public Methods

Method Description
QuerySelectorAllAsync ( int nodeId, string selector ) : Task

Executes `querySelectorAll` on a given node. https://chromedevtools.github.io/devtools-protocol/tot/DOM#method-querySelectorAll

Method Details

QuerySelectorAllAsync() public method

Executes `querySelectorAll` on a given node. https://chromedevtools.github.io/devtools-protocol/tot/DOM#method-querySelectorAll
public QuerySelectorAllAsync ( int nodeId, string selector ) : Task
nodeId int Id of the node to query upon.
selector string Selector string.
return Task