← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #353956]: Permission issue with Selenium in Sikuli

 

Question #353956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/353956

    Status: Open => Answered

masuo proposed the following answer:
You can use FirefoxProfile Class to change firefox profile.
I think that the following codes is a outline to set profiles.
Because I do not know about arguments, I can not answer.

[codes:]
import org.openqa.selenium.firefox.FirefoxProfile as FirefoxProfile

profile = FirefoxProfile()
profile.setPreference(argument1, argument2)
driver = FD(profile)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.