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 248a726 commit cdf803d
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 @@ -21,7 +21,8 @@ def __init__(self):
if properties.type == "actions":
print('------------------------------------------')
print('Using default firefox and webdriver options')
print(str(options))
print(str(options.headless))
print(str(options.binary_location))
print('------------------------------------------')
self.ff = webdriver.Firefox(options=options)
else:
Expand Down

0 comments on commit cdf803d

Please sign in to comment.