Reputation: 5362
Is there a way to get the tag of the element using selenium python? For eg:
<div class = "...."></div>
Is there a way to get the result as div if the element is known? I do know that there's a solution with bs4 but my routine is well developed in selenium.
Upvotes: 2
Views: 112