Skip to content

Commit

Permalink
Show more results button language compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Dec 6, 2018
1 parent 02b46a9 commit d3f2661
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 d3f2661

Please sign in to comment.