GSoC work report - Week 11
This week, I first completed the patch - https://gerrit.libreoffice.org/#/c/57857/ This adds a new function to call UNO commands with parameters in the UI tests. Then, I completed the patch - https://gerrit.libreoffice.org/#/c/57368/ This involved adding logging for the opening of sidebar/deck in the LO apps, changing the log for object selection and UNO commands to make them interpretable, and removing the function logObjectSelection to merge it in the logEvent function. Now, I am working on improving the log interpreter - https://gerrit.libreoffice.org/#/c/58340/ This fixes a crash on certain inputs and adds support for interpreting UNO command parameters, along with some other minor changes.