You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I browsered the source, only found a function called `cdp.import_devtools` but not documented - seems like an internal function. So it is still yet for use currently?
Serguei Kouzmine
unread,
Feb 23, 2021, 9:59:38 PM2/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Thanks for the reply. In fact, the reason that I want to access getDevTools() is about getting network request with devtools.addListener(). In Java it is possible by call devtools.addListener(Network.requestWillBeSent(), ( ... callback function ...)), do you have an idea is this possible with Python?