Solved
Forum Discussion
Thank you so much, my problem was the xpath //tr[@id=.
So I don't start another thread, how can I put my variable inside the xpath like I can do in javascript.
("//tr[@id='My variable here']")
I tried ${} ("//tr[@id='${My variable here}']") like in javascript and that didn't help