I am automating a process for my work.
I am new to python so sorry if this sounds dumb.
But, I am using Python and Selenium to perform a task on Netsuite. I have written enough to code get to the page I need to automate but am having trouble clicking on a string/link that is in the same row as another string.
The webpage isn't a data table and neither is the block I am trying to click on. But, the data is in a row/column type format.
What I have noticed is that the XPath is the same except for the last number in the string. And, the link will always be the last of the "list". Anyway, I could check for most of the XPath string? and then check all the numbers?
Thank you for reading!
Best
If done correctly, it will open a new webpage for me to keep automating.