diff --git a/charts/selenium-grid/configs/recorder/graphQLRecordVideo.sh b/charts/selenium-grid/configs/recorder/graphQLRecordVideo.sh index 8061f9ae3..28cb15eb5 100755 --- a/charts/selenium-grid/configs/recorder/graphQLRecordVideo.sh +++ b/charts/selenium-grid/configs/recorder/graphQLRecordVideo.sh @@ -11,7 +11,7 @@ curl --retry 3 -k -X POST \ RECORD_VIDEO=$(jq -r '.data.session.capabilities | fromjson | ."se:recordVideo"' /tmp/graphQL_$SESSION_ID.json) -if [ "${RECORD_VIDEO}" = "false" ]; then +if [ "${RECORD_VIDEO,,}" = "false" ]; then echo "${RECORD_VIDEO}" else echo true