Chrome Dev Tools API & Selenium WebDriver

后端 未结 2 507
长情又很酷
长情又很酷 2020-12-15 06:28

I am experimenting with Selenium Web Driver for automating my browser integration tests. I see that Chrome Dev Tools comes with a console API for invoking certain dev tool f

2条回答
  •  伪装坚强ぢ
    2020-12-15 06:50

    You can actually use the debugger protocol as mentioned by @loislo above – you might find more useful the link https://developer.chrome.com/devtools/docs/debugger-protocol

    Just add the flag when opening Chrome and remote-debug it! :)

提交回复
热议问题