Getting error of -->"Invalid webdriver capabilities"

This is error I am getting while doing automation testing.

1 Like

Thanks for sharing the error. Please try the below capabilities and let us know. :slightly_smiling_face: capabilities = { ‘LT:Options’ : { “user” : “your user name”, “accessKey” : “your accesskey”, “build” : “your build name”, “name” : “your test name”, “platformName” : “Windows 11”, }}

2 Likes