aduddella
16 years agoContributor
How to get a Parent object when i have a child object using VB script
Hi
I am trying to write a code which will search through the web page with the help of page object(which I have name mapped).Once I find the object which has innertext="abc" then I would have also to find the multiple occurences of these innertext and know their parents so that i can then know which of these objects have the same parent so that they would become sibblings and then compare their inner text.
I need this code in VB script in a urgent way Any help would be appreciated
I have the following situation where I have to compare the values of two table cells data to check whether they are equal or not
TABLE Structure
COLUMN_1 COLUMN_2
ROW 1 ABC ABC
ROW 2 DEF XYZ
I would want to compare the values in the cells in this tables which are there in the webpage to make sure they are equal
Thanks in Advance
I am trying to write a code which will search through the web page with the help of page object(which I have name mapped).Once I find the object which has innertext="abc" then I would have also to find the multiple occurences of these innertext and know their parents so that i can then know which of these objects have the same parent so that they would become sibblings and then compare their inner text.
I need this code in VB script in a urgent way Any help would be appreciated
I have the following situation where I have to compare the values of two table cells data to check whether they are equal or not
TABLE Structure
COLUMN_1 COLUMN_2
ROW 1 ABC ABC
ROW 2 DEF XYZ
I would want to compare the values in the cells in this tables which are there in the webpage to make sure they are equal
Thanks in Advance