Script execution
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user