所以我正在自动化一个过程,一个网页上有 3 个相同的按钮。但是,我只想单击第二个按钮。我能做到吗?
这是按钮的代码":
expandButtons = driver.find_elements_by_xpath("//div[@class='expand-collapse']")
expandButtons[1].click
将单击第二个按钮。