modified: app/amazon/__pycache__/del_brand.cpython-39.pyc

modified:   app/amazon/__pycache__/match_action.cpython-39.pyc
	modified:   app/amazon/del_brand.py
	modified:   app/amazon/match_action.py
	modified:   app/assets/delete-brand.js
	modified:   app/new_web_source/delete-brand.html
	new file:   "app/web_source/brand - \345\211\257\346\234\254.html"
This commit is contained in:
铭坤
2026-04-12 20:52:26 +08:00
parent 728eea4b83
commit 325c2f7c82
4 changed files with 3 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ class AmamzonBase(ZiniaoDriver):
try:
pwd_input = self.tab.eles('xpath://input[@type="password"]',timeout=10)
if len(pwd_input) > 0:
pwd_input[0].input(password)
pwd_input[0].input(password,clear=True)
submit_btn = self.tab.eles('xpath://input[@id="signInSubmit"]',timeout=10)
if len(submit_btn) > 0:
submit_btn[0].click()