driver.find_element_by_xpath("/html/body/div[3]/div[3]/div[2]/div/div[2]/div[1]/div/div[3]").text
instead of this, I want something like
driver.find_element_by_xpath("/html/body/div[3]/div[3]/div[",i,"]/div/div[2]/div[1]/div/div[3]").text
this to increase i in a loop. But when I use this one the error message I have is this
"InvalidSelectorException: Message: Invalid locator values passed in"