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
1606828702-practice
Commits
d30322de
Commit
d30322de
authored
Nov 13, 2019
by
Rahmania Astrid Mochtar
Browse files
fix chromedriver executable path
parent
2fe13bfb
Pipeline
#24608
failed with stages
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functional_tests/base.py
View file @
d30322de
...
...
@@ -18,8 +18,8 @@ class FunctionalTest(StaticLiveServerTestCase):
chrome_options
.
add_argument
(
'--no-sandbox'
)
chrome_options
.
add_argument
(
'--headless'
)
chrome_options
.
add_argument
(
'disable-gpu'
)
self
.
browser
=
webdriver
.
Chrome
(
"./chromedriver"
,
chrome_options
=
chrome_options
)
self
.
browser
=
webdriver
.
Chrome
(
chrome_options
=
chrome_options
)
self
.
browser
.
implicitly_wait
(
3
)
def
tearDown
(
self
):
...
...
geckodriver.log
View file @
d30322de
...
...
@@ -2178,3 +2178,11 @@ See /usr/include/servers/bootstrap_defs.h for the error codes.
1573576498978 Marionette INFO Listening on port 54267
1573576499099 Marionette WARN TLS certificate errors will be ignored for this session
1573576501082 Marionette INFO Stopped listening on port 54267
1573611495734 mozrunner::runner INFO Running command: "/Applications/Firefox.app/Contents/MacOS/firefox-bin" "-marionette" "-foreground" "-no-remote" "-profile" "/var/folders/vz/q0bxc90x711c_lq3g37rtv2w0000gn/T/rust_mozprofile.vVa7w6upH8gM"
1573611498569 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1573611498575 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1573611498575 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1573611498575 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
1573611505204 Marionette INFO Listening on port 54972
1573611505231 Marionette WARN TLS certificate errors will be ignored for this session
1573611507037 Marionette INFO Stopped listening on port 54972
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