You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. In the search field (selector: ".Search_lebet .el-input input"), type "iqiyi.com"
12
+
3. Click the search button (selector: ".Search_lebet .el-button")
13
+
4. When the CAPTCHA appears, you need to:
15
14
- Identify the 4 Chinese characters you need to click
16
15
- Find their positions on the screen
17
16
- Click on them in the correct sequence
18
-
6. After successfully solving the CAPTCHA, extract the company name and registration number from the results table (in the .el-table__row)
19
-
7. Display the extracted information
17
+
5. After successfully solving the CAPTCHA, extract the company name and registration number from the results table (in the .el-table__row)
18
+
6. Display the extracted information
20
19
21
20
Note: You may need to handle multiple CAPTCHA attempts if the first one fails. Also, you should hide unnecessary elements like headers and footers to focus on the main content.
0 commit comments