We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458611e commit 2530ea0Copy full SHA for 2530ea0
LinkedIn-Certifications-Manager/manager.py
@@ -63,7 +63,7 @@ def addCertData(self, name, org, credId, credUrl):
63
# Chrome environment setup
64
opt = webdriver.ChromeOptions()
65
opt.add_argument('--disable-gpu')
66
- # opt.add_argument('--headless')
+ opt.add_argument('--headless')
67
driver = webdriver.Chrome(
68
executable_path='LinkedIn-Certifications-Manager/chromedriver', options=opt)
69
driver.get('https://linkedin.com')
0 commit comments