Hi,
I am capturing an element/link from web element using python script as follows
email_content = driver.find_element("xpath", "//a[text()='']").get_attribute('href')
Now how do I use it in other scripts or set a global variable in python. I am using stand alone scripts.
Thanks,