Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从下拉列表中选择一个选项时,我的 appium 测试用例使用 python+selenium 将页面重定向到主页。
def test_a(self): drop = self.driver.find_element_by_id("dropdown") self.driver.find_element_by_xpath("//select[@id='psic_code']/option[5]").click()
谁能给我一个解决方案?谢谢你。