All Questions
2 questions
0votes
1answer
87views
ajax search and scraping prices of bus page // maybe selenium?
I am trying to get prices of routes on a bus page import requests from bs4 import BeautifulSoup import re popup_linkz= list() p=range(1, 2, 1) for i in p: ...
0votes
2answers
767views
selenium webdriver does not find the correct number of elements
Initially, I posted my question here: Extracting content from a dynamic web site using a Java Library Then, after reading and applying the info from the question below: Selenium Webdriver : not ...