We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$python3.12 -m venv ./demo/venv $source ./demo/venv/bin/activate $export PATH=.:$(pwd)/demo/venv/bin:$PATH $pip list
# Robot FRamework $pip install robotframework $robot # Selenium library $pip install robotframework-seleniumlibrary # Browser library $pip install -U robotframework-browser $rfbrowser init