ad-m / ad-m/python-anticaptcha
TypeError: Object of type 'WebDriver' is not JSON serializable
未關閉
- 主要語言
- Python
- 星號
- 230
- 分支
- 53
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Got error when trying to fill registration form using selenium:
def should_register_new_donor(self):
# проверка, что есть элементы в форме регистрации
PATIENT_IIN = self.browser.execute_script("document.getElementById('input_iin_id');")
sleep(3)
assert self.is_element_present(self, PATIENT_IIN), "No field for the Patient's IIN"
self.browser.find_element(self, PATIENT_IIN).send_keys("010101123456")
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。