How can I pass capabilities in Selenium 3 ? I’m using Selenide framework
Hello Ana- sousa,
You can pass capabilities in Selenide with selenium 3 with this format.
"single": {
"browserName": "Chrome",
"browserVersion": "104.0",
"LT:Options": {
"username": "Your LambdaTest Username",
"accessKey": "Your LambdaTest Access Key",
"platformName": "Windows 10",
"project": "Untitled"
}
}