Untitled
public python v1 · immutable #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