Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

使用 Unofficial.py 版本,无法实现登录 #998

Answered by ToviHe
ToviHe asked this question in Q&A
Discussion options

You must be logged in to vote

找到问题了,估计是openai把登录页的Log in元素改了

需要将代码
(By.XPATH, "//button[contains(text(), 'Log in')]")
改成
(By.XPATH, "//button[contains(., 'Log in')]")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ToviHe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant