I am trying to get the HTML content of the product specification of a product from the e-commerce platform by using UiPath.Core.Activities.GetAttribute activity. However, the product specification is hidden behind the view more button. Therefore, the validation always fail.
Can I know what is the best way extract HTML content of the product specification of a product which is hidden under view more in UiPath?
Example of a product link:
The selector that I used in get attributes activity:
Thank you for your reply.
I have tried to use css selector. However, the validation is still failed. Are there any other method to extract HTML content?