Changes

Jump to navigation Jump to search
380 bytes added ,  03:19, 28 March 2014
no edit summary
Line 28: Line 28:  
  pip install robotframework-ftplibrary
 
  pip install robotframework-ftplibrary
 
  pip install robotframework-sshlibrary
 
  pip install robotframework-sshlibrary
 +
 +
You can check if the SSH library installed successfully with:
 +
 +
python -c "import SSHLibrary"
 +
 +
If you find you have problems with the SSH library, reinstalling the support libraries for the SSH library through yum might help:
 +
 +
sudo pip uninstall pycrypto
 +
sudo yum erase python-crypto
 +
sudo yum clean all
 +
sudo yum install python-crypto
 +
sudo yum install python-paramiko
    
Note that selenium needs a browser to drive, so you'll need to install a graphical GUI, you can do this by:
 
Note that selenium needs a browser to drive, so you'll need to install a graphical GUI, you can do this by:
Line 129: Line 141:  
   ride.py sme
 
   ride.py sme
   −
=== XPath Checker Firefox ===
+
=== XPath Checker Firefox Plugin ===
 
It sometimes is quite tricky to locate the right element in a web page to check or click. One method  
 
It sometimes is quite tricky to locate the right element in a web page to check or click. One method  
 
that selenium supports is [http://en.wikipedia.org/wiki/XPath XPaths].
 
that selenium supports is [http://en.wikipedia.org/wiki/XPath XPaths].
374

edits

Navigation menu