How to pass Selenium 4 capabilities in Python- Behave?
Hi Joe-elmoufak,
You can take the help of our capability generator and pass the capabilities as:
{
"browserName": "Chrome",
"browserVersion": "105.0",
"LT:Options": {
"username": "YOU_LT_USERNAME",
"accessKey": "YOU_LT_ACCESS_KEY",
"platformName": "Windows 10",
"project": "Untitled",
"w3c": True,
"plugin": "python-behave"
}
}