MasterDevs/ChromeDevTools

Get ServiceWorkerVersion

Opened this issue · 0 comments

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