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
It took really long till I realized the reason, why I could not test with Gauge/Selenium with firefox browser.
Nothing worked; best thing was an error message that the profile was not accepted.
The reason, firefox was not working is: It was installed as snap package!
After removing from snap and installing firefox via apt sources, it worked for me.
Right now I have following code, so I could easily change between different browser:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It took really long till I realized the reason, why I could not test with Gauge/Selenium with firefox browser.
Nothing worked; best thing was an error message that the profile was not accepted.
The reason, firefox was not working is: It was installed as snap package!
After removing from snap and installing firefox via apt sources, it worked for me.
Right now I have following code, so I could easily change between different browser:
Later in a hook:
Beta Was this translation helpful? Give feedback.
All reactions