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.
capabilities = {
âLT:Optionsâ : {
âuserâ : âyour user nameâ,
âaccessKeyâ : âyour accesskeyâ,
âbuildâ : âyour build nameâ,
ânameâ : âyour test nameâ,
âplatformNameâ : âWindows 11â,
}}
2 Likes