Open GoogleCodeExporter opened 9 years ago
Every time chrome is started, a new and clean session is created.
There is two possible ways to work with extensions.
You can either install the extension before starting the browser:
Dim wd as New SeleniumWrapper.WebDriver
wd.addExtension "c:\...\extension.ctx"
wd.start "chrome", "http://..."
Or you can use a customised chrome profile:
Dim wd as New SeleniumWrapper.WebDriver
wd.setProfile "c:\...\profile folder"
wd.start "chrome", "http://..."
Original comment by florentbr
on 10 Dec 2014 at 7:14
Original issue reported on code.google.com by
alam...@gmail.com
on 10 Dec 2014 at 1:59