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
Solution 1:
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")
Share
Post a Comment
for "Selenium To Get My Current Position "location""
Post a Comment for "Selenium To Get My Current Position "location""