1

当我从下拉列表中选择一个选项时,我的 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()

谁能给我一个解决方案?谢谢你。

4

0 回答 0