I need to run a test case with various browsers

Hello, Can you please tell me how can can I open type of browser using the script and not manually? Like openBrowser(“chrome”) so that I can parameterize by test case for cross browser testing. Tnx

We do not support passing a browser’s name into openBrowser keyword. If you want to run your tests with various browsers, then please use Test Suite collection instead

1 Like