私はいくつかの要素の外観を待たなければならない、と私は使用していません:expected_conditions._find_elementでエラーが発生します:はAttributeError:「str」はオブジェクトが属性「find_element」
re_enter_email_field = WebDriverWait(self.driver, 10).until(
expected_conditions._find_element(By.ID,"u_0_f"))
しかし、私は、テストを実行するたびに、私はエラーが表示されます。
Error
File "/home/akop/py_workspace/MacPaw_FB/pages/LoginPage.py", line 56, in submit_new_account_form
expected_conditions._find_element(By.ID,"u_0_f"))
File "/home/akop/py_workspace/t_sade_site/site_env/lib/python3.5/site-packages/selenium/webdriver/support/expected_conditions.py", line 398, in _find_element
return driver.find_element(*by)
AttributeError: 'str' object has no attribute 'find_element'
私はそれはあなたの問題を解決する場合は、あなたの要素が – iamsankalp89