I am using
from selenium import webdriver
browser = webdriver.Firefox()
to open Firefox and scrape javascript data.
Is there a way to open firefox with installed plugins, because now it uses the "clean" installation without any plugins?
I am using
from selenium import webdriver
browser = webdriver.Firefox()
to open Firefox and scrape javascript data.
Is there a way to open firefox with installed plugins, because now it uses the "clean" installation without any plugins?
I have Create a profile and store in D:\selenium\firefox_profile
and use this code to get it
java -jar selenium-server.jar -firefoxProfileTemplate "D:\selenium\firefox_profile"