How can I pass Safari options in JS-Testcafe?
Hi Joe,
You can add the syntax below to pass Safari options :
SafariOptions capabilities = new SafariOptions();
and you import this SafariOptions from where exactly?
How can I pass Safari options in JS-Testcafe?
Hi Joe,
You can add the syntax below to pass Safari options :
SafariOptions capabilities = new SafariOptions();
and you import this SafariOptions from where exactly?