'Getting problem while using find method in webscraping with python

enter image description here Getting find() takes no keywords argument



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