Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/YoongiKim/AutoCrawler
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoongi Kim committed Dec 6, 2018
2 parents ec5c10c + 22eb20c commit ef1f223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collect_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def google(self, keyword):
time.sleep(0.2)

try:
btn_more = self.browser.find_element(By.XPATH, '//input[@value="결과 더보기"]')
# btn_more = self.browser.find_element(By.XPATH, '//input[@value="결과 더보기"]')
btn_more = self.browser.find_element(By.XPATH, '//input[@id="smb"]')
btn_more.click()

for i in range(60):
Expand Down

0 comments on commit ef1f223

Please sign in to comment.