You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into the same problems, I have tried more complex ones but it still doesn't work on my end. Might be a security layer, or I am just bad at this xD.
That's a shame I have added ChatGPT that adapts to description while writing the messages.
Here is what I have tried so far: await page.waitForXPath('//div[@class="HeaderDesktop_navLink_aPKAN"]/a[contains(@href, "/en/user/login")]', { timeout: 30000 });
let loginButton = await page.$x('//div[@class="HeaderDesktop_navLink_aPKAN"]/a[contains(@href, "/en/user/login")]');
Is it just me or the selectors this project relies on just aren't valid for the current kamernet.nl anymore?
If I insect the relevant page,
#login-button
does not seem to be found anywhere.The text was updated successfully, but these errors were encountered: