vytal-extension
vytal-extension copied to clipboard
Loading webpages via Selenium's driver.get() method does not trigger execution of extension
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:
- Load preconfigured chrome profile with vytal extension/settings into webdriver instance
- Navigate to "chrome://new-tab-page" using driver.get()
- sleep
- navigate to target URL using driver.get()
- 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
You can't attach the debugger to chrome:// pages. Working on a fix for this.