Skip to content

Commit 2f63e8b

Browse files
committed
Update CSS selector
1 parent d573d81 commit 2f63e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lchelper/crawler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_login(browser, site: str, timeout: int = 10) -> bool:
4747
Expected.presence_of_element_located(
4848
(
4949
By.CSS_SELECTOR,
50-
"#navbar-right-container > div > a.ant-dropdown-link",
50+
"#navbar_user_avatar",
5151
)
5252
)
5353
)

0 commit comments

Comments
 (0)