Fluffy
Fluffy

Reputation: 28402

How to use a certain Firefox profile in Python Selenium binding?

I'm looking for a solution similar to presented in this question, except it has to deal with python.

Upvotes: 0

Views: 673

Answers (1)

AutomatedTester
AutomatedTester

Reputation: 22438

the answer that was accepted is language agnostic. You will need to setup a firefox profile then when starting up selenium rc tell it to use that profile.

You just need to run your tests to use *firefox against the rc that has your profile and when the browser loads it will be the one you are after

Upvotes: 1

Related Questions