How to collect Console logs and HAR?

Collecting logs on Windows

To collect logs, please kindly use Developer tools of your browser.

  1. You can open Development tools using F12 or from three dots in the top right corner of your browser → More tools → Developer tools.

    image-20240215-154710.png

  2. Please open Console tab, make sure that errors are collected (from Default levels select (info, warnings, errors))

    image-20240226-112725.png

  3. Please clear everything by clicking on Clear console icon

  4. Open application page where you get issue and try to reproduce it

  5. And after reproducing the issue please right click in the middle (on any request) and select Save as.. option and download the file

  6. Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Save all with HAR with content) and save the file.

Collecting logs on Mac OS

Chrome

To collect logs, please kindly use tools of your browser.

  1. You can open tools from the top menu → View → Developer → JavaScript Console.

  2. Please open Console tab, make sure that errors are collected (from Default levels select (info, warnings, errors))

  3. Please clear everything by clicking on Clear console icon

  4. Open application page where you get issue and try to reproduce it

  5. And after reproducing the issue please right click in the middle (on any request) and select Save as.. option and download the file

  6. Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Save all with HAR with content) and save the file.

Safari

To collect logs, please kindly use tools of your browser.

  1. You can open tools from the top menu → Developer → Open JavaScript Console,

  2. Please open Console tab

  3. Open application page where you get issue and try to reproduce it

  4. Select any line and right click on the empty space and click on Save Selected

  5. Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Export HAR) and save the file