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
With selenium-server-standalone, when capabilities are displayed. The field containing base64 encoded firefox profile is truncated. Otherwise terminal is readable.
Actual Behavior -
Now with 3.0, "firefoxOptions" capability entry (and more specificly its "profile" subentry) is containing the base64 string... and it is not truncated by org.openqa.selenium.remote.DesiredCapabilities#toString
Terminal is completly flooded.
Steps to reproduce -
Use a relatively big firefox profile.
The text was updated successfully, but these errors were encountered:
Meta -
OS: Linux gentoo
Selenium Version: master
Browser: Firefox
Browser Version: 45.4.0
Expected Behavior -
With selenium-server-standalone, when capabilities are displayed. The field containing base64 encoded firefox profile is truncated. Otherwise terminal is readable.
Actual Behavior -
Now with 3.0, "firefoxOptions" capability entry (and more specificly its "profile" subentry) is containing the base64 string... and it is not truncated by org.openqa.selenium.remote.DesiredCapabilities#toString
Terminal is completly flooded.
Steps to reproduce -
Use a relatively big firefox profile.
The text was updated successfully, but these errors were encountered: