Hello,
I have installed rpaframework (use ‘pip install rpaframework’).howerver ,when I execute ’ robot xxx.robot ’ in command line mode,failed with error :no keyword with name ‘Open Available Browser’ found
*** Settings ***
Documentation open browser.
Library RPA.Browser
*** Keywords ***
Open The Intranet Website
Open Available Browser www.google.com
*** Tasks ***
open browser with specific url
Open The Intranet Website
it seems that ‘Library RPA.Browser’ did not work.
how to solve this?
Regards,
Higgin