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 还没有评估数据。