Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
robotframework-virtualbox-lib-1.1.zip | 2014-03-19 | 62.0 kB | |
README.txt | 2014-02-18 | 2.0 kB | |
Vbox_example.txt | 2014-02-18 | 1.8 kB | |
Vbox.py | 2014-02-18 | 17.2 kB | |
Vbox.html | 2014-02-18 | 116.5 kB | |
LICENSE_gpl-3.0.txt | 2014-02-18 | 35.8 kB | |
Totals: 6 Items | 235.2 kB | 0 |
Robot Framework VirtualBox Library -----------------------------license-------------------------------- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ---------------------------------------------------------------------- This library provides support for VirtualBox. Version 1.1 released on 13th of February 2014. VirtualBox communication provided by Vbox.py. While developing, following versions were used: - robotframework-2.7.1 - robotframework-ride-1.2.3 - python-2.7.3 Tested on: - Windows 7 - VirtualBox 4.1.16 - VirtualBox 4.3.6 Author: Dawid Meyer Website: http://sourceforge.net/p/rf-virtualbox-lib-py/ Installation: Download, unzip and copy Vbox.py file to a directory pointed by PYTHONPATH (for example ...\Python27\lib\site-packages). Changes: Added keywords: - Vbox Set Vram - Setting amount of RAM that the virtual graphics card should have. - Vbox Set Snapshot Folder - Setting the place where snapshots of virtual machine will be stored. - Vbox Take Snapshot - Taking the snapshot of virtual machine. - Vbox Restore Snapshot - Restoring the snapshot of virtual machine. - Vbox Set USB - This option enables or disables the VM's virtual USB controller. - Vbox Set usbehci - This option enables or disables the VM's virtual USB 2.0 controller. - Vbox Take Screenshot - This option takes a screenshot of the guest display and saves it in PNG format.