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 484e611 commit 4e37b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions orcid/OrcidBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def __init__(self):
options.headless = True

if properties.type == "actions":
print('------------------------------------------')
print('Using default firefox and webdriver options')
print(options)
print('------------------------------------------')
self.ff = webdriver.Firefox(options=options)
else:
ops = Options()
Expand Down

0 comments on commit 4e37b5e

Please sign in to comment.