Posts by Carlos guerra • 1 point
1 post
-
-3
votes0
answers26
viewsQ: Copy text from Wikipedia in Python
Hello, I was wondering how I can copy the text of a page in Wikipédia, it can be only the first paragraph on the subject Here’s what I’ve done: from selenium.webdriver.common.keys import Keys…