add mongoDb support

This commit is contained in:
Lei PAN
2022-06-16 09:26:49 +02:00
parent 8c536624b1
commit 636ef124d5
4 changed files with 35 additions and 9 deletions
-2
View File
@@ -100,8 +100,6 @@ class CommandorPage:
while first_page is None:
first_page = self.start_browser(proxy, self.tls.playwright, devices)
proxy = params.get_proxy(self.proxy_type)
# wait for sms_code field
# self.clickOnValidBtn()
self.thread_event = e
otp_input = self.page.locator(OTP_FIELD_ID)
otp_input.wait_for(state='visible', timeout=TIME_OUT)