'Getting problem while using find method in webscraping with python
Solution 1:[1]
You try to find element from String value as a .text return string. Remove .text from job_card and try again.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | mikebrucks |