嗨,我正在尝试使用 selenium 单击我的网络应用程序上的某些元素,我给了 senchatest 定位器“senchatest=mainMenu_plus”(因为随机 ID)我在 Python 中有脚本
self.addProperty = self.browser.find_element_by_id("//*[@senchatest='senchatest=mainMenu_plus']//")
输出仍然
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="//*[@senchatest='senchatest=mainMenu_plus']//"]
无论我使用 .find_element_by_id 还是 xpath
你能帮忙吗?