You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
How to make Serenity to use my custom defined Chrome Option ?
For FireFox:
I usually define as mentioned below
FirefoxProfile myProfile=new FirefoxProfile();
myProfile.setPreference("",);
Serenity.useFirefoxProfile(myProfile);
Basically the above line is going to make sure that getDriver() is going to assigned with that properties
I would like to know How to make Serenity to use my custom defined Chrome Option ? so that getDriver() will be assigned with that properties .
for fireFox we have Serenity.useFirefoxProfile(myProfile); Do we have anything for chome ?
Any help is appreciated .
The text was updated successfully, but these errors were encountered: