-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, thanks for developing such an awesome plugin.
I recorded a simple screencast. Here it is:
ideFrame {
editor {
moveTo(431)
shortcut(ENTER)
shortcut(ENTER)
GuiTestUtil.typeText("var x = 5", robot(), 32)
shortcut(ENTER)
GuiTestUtil.typeText("var s = \"Hello world", robot(), 32)
shortcut(LEFT)
shortcut(LEFT)
shortcut(LEFT)
shortcut(LEFT)
shortcut(LEFT)
shortcut(LEFT)
GuiTestUtil.typeText(",", robot(), 32)
shortcut(RIGHT)
shortcut(RIGHT)
shortcut(RIGHT)
shortcut(RIGHT)
shortcut(RIGHT)
shortcut(RIGHT)
GuiTestUtil.typeText("!", robot(), 32)
shortcut(RIGHT)
shortcut(SHIFT + META + A)
shortcut(ENTER)
}
}
When I try to Choose and run, it gives me this error:
Pressing Try again does not make it disappear.
And if I cancel then it gives this error:
What am I doing wrong?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels

