Javascript inside html changes to class name based on hover. Because of that I can not click on the object.
Please check here to see my html code and object image
what I try so far:
select_project = WebDriverWait(driver, 2).until(
EC.presence_of_element_located((By.XPATH ,"//a[@class='smalltextnolink']")))
select_project.click()
and
select_project = driver.find_element_by_xpath("//div/table/tbody/tr/td[2]")
select_project.click()