How can I pass capabilities in Selenium 3 with Ruby TestUnit?
Hi Mark,
To pass the the capabilities with Ruby TestUnit, refer to the snippet below:
caps = {
:browserName => lt_browser,
:version => lt_browser_version,
:platform => lt_os,
:name => "UnitTest Sample Test",
:build => "UnitTest Selenium Build"
}