20250918-新增主播库功能
This commit is contained in:
@@ -189,7 +189,7 @@ class ControlUtils(object):
|
||||
def userClickProfile(cls, session, aid):
|
||||
try:
|
||||
user_btn = session.xpath("(//XCUIElementTypeButton[@name='用户' and @visible='true'])[1]")
|
||||
if user_btn:
|
||||
if user_btn.exists:
|
||||
user_btn.click()
|
||||
time.sleep(3)
|
||||
follow_btn = session.xpath(
|
||||
|
||||
Reference in New Issue
Block a user