I'm working on a script that basically takes one column out of a table, via Xpath, and I want to compare each value of that column and see if its greater than say 15. If it is, I want an alert box to pop up with a simple message. I've gotten the xpath part figured out, but I can't figure out the...