How do I create a dynamic selector on click activity?

https://www.google.com/search?q=SSNC&source=hp&ei=nND6YbisN7WJ4-EPnt2M-AM&iflsig=AHkkrS4AAAAAYfrerJdMccI3I1_Jv9xIoBswp-IaDdgV&ved=0ahUKEwi46riN1uH1AhW1xDgGHZ4uAz8Q4dUDCAc&uact=5&oq=SSNC&gs_lcp=Cgdnd3Mtd2l6EAMyCAgAEIAEELEDMgUILhCABDILCAAQgAQQsQMQgwEyBQgAEIAEMgUIABCABDIFCAAQgAQyBQgAEIAEMgUIABCABDIFCAAQgAQyBQgAEIAEOhEILhCABBCxAxCDARDHARDRAzoLCC4QgAQQsQMQgwE6CAgAELEDEIMBUABYwgFggQdoAHAAeACAAbwBiAHuBJIBAzAuNJgBAKABAQ&sclient=gws-wiz

trying to get cost like ‘81.33’

Hi @Neeraj_Kumar1,

For this issue, you may try to anchor base.
In the anchor base may require two inputs.

  1. Anchor
  2. Activity which need to be performed.
    image

In the anchor use Find Element and indicate the USD value.
image

In the Drop Action, use Get Text and indicate the 81.10 value
image

And open the UiExplorer of Get Text activity, enable the aaname and change the value as * so that any value if comes will be fetched from the screen.

I hope this would sort out your issue.

Regards,
@90s_Developer

If the USD would be same, no need to change, else you need to change it accordingly by passing variable.

thanks it works for me

@Neeraj_Kumar1,

Great! Kindly mark it as solution which would help others for future reference and this thread will get closed.

Regards,
@90s_Developer