I’m practicing lesson 11.8 (Browser Automation) and followed every single step Mosh executed (except that I used ms edge) up to code line 4 as shown below:
from selenium import webdriver
browser = webdriver.Edge()
browser.get(“https://github.com”).
However, when I execute the program on the terminal, I get the following error message after the github website shows briefly and disappears:
DevTools listening on ws://xxx.y.y.z:mznmp/devtools/browser/314c8208-c85c-45ba-92be-dc4db0649b95. (NB: IP address masked)
Any help on how to resolve this will be appreciated. Thanks!