This morning I worked with Selenium from 2.32 and Firefox 25.0.1. Firefox upgraded to 26.0, and suddenly Selenium stopped working. A new browser window will appear, and then just a search request or an address will appear. Is Selenium known to have problems with this? Does this new confusion in the address bar of Firefox confuse? Is it already fixed in the newer Selenium 2.3x?
Pending fix, what is the easiest way to change my code to work with Chrome or (yecch) IE10? I would like to make my test code custom so that others in my group can use their browser (especially Chrome). I tried once to get Chrome to work by adding 'browser_name' => '* chrome' to the new () method, but it never worked.
By the way, I use Perl language binding (Selenium :: Remote :: Driver 0.17).
firefox google-chrome perl selenium
Phil perry
source share