Open
Description
Describe the bug
When calling keyword Close Browser
in the teardown, the test freezes and can only be stopped by killing the entire robot run.
To Reproduce
Steps to reproduce the behavior:
- Run a simple robot framework
- Open Browser (executablePath=C:/Program Files/Windows/edge.exe)
- Go To https://etc.com
- Close Browser
Expected behavior
Close Browser
keyword is passed
Desktop (please complete the following information):
- OS: Windows 11
- Browser Edge 134.0.3124.66 (64 bit)
- Tested on robotframework-browser 19.3.1 and 19.4.0
- nodejs 22.14.0
- npm 10.9.1
Additional context
Robot Framework terminal error:
[ ERROR ] Calling method '_end_suite' of listener 'Browser' failed: ConnectionError: Playwright process has been terminated with code 3221225786
Tested with robotframework-browser==19.1.2 and the same test works like a charm!