java - Controlling Chrome Devtools with Selenium Webdriver -


i looking access/use chrome's devtools panel selenium webdriver.

specifically, want use "wasp" chrome plugin, accessed through devtools. i've got selenium set run wasp plugin included, , can open devtools (with sendkeys.f12), don't know how use panel open. there way so?

the closest thing i've found problem link: chrome dev tools api & selenium webdriver, hasn't been helpful @ me.

also, if looks impossible (which does) can think of workaround?


Comments