Dynamic selectors2

I want to dynamically select the date of journey on red bus website how can i do it using selectors.I tried by choosing input dialog to pass row and column value but failed to get the output. kindly provide the solution

Hi @Samsanditha

Welcome to UIpath community Forum

This can done by please store the value getting from input dialog box into a variable
and then using UIExplorer identify the selector of the field by using indicate element and indicate the particular element you want to make to dynamic

change the selector as below

for example you are entering the Date field as dynamic

webctrl isleaf=‘1’ tableCol=‘6’ tableRow=‘5’ tag=‘TD’ aaname=‘“&dateVar&”’ /

Regards
A Manohar

1 Like

Thanks it’s working

@Manohar1

Hi @suraj23

Try to use UI Explorer and identify the selectors
For Example you are having problem with ID try to identify if the whole ID is changing or only some part of ID is changing if it does try to use below selector type
Ex:‘UE626436D_7A4D_72D5’

Try :‘UE626436D*’

OR try to send the URL I will do it

Regards,
A Manohar

@Manohar1
I tried this way, Each ID comes only once, it can’t repeat, each and every field has a unique ID
URL can not access outside from company Vlan

@suraj23

Try to explore with other attributes in UIExplorer

OR use Anchor Base or Image Hope u will get any results.

Regards,
A Manohar