https://github.com/srinivasskc/robot-framework-testautomationu
The purpose is to Enhance my learning skills on Robot Framework Test Automation.
https://github.com/srinivasskc/robot-framework-testautomationu
robotframework
Last synced: 5 months ago
JSON representation
The purpose is to Enhance my learning skills on Robot Framework Test Automation.
- Host: GitHub
- URL: https://github.com/srinivasskc/robot-framework-testautomationu
- Owner: srinivasskc
- Created: 2020-06-26T22:52:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T05:18:22.000Z (about 5 years ago)
- Last Synced: 2025-03-02T19:19:17.274Z (8 months ago)
- Topics: robotframework
- Language: HTML
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup
## Install Tools:
Install Git -- https://git-scm.com/downloads

Install python -- https://www.python.org/downloads/

Install pip -- https://pip.pypa.io/en/stable/installing/

Install Robot Framework -- https://pypi.org/project/robotframework/
pip install robotframework

Install SeleniumLibrary and WebDrivers -- http://robotframework.org/SeleniumLibrary/
pip install selenium-library

pip install webdriver-manager
webdrivermanager firefox chrome --linkpath /usr/local/bin

# Text Editor/IDE
PyCharm Community Edition 2020.1
# IDE Plugins Installed
### Intellibot
### LSP Support
### Requirements