vytal-extension icon indicating copy to clipboard operation
vytal-extension copied to clipboard

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

Open mdecourcy opened this issue 3 years ago • 1 comments

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

mdecourcy avatar Jun 21 '22 19:06 mdecourcy

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

z0ccc avatar Jun 21 '22 19:06 z0ccc