Browser install issue, I think

(moved to correct location)

Hi, my colleague has a problem:
Click With Options does not work, and it is not recognized.
Click is recognized as a keyword, so browser library is correctly installed.
Tried:
Installed latest node version
after that upgraded browser library
Ran clean-node and init commands

pip list shows that latest browser library is installed
robot version 7.0
“No keyword with name '“click with options” is found” is shown when test is ran.
Keyword is also underlined in red

any ideas?

My environment is running just fine tough.

Removing browser library worked, and fixed this.
pip uninstall robotframework-browser
pip install robotframework-browser
rfbrowser init

I don’t know how this solution did not come to my mind earlier :S

1 Like