-
I have these html code <span class=”h4242-intensified”> 1 </span> <span class=”h4242-intensified”> 04/24/2024 </span> <span class=”h4242-intensified”> </span> HISTORY ACCOUNT <span class=”h4242-intensified”> 18:30</span> <span class=”h4242-intensified”> </span> Account <span class=h4242-intensified> </span> 0000021234112
-
I want to get <span class=h4242-intensified> </span> 0000021234112 and change the color to black,
-
I have these span with the same class name <span class=”h4242-hidden”> </span> <span class=”h4242-hidden”>R </span>this value 0000021234112 can be change between each search
-
I have try with with List<WebElemente> Listspan = driver.findElements(By.xpath(“//span”) but I don’t know how get the value 0000021234112 and change the color
-
Does anyone have any ideas
Oscar Garcia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.