crawling tag

126 questions


2 answers
74 views
0
I'm going to practice crawling with Python, but I'm asking because the for door doesn't turn around.

from selenium import webdriverfrom bs4 import BeautifulSoupimport sysimport timedriver = webdriver.Chrome(c:/Users/user/Documents/VScode/chromedriver.exe)driver.implicitly_wait (3)URL = http://www.med...

2 years ago

1 answers
51 views
0
It's Corinne's question! Python question

Find selenium find_element as xpath and use the corresponding variable (?)Is there any way to find the ahref attribute in this?First of all, it doesn't make sense, but for an example of a question, as...

2 years ago

1 answers
49 views
0
Kyobo Bookstore review crawl is not available.

I'd like to get a list of Naver bestsellers (yes24) and go to the Kyobo Bookstore page of the book and get a Clover review (one-line review) from the page It's not working. Only the annotated parts do...

2 years ago

1 answers
98 views
0
High school student Python project "T"

print('From what number to what number do you want to save in Notepad?')a,b = int(input().split(' '))with open('{}~{}.txt'.format(a, b), 'w', encoding='UTF-8') as f: for i in range(a,b+1): lotto_url ...

2 years ago

1 answers
57 views
0
Selenium crawling question

**********<Example Code>*********************from selenium import webdriverlink = [https://www.naver.com, https://www.google.com, https://13.59.54.26:443, https://www.daum.net]for i in link:driv...

2 years ago

1 answers
86 views
0
To import Python selenium child element text

There is a class with the class name list-item.tier-01.champ-item (green)Kids with 1 tier are list-item.tier-01...IChildren with two tiers are listed-item.tier-02...It looks like this.I want to bring ...

« - 13 -

© 2024 OneMinuteCode. All rights reserved.