Skip to content

Commit

Permalink
Update OrcidBrowser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Oct 5, 2023
1 parent b03083b commit c0abb93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orcid/OrcidBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def __init__(self):
self.signin_page = 'https://%s/signin' % self.server_name
self.auth_page = 'https://%s/signin/auth.json' % self.server_name
options = webdriver.FirefoxOptions()
options.headless = True
options.add_argument("--headless")
# options.headless = True

if properties.type == "actions":
print('------------------------------------------')
Expand Down

0 comments on commit c0abb93

Please sign in to comment.