Hi Ginfizz,
In Python, [ ]s are required to designate what strings you would like WaitForStrings to well, wait for. The first argument must either be a single string, or an array of multiple strings. The second argument must be an integer representing the timeout value.
For example:
Code:
result = crt.Screen.WaitForStrings([">","#"], 5)
Does that work for you?