Kaydet (Commit) 275dfaaf authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: make the calc keycode demo a bit easier to understand

Change-Id: Ia24747994dc45b8c6636aee37a55d2ba4672993a
üst 017d7b9f
......@@ -55,10 +55,11 @@ def special_keys(xContext):
selectProps = mkPropertyValues({"CELL": "C3"})
xGridWindow.executeAction("SELECT", selectProps)
# TODO: how to handle the enter
typeProps = mkPropertyValues({"KEYCODE": "CTRL+DOWN"})
xGridWindow.executeAction("TYPE", typeProps)
time.sleep(2)
ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment