Merge pull request #77 from LeoLiu1209/master
Always click input for OCR typing to speed up purchase flow for tixcraft.master
commit
9416c4f321
|
@ -2682,9 +2682,6 @@ def tixcraft_keyin_captcha_code(driver, answer = "", auto_submit = False):
|
||||||
|
|
||||||
if inputed_value is None:
|
if inputed_value is None:
|
||||||
inputed_value = ""
|
inputed_value = ""
|
||||||
|
|
||||||
if answer==inputed_value:
|
|
||||||
# no need to send key.
|
|
||||||
is_visible = False
|
is_visible = False
|
||||||
|
|
||||||
if is_visible:
|
if is_visible:
|
||||||
|
|
Loading…
Reference in New Issue