vytal-io / vytal-extension

Browser extension to spoof timezone, geolocation, locale and user agent.
https://vytal.io
GNU General Public License v3.0
1.8k stars 95 forks source link

Loading webpages via Selenium's driver.get() method does not trigger execution of extension #21

Closed mdecourcy closed 1 year ago

mdecourcy commented 2 years ago

Current Behavior:

Loading webpages with seleniums driver.get methodnot triggering extension execution

Requested Behavior:

driver.get ttriggers start of vytal the same way that entering a url in search bar does.

Steps To Reproduce:

  1. Load preconfigured chrome profile with vytal extension/settings into webdriver instance
  2. Navigate to "chrome://new-tab-page" using driver.get()
  3. sleep
  4. navigate to target URL using driver.get()
  5. at this point we will notice that the vytal banner does not show, like it would if entering a url manually

Thank you so much for releasing this extension! Exactly what I've needed

z0ccc commented 2 years ago

You can't attach the debugger to chrome:// pages. Working on a fix for this.