Getting a web browser attribute that updates?

I’ve seen similar questions to mine, and have started down the right path with each provided solution in regards to getting attributes/getting text. However, I’ve not found the proper tailored solution for me.

I am trying to get the value of a specified web browser attribute each time I run the process. Use case: tracking price drops on an item on an online store. When I capture the attribute and save it to a variable, it will always return the specific attribute value, at that time of entry into the task. If the price changes over night, and I run my process again, it won’t return the new value, but the original value at the time of the activity creation. How can I make this dynamic?

I’ve tried using a ‘*’ wildcard in place of current value but that did not work.

Hi @chris.bartkewicz,
Try to use the Get Attribute activity to target the element that you need to capture and save the value into a variable.

Cheers!