webdriver capabilities not working properly

58 views
Skip to first unread message

Resego Sisi

unread,
Aug 30, 2023, 8:58:41 AM8/30/23
to Selenium Users

Hi, I've configured my webdriver capabilities  and it seems that the runner can pick them up. My goal is to have my test results to show in seleniumBox . I've included my token in the capabilities and yet the results do no show up. Is there some additional configurations I have do or do serenity configurations just not work with seleniumBox?

capabilities {
browserName = "chrome"
acceptInsecureCerts = true
"e34:token"= xxxxxxxx
"e34:l_testName"=xxxxxx
"e34:pacAlias"=xxxxxx
"e34:video"= true
"goog:chromeOptions" {
args = ["test-type", "no-sandbox", "ignore-certificate-errors", "start-maximized", "disable-extensions"
"incognito", "disable-infobars", "disable-gpu", "disable-default-apps", "disable-popup-blocking",
"disable-download-notification", "disable-extensions-file-access-check", "enable-automation"]
#excludeSwitches = ["enable-automation","load-extension"],
}

that's how I've declared the capabilities

Resego Sisi

unread,
Aug 30, 2023, 1:22:50 PM8/30/23
to Selenium Users
Just run the tests with a remote driver.
Reply all
Reply to author
Forward
0 new messages