aerokube / moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress
http://aerokube.com/moon/latest
Apache License 2.0
222 stars 20 forks source link

Clipboard functionality does not work as expected #409

Closed vania-pooh closed 9 months ago

vania-pooh commented 9 months ago

When utilizing the endpoint https://moon.example.com/wd/hub/session/firefox-95-0-f2bcd32b-d932-4cdc-a639-687ab8e4f840/aerokube/clipboard without a previously set value, the request returns a 500 Server Error: Internal Server Error' instead of an empty/null/None value.

Previously, in version 2.3.5, the same scenario resulted in a {'value': null} response, which was the expected behavior.