Css3xpath configuration dynamically

Hi Amit,

Can we configure the css3xpath dynamically for drop down selection.
Below is the path displayed when i select the item.
td > ul > li:nth-child(5)
Can i configure nth-child(5) dynamically?

Regards,
Pallavi

Hi,

What do you mean by dynamucally. Do you want to store the css value in a variable and use the same

Regards,
Amit Anand

Yes Amit.I want to pass the css3xpath value through variable.Is this possible.In my case drop down selection value changes.So ,I want to pass the value dynamically.

Hi,

Passing value through argument is not possible. Try using manual selector which gives you control to select different attributes value with condition such as Contains, Start With, End With and Equals to identify desired control.

Regards,
Amit Anand