user3425506
user3425506

Reputation: 1431

Browser compatibility with selenium for testing forms

I want to test forms quickly and reliably. I thought selenium-ide would be the answer but was put off by the fact that newer versions of firefox do not support the selenium-ide plugin. Would other selenium products such as selenium3 enable me to test forms in up to date versions of firefox (eg 57.01)?

Upvotes: 0

Views: 67

Answers (1)

Helping Hands
Helping Hands

Reputation: 5396

Yes. Here you can see Selenium 3 compatiblity with FF :

Firefox 38 and lower, use Selenium 2.46.0
Firefox < 47, use Selenium 2.53.1
Firefox >= 47, use Selenium 3.0.1 or later

Upvotes: 1

Related Questions