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.
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.