-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hi,
I have created a Chrome session using the WebSocketDebuggerUrl. I want to Know how to get the properties of class which does not extend ICommand.
Ex: I want to know the Properties like VersionId, RunningStatus, Satus of ServiceWorkerVersion class.
Task.Run(async () => { var chromeSessionFactory = new ChromeSessionFactory(); var chromeSession = chromeSessionFactory.Create(<url>); }).Wait();
Using chromeSession, any way to get the above details
Metadata
Metadata
Assignees
Labels
No labels