How to pass the Absolute HTML Path

Hi All,

I am doing automation on oracle integration cloud services application, when i inspect the element the attributes are changing dynamically.

So i am thinking to use the Absolute HTML path(ex: html/body/div[2]/form/div[1]/div[1]/div/div/div/div[4) to find the elements. But i am not sure how to pass the html path Ui path.

Can you please help on this.

Thanks in advance.

Hi @harishpulipati
do you first want the value from particular html tag and then pass that value somewhere else. if it is the case i have given solution on below link like how to parse the XML and get the value of particular tag.

Hi Rishi,

Thanks for the reply.

I don’t want read any value from Xml. i just want to send HMTL absolute path to Ui path to find an element.

Can you elaborate where ICS you are trying this and what you are trying to achieve?