Skip to content

Commit

Permalink
Merge pull request YoongiKim#5 from YoongiKim/YoongiKim-patch-1
Browse files Browse the repository at this point in the history
Show more results button language compatibility
  • Loading branch information
YoongiKim authored Dec 6, 2018
2 parents 02b46a9 + d3f2661 commit 22eb20c
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 22eb20c

Please sign in to comment.