All pastes #2054284 Raw Edit

Untitled

public python v1 · immutable
#2054284 ·published 2011-05-05 17:23 UTC
rendered paste body
        #choose support or oppose        position = random.randint(0,1)        # start the timer        start_timer = time.time()        #click on bill (THIS MIGHT BREAK)        if position == 0:            clicky = click(billsearch_endorse_oppose_submit_support)        else:            clicky = click(billsearch_endorse_oppose_submit_oppose)        clicky.read()        #stop the timer        latency = time.time() - start_timer