I`m trying to find a specific element in the web page. It has to be by a specific number inside the text in value...In this case, I need to find the element by the number 565657 (see outer HTML below)
I've tried via xpath: ("//*[contains(text(),'565657')]")
and also ("//input[@value='565657']")
but it did not work.
Can someone please help? Thanks in advance!
The original XPATH when you copy from the element on the web page is just ' //*[@id="checkbox15"]' and I need to find a way to look for the number I mentioned below.