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
I have a similar situation where I want to read the logs from console where some logs are in JSON format but using the command @browser.manage.logs.get(:browser) with browser logging prefs set to ALL, I do get all the logs but the objects within the log are returned as a string with text 'object'. There should be an option to get the logs in JSON format as well. It seems like they are converted to string based on what I see here - https://github.com/browserstack/selenium-webdriver-ruby/blob/0f1ba0689b6250a2f35f8911003310a54463fa32/lib/selenium/webdriver/common/log_entry.rb