The browser will not open with the "get" object while using Google Colab with Selenium and Kora. Here is my code:
from kora.selenium import wd
website = "https://www.espn.com"
wd.get(website)
It just returns "completed" and nothing happens. Any advice?