Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have my custom developed extension which installed in Mozilla browser. When I tried to write selenium test case for recording script for my extension, it does not get recorded in script.

share|improve this question
check your Firefox profile, and see if it's the one loaded by Selenium. Do you have an explicit call on the Profile you want in the configuration ? – Grooveek Jul 20 '11 at 8:46

1 Answer

If you are trying to record and replay a Firefox Extension instead of a web application you should have a look at Mozmill

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.