A virtual environment for testing IE called modern.IE is available for free for 90 days, so you can use it to test each version of IE ** Be sure to observe **
VMplayer First install VM player https://my.vmware.com/jp/web/vmware/free#desktop_end_user_computing/vmware_player/6_0|PLAYER-607|product_downloads
modern.IE For win environment, be sure to download for VM with IE ** https://www.modern.ie/ja-jp
After downloading, answer and execute the .ovf file Import and complete.
Manage from Player on the top left → Add in Virtual Machine Settings Select the network adapter, ** Be sure to select NAT ** to add.
Install python https://www.python.org/downloads/release/python-2710/ Install Windows x86 MSI installer
Path
Through Python Path
Start the command prompt with administrator privileges.
SETX /M PATH "%PATH%;C:\Python27;C:\Python27\Scripts;"
pip install
Run pip install selenium
on the command line
I need IEdriver, so I will get it, but be sure to download 32bit **. http://selenium-release.storage.googleapis.com/index.html
Direct link at the time the article was written http://selenium-release.storage.googleapis.com/2.46/IEDriverServer_Win32_2.46.0.zip
I wrote that, but it seems that a friend made it so that this series of processing can be automated. https://github.com/prprhyt/PythonSeleniumIEDriverSetup
I tried launching modern.IE with VM that can create the execution environment of Internet Explorer as a virtual machine http://hotuta.hatenablog.com/entry/2015/06/22/135828
Until you launch IE with Selenium in modern.IE http://hotuta.hatenablog.com/entry/2015/06/17/162230
How to read an excel file with Selenium + xlrd and perform a browser test http://hotuta.hatenablog.com/entry/2015/07/11/161227
Recommended Posts