web-crawling tag

13 questions


1 answers
65 views
0
Scroll down question in Python Selenium Web Crawling.

from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.common.keys import Keys from selenium import webdriverimport timedriver = webdriver.Chrome()url = 'http...


1 answers
93 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 ...

1 years ago

1 answers
83 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 ...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.