馃悰 Bug Report
Console Logs are not captured on Android (INFO level logs are not captured)
The browser console logs generated by a website are not captured on Android device. Specfically INFO level logs are not captured.
[INFO] console-api 371:40 "This is a LOG"
[SEVERE] console-api 371:40 "This is an ERROR"
[WARNING] console-api 371:40 "This is a WARNING"
[INFO] console-api 371:40 "This is an INFO"
[SEVERE] console-api 371:40 "This is an ERROR"
[WARNING] console-api 371:40 "This is a WARNING"
Hmm. Yes, this should be enabled by default. I will create a PR to do so.
This functionality should be available in the beta now (npm install [-g] appium@beta)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
This functionality should be available in the beta now (
npm install [-g] appium@beta)