Python
1
Вклад в тег
path.forEach(el =>
el.addEventListener("mouseover", function(){
el.style.opacity = "1"
})
)
driver.find_element_by_xpath('//input[contains(@value, "Login")]').click()