I have the following click even within a loop that works but i only want it to be carrie out on the first loop as after that the javascipt has been activated
browser.find_element_by_xpath("//*[@id='re_']/div[2]/a[1]").click()
any ideas how i can do this?