Alguem pode me ajuda não to conseguindo nem fazer o primeiro teste, preciso de ajuda:
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
Abrir o navegador Google Chrome
Open Browser url=http://localhost:3000 browser=Chrome executable_path=C:\\Users\\Isaque\\Downloads\\chrome-win64\\chrome.exe
Primeiro Teste
==============================================================================
Abrir o navegador Google Chrome | FAIL |
NoSuchDriverException: Message: Unable to locate or obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location
------------------------------------------------------------------------------
Primeiro Teste | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Output: C:\Users\Isaque\Desktop\Curso-Robot\output.xml
Log: C:\Users\Isaque\Desktop\Curso-Robot\log.html
Report: C:\Users\Isaque\Desktop\Curso-Robot\report.html
PS C:\Users\Isaque\Desktop\Curso-Robot>