I am trying to click the 'View more replies' link in YouTube using python with selenium:
driver.find_elements_by_xpath('//div[@id="replies"]/ytd-comment-replies-renderer/ytd-expander/paper-button[@id="more"]').click()
but it does not work
I am trying to click the 'View more replies' link in YouTube using python with selenium:
driver.find_elements_by_xpath('//div[@id="replies"]/ytd-comment-replies-renderer/ytd-expander/paper-button[@id="more"]').click()
but it does not work