https://bugs.documentfoundation.org/show_bug.cgi?id=146150

--- Comment #7 from Hossein <hoss...@libreoffice.org> ---
@Shivam: Please work on 5401 (.uno:HelpIndex ) and 5404 (.uno:HelpTip ), as
they are still available.

5400 (.uno:HelpOnHelp) and 5410 (.uno:HelpMenu) are removed here:
https://wiki.documentfoundation.org/index.php?title=Development/DispatchCommands&diff=236500&oldid=177137

Maybe we can take care of 5400 and 5410 later.

You can run UNO commands easily using a Python UI test:

https://wiki.documentfoundation.org/Development/UITests

This is an example test:

#!/usr/bin/python
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
from uitest.uihelper.common import get_state_as_dict
import time

class Test(UITestCase):

    def testUNO(self):
            time.sleep(2)
            print(self.xUITest.executeCommand(".uno:Quit"))

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to