rticau / ScreenCapLibrary

Robot Framework test library for capturing screenshots and video recording.
Apache License 2.0
39 stars 15 forks source link

Setup failed: No keyword with name 'Start Video Recording' , 'Stop Video Recording' found. #83

Open pooja40jadeja opened 1 year ago

pooja40jadeja commented 1 year ago

Getting below errors when trying to use ScreenCapLibrary to capture video on docker image. New status: FAIL New message: Setup failed: No keyword with name 'Start Video Recording' found.

Also teardown failed: No keyword with name 'Stop Video Recording' found.

robotframework-screencaplibrary-1.6.0 is installed using pip install while creating the docker image. It was working fine till now. Stopped working suddenly.

djalan commented 2 months ago

I had the same problem with poetry install. Some post on Stack Overflow recommended to uninstall a library and reinstall it.

poetry install
.\.venv\scripts\pip uninstall --yes opencv-python
.\.venv\scripts\pip install opencv-python

Repo owner: this could be added in a FAQ section on the main Readme.