标签: python python-3.x selenium selenium-chromedriver google-chrome-headless
我正在尝试通过无头模式使用.click()在Instagram Post的“赞”按钮上.find_element_by_xpath('//section/span/button[*[local-name()='svg']/@aria-label='Like']')。
.click()
.find_element_by_xpath('//section/span/button[*[local-name()='svg']/@aria-label='Like']')
当我无头运行代码时,代码运行正常,但是当我无头运行时,它不会引发任何错误,执行了整个代码,但事实是,它也不喜欢这篇文章 。对此行为有解决方案吗?