Hello I want to click OK on a download popup window, however when I try
drive = selenium.selenium.selenium()
drive.choose_ok_on_next_confirmation()
It gives me an error AttributeError: type object 'selenium' has no attribute 'selenium'. I have alread tried setting the MIME type for preferences but it does not work.
drive = selenium.selenium.selenium()then i would assume that you have one to manyselenium... – Onlyjus Aug 29 '12 at 20:37selenium.seleniumit is still not there. – user1582983 Aug 29 '12 at 20:39