sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30810
[Question #263112]: Command prompt - right click will not open contextmenu
New question #263112 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263112
Hi,
I am trying to select + copy all text from a command prompt window.
If I use rightclick command then it returns some previously used text.
[1] My code is:
type (Key.ESC, KEY_CTRL)
paste (r"some text") # this will open a command prompt
wait(1)
rightClick("image1.png")
[2]Note:
I have tried:
- rightClick with at mouse point --> same behaviour (i.e "some text" is displayed)
- using "type" instead of "paste" --> same behaviour (i.e "some text" is displayed)
- If i right click manually --> same behaviour (i.e "some text" is displayed)
I wanted to try:
- type ALT + SPACE to open caption right menu - but the context menu is not displayed at all
If you get the chance, please tell me what I am missing out.
take care
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.