This is what I write all day long.

Python

try:
# check the page
breadCrumb =’Load Disability Application » Capture Disability Details » Disability Details’
JCCommon.check_breadcrumb(breadCrumb)

# Put a list of subtasks into the logs to aid in troubleshooting

# create a list of the subtasks for this task
searchString = ["//div[@class='subtask']","//div[@class='subtaskOff']"]
subtaskList = JCCommon.findMergeList(searchString)
Log.Message('Subtask list > ' + str(subtaskList))
CurrPage.Wait()

except Exception as e:
myErrMessage = JCCommon.capture_error(e)
Log.Error(myErrMessage)

#Verify form on page
formXPath = “//form[@name=’SFDisabilityDetails’]”
myForm = JCCommon.find_object(formXPath)

And right now, I need a break with real English and real sentences.

I love to write, but I don’t like to type, but when writing code typing isn’t all that bad.

Sorry for the brief interruption in the Sparkle Jet Stream, I now feel better.

I’m Mark

His friends observe Mark seems wired a little differently. Perhaps it’s more likely that noticing little things often missed by others is a relic of a quieter, simpler time. He has a way with words, which he refuses to let be hindered by sub-par typing skills. People have great stories to tell if you sit and listen.

A belief dear to Mark is that there is certain beauty in the world. You simply have to look for it.

Let’s connect