Hello
The UI elements change depending on the situation.
*The numbers change randomly.
Ex)
form[Method="post"][Name="main"] > table > tbody > tr > td > font > input[Name="options[reportOptions][15][interests]"][Value="1"]
form[Method="post"][Name="main"] > table > tbody > tr > td > font > input[Name="options[reportOptions][296][interests]"][Value="1"]
So, I tried to modify the selector using the Regular Expression Match Operator as follows, but I am consistently encountering an error.
form[Method="post"][Name="main"] > table > tbody > tr > td > font > input[Name@="options\[reportOptions]\[\\d\+]\[interests]"][Value="1"]
I've tested it dozens of times to see if it's a special text problem, but it hasn't worked. I have no idea what the problem is.
Is there any mistake in what I did?
Best Regards.