Describe the problem:
I want to scrape the data like delivery fee and tax for each item, so I need to click 'add the bag' at first and go to the bag page, after scraping at the bag page, I need to remove the item for that guarantees the delivery fee and tax are matching the correct single item. Now, I use several Element Click but cannot implement the function. Hence, how can I do that?
Url: Budee - Fresno Dispensary Menu | Leafly
{"_id":"test","startUrl":["https://www.leafly.com/dispensary-info/budee-delivery/menu"],"selectors":[{"id":"product_card","parentSelectors":["_root"],"type":"SelectorElement","selector":".col-1\\/2 div.flex-col","multiple":true},{"id":"link","parentSelectors":["product_card"],"type":"SelectorLink","selector":"a.h-full","multiple":false},{"id":"Features","parentSelectors":["link"],"type":"SelectorGroup","selector":".hidden div.inline-block","extractAttribute":""},{"id":"Brand","parentSelectors":["link"],"type":"SelectorText","selector":".hidden .mt-xs span","multiple":false,"regex":""},{"id":"Price","parentSelectors":["product_card"],"type":"SelectorText","selector":"div.text-lg","multiple":false,"regex":""},{"id":"Unit of Orice","parentSelectors":["product_card"],"type":"SelectorText","selector":".mt-sm div.text-xs","multiple":false,"regex":""},{"id":"Product Name","parentSelectors":["link"],"type":"SelectorText","selector":".hidden h1","multiple":false,"regex":""},{"id":"Rating","parentSelectors":["link"],"type":"SelectorText","selector":".hidden span.pr-xs","multiple":false,"regex":""},{"id":"Reviews","parentSelectors":["link"],"type":"SelectorText","selector":".text-sm .pl-xs span","multiple":false,"regex":""},{"id":"Sale","parentSelectors":["product_card"],"type":"SelectorText","selector":"div.bg-notification","multiple":false,"regex":""},{"id":"Regular Price","parentSelectors":["product_card"],"type":"SelectorText","selector":".flex span","multiple":false,"regex":""},{"id":"Bag","parentSelectors":["link"],"type":"SelectorElementClick","clickElementSelector":".my-lg button.flex","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard","multiple":true,"selector":"body"},{"id":"View bag","parentSelectors":["Bag"],"type":"SelectorLink","selector":"a.flex.relative","multiple":false},{"id":"Delivery","parentSelectors":["View bag"],"type":"SelectorText","selector":"div[data-testid='delivery-fee']","multiple":false,"regex":""},{"id":"Remove","parentSelectors":["Delivery"],"type":"SelectorElementClick","clickElementSelector":"a.jsx-4a187f3cc6c394a3.text-xs","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard","multiple":true,"selector":"div.m-none"},{"id":"Tax","parentSelectors":["View bag"],"type":"SelectorText","selector":"div[data-testid='est.-taxes']","multiple":false,"regex":""}]}