Html – Using find elements by class name to get attribute value in Selenium python
I am trying to grab video IDs from the attribute "data-rbd-drag-handle-draggable-id" from a list of videos using class name "favorites-video favorites-table-spacing" so I can append them to a list containing all the video IDs. Here is an example of the…