Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606836976-practice
Commits
4da1d05e
Commit
4da1d05e
authored
Oct 10, 2019
by
Yumna Pratista
Browse files
changed to chromedriver
parent
4507b34c
Pipeline
#22810
failed with stages
in 7 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functional_tests/tests.py
View file @
4da1d05e
...
...
@@ -17,8 +17,8 @@ class NewVisitorTest(StaticLiveServerTestCase):
chrome_options
.
add_argument
(
'--headless'
)
chrome_options
.
add_argument
(
'--disable-gpu'
)
#
self.browser = webdriver.Chrome('./chromedriver', chrome_options=chrome_options)
self
.
browser
=
webdriver
.
Firefox
()
self
.
browser
=
webdriver
.
Chrome
(
'./chromedriver'
,
chrome_options
=
chrome_options
)
#
self.browser = webdriver.Firefox()
# self.browser.implicitly_wait(20)
def
tearDown
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment