Skip to main content
sudo is bad mmkay: http://stackoverflow.com/questions/4324558. Main reason for the edit. But then it's not > 6 char (boo requirment) so edited grammar, made more clear, hinted that for some tiny minority updating is more complicated but beyond scope
Source Link
the Tin Man
  • 160.9k
  • 44
  • 222
  • 308

I had the same issue after upgrading Ubuntu to 12.04.

The issue was on the package side and has been fixed in the latest version of the library. Just update the selenium library. For almost all pythonPython environments this is:

pip install -U selenium

pip install -U selenium 

I had the same issue after upgrading Ubuntu to 12.04.

The issue was on the package side and has been fixed in the latest version of the library. Just update the selenium library. For almost all python environments this is:

pip install -U selenium

I had the same issue after upgrading Ubuntu to 12.04.

The issue was on the package side and has been fixed in the latest version of the library. Just update the selenium library. For almost all Python environments this is:

pip install -U selenium 
sudo is bad mmkay: http://stackoverflow.com/questions/4324558. Main reason for the edit. But then it's not > 6 char (boo requirment) so edited grammar, made more clear, hinted that for some tiny minority updating is more complicated but beyond scope
Source Link

I had the same issue after upgrading Ubuntu to 12.04. This

The issue was on the package side and has been fixed just be updatingin the python package forlatest version of the library. Just update the selenium library. For almost all python environments this is:

sudo pip install -U selenium

I had the same issue after upgrading Ubuntu to 12.04. This issue has been fixed just be updating the python package for selenium:

sudo pip install -U selenium

I had the same issue after upgrading Ubuntu to 12.04.

The issue was on the package side and has been fixed in the latest version of the library. Just update the selenium library. For almost all python environments this is:

pip install -U selenium

Source Link

I had the same issue after upgrading Ubuntu to 12.04. This issue has been fixed just be updating the python package for selenium:

sudo pip install -U selenium