I have the following HTML:
<td onclick="fbm_bet('53987976','1','6','')" class="bfbhlt">
Is it possible to use Xpath to find the desired number 53987976. Something similar to:
// td [@ contains = "53987988"]
Thanks a lot Stefan
//td[contains(@onclick,'53987976')]
Source: https://habr.com/ru/post/1764007/More articles:What is the advantage of using a triangle strip and a triangle fan in rendering? - geometryHow to check arguments with regex? - c #Binding data with ComboBox in WPF - wpfCan I run a program from a visual studio without additional rights? - c #Unity unit testing - registration types - unit-testingIE 8 Doc Mode - pros and cons- cross-browserJavaScript counter - javascriptThe proxy server created by WCF does not contain * The specified property flags for WSDL string fields with minoccurs = "0" - c #Why does the tkinter progress bar make things so much slower? - pythonProblem connecting PostgreSQL and PHP - phpAll Articles