I am using Marathon (Java desktop application testing tool) to automate regression testing. Marathon uses Jython so I can use Java libraries and Python libraries. As my script goes through filling out certain fields, various fields appear (or don't appear) based on values that I entered in previous fields. I need to skip over the fields that aren't there for the obvious reason. When fields are disabled, but still there, this is fine because I can useI am using Marathon (Java desktop application t