Best way to update elements in Selenium For Websites like Instagram?

  • Thread starter Thread starter Deleted member 1484759
  • Start date Start date
D

Deleted member 1484759

Guest
I am currently working on a bot and use Selenium with C# but it gets annoying very quickly to always update the elements, although the bigger issue is to always scroll through the code and find the not working elements. So I was wondering
how to handle element changes better?
 
i am using " find_element_by_css_selector" it is last longer i think
 
i am using " find_element_by_css_selector" it is last longer i think
I think so, too. XPath for example changes more often, but even css_selector is not enough at times.
 
Back
Top