Thursday, April 18, 2013

Virtual Box Installation at BOSS 5.0 Linux





1.To install the virtual box

apt-get install virtualbox

2.To enable USB storage device  install the following in BOSS

apt-get install virtualbox-guest-additions virtualbox-guest-additions-iso

3.Restart the system.

No comments:

Post a Comment

How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...