Hi! I have been trying to do a thing where I need to select a div with its test-id or class name but when I try to access it. There are so many elements with the same class_name or test-id. I tried everything like using the CSS selectors or :has keyword but still I get the same result. Is there anything which will help me to select the specific div i want?
You see in the above image everything is getting selected but I only want to select the container of two buttons (parameter and cost). Please help if there’s a solution for this thing.