Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

".size-grid-dropdown failed" Size selector timing out #10

Open
Roymartian opened this issue Oct 19, 2020 · 2 comments
Open

".size-grid-dropdown failed" Size selector timing out #10

Roymartian opened this issue Oct 19, 2020 · 2 comments

Comments

@Roymartian
Copy link

Roymartian commented Oct 19, 2020

Hi Guys - hoping you can help!

I am finding issues running code from Australia, I have made the changes to cart code however my code still times out.

Grateful for your help please team - from my limited knowledge looks like these!!!

"FrameManager.waitForFrameNavigation"

"waiting for selector ".size-grid-dropdown" failed"

@Roymartian Roymartian changed the title Size selector timing out ".size-grid-dropdown failed" Size selector timing out Oct 19, 2020
@ghost
Copy link

ghost commented May 6, 2021

Additional note on this issue: I looked in devtools and the .size-grid-dropdown class doesn't exist. I'm not sure what it used to look like but now it's just a grid. No dropdown.

@maurodelossantos
Copy link

Probably right now is not called with that name. Check with await page.waitForSelector('.mt2-sm'); for ROUND 2, document.querySelectorAll(".css-xf3ahq" for ROUND 3 and waitForSelector('.add-to-cart-btn') for ROUND 4.

With time, names keep changing so I recommend to you to look closely to the code with the "Inspect" Chrome option and look for the buttons, divs, etc newer names.

Anyway, adding to cart not working properly, as I said in other open issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants