https://dl.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/deprecated-README 老版本下载地址:https://fedorapeople.org/groups/virt/virtio-win/deprecated-isos/ 新版本下载地址:https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/…
Windows安装VirtIO驱动的两种方法 已经使用IDE方式来安装好系统 (1)安装完Windows后,创建一块临时的硬盘和网卡,将其驱动都设置为virtio模式添加到Windows中 (2) 添加一个光驱硬件,挂载最新的ISO文件(virtio-win-0.1-208.iso) (2)开机后将提示检查到新硬件,然后安装驱动程序后关机(采用自动方式) (3)删除新添加的临时硬盘和网卡,将原来的硬盘和网卡设置为virtio模式,开机即可识别到硬盘与网卡都为virtio模式 在安装时直接加载vi…
前两天使用Selenium分布式时,总抛出异常.更新成最新驱动可以解决.其中chrome异常如下, "platform": "WINDOWS" File "D:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__ self.start_session(capabilities, browser_profile) File…
本文由秀依林枫提供友情赞助,首发于烂泥行天下. 最近一直在学习有关KVM的知识,实验一直是在虚拟机VM中进行的.今天刚好公司有一台空闲的服务器,直接拿来安装centos.kvm等等,然后相关的配置. 但是在KVM安装windows系统时,一直会出现蓝屏,无法进行系统的安装.如下图: 查看虚拟机的日志,如下图: tac /var/log/libvirt/qemu/server2008.log 没有看到很有用的信息.查看libvirtd日志,如下: tac /var/log/libvirt/libv…
Chrome 点击下载chrome的webdriver: http://chromedriver.storage.googleapis.com/index.html 不同的Chrome的版本对应的chromedriver.exe 版本也不一样,下载时不要搞错了.如果是最新的Chrome, 下载最新的chromedriver.exe 就可以了. 把chromedriver的路径也加到环境变量里. Firefox Firefox驱动下载地址为:https://github.com/mozilla/g…
地址:chromedriver官网下载地址: http://chromedriver.storage.googleapis.com/index.html(失效了) http://npm.taobao.org/mirrors/chromedriver/ IE浏览器驱动下载地址为:http://selenium-release.storage.googleapis.com/index.html Firefox驱动下载地址为:https://github.com/mozilla/geckodriver…
一.Firefox和驱动下载地址 所有火狐浏览器版本下载地址:http://ftp.mozilla.org/pub/firefox/releases/ 所有火狐驱动geckodriver版本下载地址:https://github.com/mozilla/geckodriver/releases 二 .IE浏览器驱动下载地址 本人使用的IE和IEDriverServer: IE浏览器版本:11   IEDriverServer版本:Win32_3.0.0 IE浏览器所有驱动版本下载地址:http:…
一.Firefox和驱动下载地址 selenium2.X最高支持的Firefox版本为46,使用selenium2.X的话不需要下载火狐驱动,只需要配置火狐的启动路径即可. Selenium3.0开始需下载geckodriver,想使用geckodriver ,Firefox浏览器必须是48或者更高版本.具体的浏览器和浏览器驱动之间的对应关系可在geckodriver下载网站中的版本说明中查看. 所有火狐浏览器版本下载地址:http://ftp.mozilla.org/pub/firefox/r…
chrome的webdriver: http://chromedriver.storage.googleapis.com/index.html Firefox驱动下载地址为:https://github.com/mozilla/geckodriver/releases/ IE浏览器驱动下载地址为:http://selenium-release.storage.googleapis.com/index.html…
本文首发于烂泥行天下. 在上一篇文章中,我们介绍了使用IDE硬盘来安装Windows Server 2008 R2,这篇文章我们来介绍使用virtio硬盘来安装Windows Server 2008 R2. 说明:KVM默认使用的硬盘格式为virtio. 使用virtio接口的硬盘,我们必须加载virtio硬盘驱动.如果不加载该驱动windows installer会无法找到虚拟磁盘,如下图: 现在安装虚拟机的安装步骤,首先创建虚拟机的硬盘,使用如下命令: qemu-img create -f…