awilz10xp
awilz10xp
@PatrickVdWillik Here's my script that's not working ... have a local proxy setting managed by my org. Any advice is appreciated. https://github.com/wkeeling/selenium-wire/issues/702
I slightly modified it with the same results ... added the console output. Any advice would be greatly appreciated. if True: driver.get("https://www.google.com/") time.sleep(5) print(driver.requests) driver.quit() DevTools listening on ws://127.0.0.1:56700/devtools/browser/95763f06-399c-4055-ab0b-324666c91e1a []
I tried editing for the proxy but my org is using a script to manage local proxy settings, any advice?