http://bugs.winehq.org/show_bug.cgi?id=30352
Bug #: 30352 Summary: builtin iexplore + selenium hangs on startup Product: Wine Version: 1.5.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
1. Download and install python26 from http://www.python.org/ftp/python/2.6/python-2.6.msi
2. Download and install easyinstall from http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11.win32-py2...
3. start wine cmd, install Selenium with easyinstall : easyinstall selenium
4. start the sample python-selenium script as attachment selenium-Ie.py : $ wine 'c:\python26\python.exe' selenium-Ie.py
$ ./selenium-Ie.sh
Expect result: Iexplore will open google, search for "cheese" as a keyword automatic, then quit. All these are control by selenium Actual result: Iexplore hangs on start up, with following messages:
fixme:ieframe:ClassFactory_QueryInterface (0x7eb7cb04)->({00000003-0000-0000-c000-000000000046} 0x33fb50) fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. fixme:urlmon:URLMoniker_BindToObject use running object table fixme:ieframe:handle_navigation_error Navigate to error page
winetricks wininet will workaround for it, but there will be a crash in IEDriver of selenium then.