Hi,
I just made a fresh installation of Browser Library according to instruction from Introduction section of https://robotframework-browser.org/
I have run rfbrowser init and tried to run Example. Unfortunately script finished as follow:
==============================================================================
Workspace
Workspace.BrowserLibraryExample
Workspace.BrowserLibraryExample.Example
[ ERROR ] Calling method ‘_start_suite’ of listener ‘Browser’ failed: Could not connect to the playwright process at port 52538.
[ ERROR ] Calling method ‘_start_test’ of listener ‘Browser’ failed: Could not connect to the playwright process at port 52589.
Example Test | FAIL |
Could not connect to the playwright process at port 52640.
Workspace.BrowserLibraryExample.Example | FAIL |
1 test, 0 passed, 1 failed
Workspace.BrowserLibraryExample | FAIL |
1 test, 0 passed, 1 failed
Workspace | FAIL |
1 test, 0 passed, 1 failed
Output: C:\workspace\output.xml
Log: C:\workspace\log.html
Report: C:\workspace\report.html
Can anyone please direct me how I can identify what needs to be done to start using browser library on my machine?