Script execution

This commit is contained in:
2015-12-15 14:46:11 +01:00
parent 84df487c0a
commit 68a0eb52e8

View File

@@ -1,4 +1,7 @@
from startup import *
"""
show_message("My message", title = "Title", blocking = True)
print get_option("Choose:" , option_type = SwingUtils.OptionType.YesNoCancel)
@@ -9,4 +12,9 @@ print get_string("Choose string:", default = "default", alternatives = ["default
print get_string("Enter password:", password = True)
#show_message(msg, title = None, blocking = False)
"""
def tst():
inject()
print current.read()