Python Selenium - How can I click on the third last element from a group of elements in a table?
问题 Good day everyone, Can someone explain to me how I cant get the number of elements in a table? I am running through multiple tables that all have different lengths and I always need the 3rd last item. I have the xpath of the table that contains those . Using Selenium's Python API - How do I get the number of rows in a table? I found this answer and some other answers that seem to answer my question, but to be honest: At this point I just dont understand how to implement this into my code. I