pip install robotframework
*** Settings ***
Library SeleniumLibrary
Wait Until Element Is Visible xpath=//button[@id='submitBtn'] timeout=10s
*** Settings ***
Library SeleniumLibrary options=chrome_driver_path:/path/to/chromedriver
*** Settings ***
Variables file_path /path/to/file.txt
*** Test Cases ***
Example Test
[Setup] Open File ${file_path}
robot --outputdir results --report report.html --log log.html tests.robot