Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HUST-2019-ncov-submit-fucker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
recolic-hust
HUST-2019-ncov-submit-fucker
Commits
a9e801bf
There was an error fetching the commit references. Please try again later.
Commit
a9e801bf
authored
5 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
adjust result printing
parent
5e5ecd4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run.py
+4
-1
4 additions, 1 deletion
run.py
with
4 additions
and
1 deletion
run.py
+
4
−
1
View file @
a9e801bf
...
...
@@ -49,8 +49,11 @@ driver.find_element_by_class_name('default').click()
while
'
If you have anything to comment,please click here, or you can add reviews in the form.
'
==
driver
.
find_element_by_class_name
(
'
dialog_content
'
).
text
:
time
.
sleep
(
0.2
)
result
=
driver
.
find_element_by_class_name
(
'
dialog_content
'
).
text
print
(
result
)
if
result
==
'
Done successfully!
'
:
driver
.
close
()
else
:
exit
(
3
)
print
(
result
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment