How to configure Selenium 4 capabilities using Python-Behave framework?

How to configure Selenium 4 capabilities using Python-Behave framework?

Hi Tim!

To configure Selenium 4 capabilities using Python-Behave framework, please refer to the following code snippet.

{
        ""browserName"": ""Chrome"",
        ""browserVersion"": ""104.0"",
        ""LT:Options"": {
                ""username"": ""YOUR_LT_USERNAME"",
                ""accessKey"": ""YOUR_LT_ACCESS_KEY"",
                ""platformName"": ""Windows 10"",
                ""project"": ""Untitled"",
                ""selenium_version"": ""4.0.0"",
                ""w3c"": True,
                ""plugin"": ""python-behave""
        }
}

You can also generate Selenium 4 capabilities from our Automation capability generator.