sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42987
[Question #645549]: How to open incognito window in Chrome browser?
New question #645549 on Sikuli:
https://answers.launchpad.net/sikuli/+question/645549
Friends,
How can I open an incognito window in Chrome browser? The keyboard shortcut in Windows is CTRL+SHIFT+N. I have tried several combinations of keys + "N" but I haven't been able to open a new incognito window successfully.
Here are some examples I tried that did not work:
type(KEY_CTRL, KEY_SHIFT, "N")
type(Key.CTRL, Key.SHIFT, "N")
type(KEY_CTRL | KEY_SHIFT | "n")
type("n", KeyModifier.CTRL, KeyModifier.SHIFT)
type(KeyModifier.CTRL, KeyModifier.SHIFT, "n")
What am I doing wrong?
Thank you in advance!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.