Thursday, November 15, 2012

How to install Microsoft Fonts in BOSS 5.0



1.Open the terminal  accessories -> terminal

2.Type the following  command

sudo apt-get install ttf-mscorefonts-installer

3.Configured sucessully

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...