Retrieving Dynamically Updated Values from Webpage
Is there anyway to dynamically grab a data element? Say grab Vehicle Color after a user picks a color and navigates to the "Summary" tab on the below URL:
URL: https://www.chevrolet.com/cars/sonic-sedan-small-car/build-and-price/config
Another example of dynamically grabbing a data value might be scraping a SPA once a form is submitted to grab information from the served "Thank You Screen", or even grabbing the value from the ajax request itself as it is made.