LambdaError : Passing incorrect value with "unexpectedAlertBehaviour" capability

I am getting an issue while passing “unexpectedAlertBehaviour” : true capability with the test case. I am getting below Error:

{“status”:33,“value”:{“error”:“session not created”,“message”:"Unable to create session from {\n "desiredCapabilities": {\n "server:CONFIG_UUID": "b9672194-a71c-4af2-893b-bb6fca39aaec",\n

1 Like

Hi Miro,

This capability only works with below 3 string values and as per your shared capability, you are passing the Boolean value and that leads to the error. Please run your test cases by passing the below shared values.

ACCEPT (“accept”), DISMISS (“dismiss”), IGNORE (“ignore”)

2 Likes