Hello. I have a scenario case which I have a URL that is static. I’m required to press several clicks on a window and other popup window in order to reach the target that I want. My question is there a specific way to activate those clicks all together including the target element?
Example: I have this URL link: https://www.printful.com/custom/mens/sweatshirts/unisex-crew-neck-sweatshirt-gildan-18000
When I go to it, I need to press on the button that says Create product template. After clicking on it, I need to click on the Select all colors checkbox, then I need to click on the Drop your design here button.
Is it possible to trigger all of them together using some sort of JS code inject since the URL stays the same? If so, how can this be done? Please provide some examples. Thanks.