Documenting Client Information

Think I may have solved my dilemma by using a screenshot function created by @Kyle_Chase. Awesome work bro!

I had to modify the calling script a bit to this

import time

windows = ["Export"]
for row in windows:
	obj = system.nav.openWindow(row)
	time.sleep(2.5)
	shared.SS.takeScreenshot(row)
	system.nav.closeWindow(row)
system.nav.swapTo("Analysis")