|
|
|
|
|
by hk1337
370 days ago
|
|
Similar to MechanicalSoup is what I meant, which uses BeautifulSoup as well. > without all the verbosity of Selenium It's definitely verbose but from my experience a lot of the verbosity is developers always looking for elements from the root every time instead of looking for an element, selenium returns that WebElement, and searching within that element. |
|