Hi Ankesh,
Thank you for your reaction.
That is what I done:
1. Used WebTable instead of WebElement.
2. Changed the coordinates. I have to use them because the name of the element is not unique.
3. Changed 'outertext" to "innertext".
The result is still the same.
Thanks for your reaction as well, Ravi.Gju. Unfortunately it did not work either.
This is the code I am trying to use now:
And this is the result (see the screen with mesgbox).
Please look at the Run screen shoot as well (Onwaar = False in Dutch language ). What is also funny - in the search field I am getting value False - in English!
May be you have other suggestions?
Thank you for your reaction.
That is what I done:
1. Used WebTable instead of WebElement.
2. Changed the coordinates. I have to use them because the name of the element is not unique.
3. Changed 'outertext" to "innertext".
The result is still the same.
Thanks for your reaction as well, Ravi.Gju. Unfortunately it did not work either.
This is the code I am trying to use now:
Code:
UW_nummer = DataTable("UW_nummer", Global)=Browser("PegaRULES Process Commander").Page("PegaRULES Process Commander").Frame("FORMFRAME").WebTable("htmlTag:=TABLE","abs_x:=1918","abs_y:=363").GetROProperty("innertext")
msgbox UW_nummer
Please look at the Run screen shoot as well (Onwaar = False in Dutch language ). What is also funny - in the search field I am getting value False - in English!
May be you have other suggestions?