xpath语句没有问题的,可以显示文本,但是就是报错:
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable: [object HTMLButtonElement] has no size and location
(Session info: chrome=99.0.4844.82)
这个意思是这个元素button没有大小和location,我从网上查了一下是不是这个是隐藏的按钮不能点击,问一下怎么点击