126 questions
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...
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...
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...
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 ...
**********<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...
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.