-2

I tried to open a link in Firefox 15 by using selenium RC.

Not able to open the link and it throws error "www.cfauth.com".

I wanna know if Selenium RC is compatible with Firefox 15 and windows 7.

2 Answers2

1

Yes, Selenium RC with Firefox 15 and Windows 7 should work just fine.

driis
  • 161,458
  • 45
  • 265
  • 341
1

Selenium RC works fine till Firefox version 5..As RC is officially depreciated,there is no longer support for advancements in browser .Possible solution is to switch to selenium Webdriver.

Virendra Joshi
  • 469
  • 4
  • 8
  • 25