Skip to content

sashantkhatri/robotframework_rpa_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

robotframework_rpa_example

rpa_example.robot

This robot task file is used to search any item and create a excel file with searched items and searched items amazon urls. Search item is passed in command line(please see example in step 6 ). 
  1. Install pip first

    sudo apt-get install python3-pip

  2. Then install virtualenv using pip3

    sudo pip3 install virtualenv

  3. Now create a virtual environment

    virtualenv rpa

  4. Activate virtual environment

    source rpa/bin/activate

  5. Install library from requirements.txt

    pip install -r requirements.txt

  6. Run Robot command

    robot --variable search_for:"" rpa_example.robot

    Example

    robot --variable search_for:"mirrorless camera" rpa_example.robot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published