Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Run scraper in headless mode for ncs data #28

Open
yashodhan19 opened this issue Apr 26, 2020 · 3 comments · May be fixed by #29
Open

Run scraper in headless mode for ncs data #28

yashodhan19 opened this issue Apr 26, 2020 · 3 comments · May be fixed by #29
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yashodhan19
Copy link
Collaborator

Run scraper in headless mode for NCS data.

@yashodhan19 yashodhan19 added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 26, 2020
@raghuramdr
Copy link
Collaborator

I will take it up. Will have it ready in a couple of days.

@raghuramdr raghuramdr self-assigned this Apr 26, 2020
@raghuramdr raghuramdr linked a pull request Apr 28, 2020 that will close this issue
@raghuramdr raghuramdr linked a pull request Apr 28, 2020 that will close this issue
@yashodhan19
Copy link
Collaborator Author

from selenium import webdriver
from selenium.webdriver.chrome.options import Options

options = Options()
options.headless = True
driver = webdriver.Chrome(options=options, executable_path=r'C:\path\to\chromedriver.exe')
driver.get("http://google.com/")
print ("Headless Chrome Initialized")
driver.quit()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants