1

ドロップダウンからオプションを選択しているときに、Python + Seleniumリダイレクトページをホームページにリダイレクトする私のappiumテストケース。

    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