ContributionsMost RecentMost LikesSolutionstechnical IDs Hi everybody! Can anybody give me please a java sript code example how I can include technical IDs (instead of XPath) of every entity? Thanks in advance and best regards. Re: dynamic table values Thank you very much! Sorry for that late response. I will have a look on it next week and let you know if it works (hopefully). Re: dynamic table values Ok, thank you. I will change page.Find(...); I looked up the contentText with object spy, and the value was also Anna3. Re: dynamic table values Hi baxatob Unfortunately var url = "https://........."; var page = Sys.Browser("chrome").Page(url); ... Aliases.page.Find("Anna3", "Anna3", 10).Click(); was not working. Aliases.yourPage.Find("contentText", "Anna3", 10).Click() Are there any other methods? Re: dynamic table values Thank you, I will try. And what control you recommend for opening number 3 (the blue box)? It should click on number 3 first bevore the table with Anna´s opens. Re: dynamic table values The problem is, that the RowIndex changes! For example: if I create Anna0, the RowIndex of Anna3 will after that be RowIndex=4. Bevore the creation of Anna0, the RowIndex of Anna3 was 3. So I think there I need a loop that will "count" and go step by step through the table and search "Anna3" for clicking on Anna3. Re: dynamic table values Thank you I will try. So I don´t need to write a loop? And I don´t need the "parent" as in this example. Re: dynamic table values Hi guys, thank you for your answers and sorry for that late response from my side. Now I have created a simulation that has the same idea as I need for. I need: Test complete should go to the list number 3 (blue one) and go through the table value until testcomplete pick up the value "Anna10" (that is now at the position 10). Because Annas are in alphabetic order, I could create, with the help of AO1, Anna0. Anna0 would be then at first, so Anna10 would slip off at the position 11. I hope now it is clearer? Can anybody help me to write the code please? Re: navigation browser / page I will have a look to it! Thank you very much! Re: navigation browser / page Thank you, that´s very kind of you :)