I am starting to work with selenium vba and I am currently having a problem finding an element.
It has an input tag and it is nested inside multiple elements.
I tried searching by I'd using the driver but it didn't work, I also tried looking inside the TD tagsince it is a child of a TD tag, but...