GNOME Bugzilla – Bug 343890
rightclick function not work
Last modified: 2008-09-05 12:44:42 UTC
Please describe the problem: Enviroment: Ubuntu5.10 LDTP 0.4 Steps to reproduce: 1. rightclick('*gedit', 'txt0','mnuPaste') 2. run the script Actual results: LDTP says: 'Requested action on mentioned object is not implemented ' Expected results: menu item 'Paste' in right menu is selected Does this happen every time? yes Other information:
So, I almost marked this as a duplicate of 343889, which is probably just showing my lack of understanding. Can you clarify the difference?
343889: mouserightclick() 343890: rightclick()
Committed a fix. Could you please try with the version available in GIT ? rightclick ('*gedit', 'txt0');waittillguiexist ('dlg0');selectmenuitem ('dlg0','mnuPaste')
Sorry, please try with this command: rightclick ('*gedit', 'txt0', '');waittillguiexist ('dlg0');selectmenuitem ('dlg0','mnuPaste')