Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京东搜索采集自动验证
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄梓誉
京东搜索采集自动验证
Commits
27300c43
Commit
27300c43
authored
Apr 23, 2024
by
huangziyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b0ff3f4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
京东搜索_手动验证版_1.py
京东搜索_手动验证版_1.py
+1
-0
No files found.
京东搜索_手动验证版_1.py
View file @
27300c43
...
@@ -173,6 +173,7 @@ if __name__ == "__main__":
...
@@ -173,6 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
# account_start_index为0到5的账号
account_start_index
=
1
account_start_index
=
1
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment