Skip to content

Files

Latest commit

d2a1546 · Jan 4, 2023

History

History
This branch is 216 commits behind WebGoat/WebGoat:main.

robot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 4, 2023
Jul 24, 2022

Install and use Robotframework

Install Chromedriver on Mac OS

    brew install cask chromedriver
    chromedriver --version

Then see security settings and allow the file to run

Install

    pip3 install virtualenv --user
    python3 -m virtualenv .venv
    source .venv/bin/activate
    pip install robotframework
    pip install robotframework-SeleniumLibrary
    pip install webdriver-manager
    robot --variable HEADLESS:"0" --variable ENDPOINT:"http://127.0.0.1:8080/WebGoat" goat.robot