-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
22 lines (15 loc) · 907 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Selenium Library:
---------------------------
SeleniumLibrary is a web testing library for Robot Framework.
This document explains how to use keywords provided by SeleniumLibrary. For information about installation, support, and more, please visit the project pages. For more information about Robot Framework, see http://robotframework.org.
SeleniumLibrary uses the Selenium WebDriver modules internally to control a web browser. See http://seleniumhq.org for more information about Selenium in general and SeleniumLibrary README.rst Browser drivers chapter for more details about WebDriver binary installation.
Pre-requisite
----------------
• Java 1.8
• Python 2.7
• IDE - Eclipse/any other
• Selenium Library
Installation of Selenium Library:
-----------------------------------
pip install robotframework-seleniumlibrary
Import Selenium Library into eclipse and run the code