Selenium To Get My Current Position "location"
I am scraping for the following page https://mycurrentlocation.net/ by using selenium in order to retrieve my current position (region name & place name), when I execute this c
I think u don't want the browser to be seen (if that's the case) you are looking for
headless mode with selenium .
add this this argument to options :
options.add_argument("--headless")
You may like these posts
Post a Comment for "Selenium To Get My Current Position "location""