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

[Bug]: Redirected from another domain to my domain then perform click event page crashed!! #30564

Closed
rekhaaum opened this issue Apr 26, 2024 · 1 comment

Comments

@rekhaaum
Copy link

Version

1.40.1

Steps to reproduce

await this.page.click('a[data-pw="login"]');
await this.page.goto('www.anotherdomain.com');
await this.page.performLogin();
await this.page.goto('www.mydomain.com');
await this.page.click('a[data-pw="adPost"]')

Expected behavior

Page should redirect to adPost page but getting page crashed. I thought it becuase of two different domain redirection.Please help me.

Actual behavior

Getting page crashed. Gah. you have crashed.

Additional context

No response

Environment

Operating System: ubuntu
Browser: mozzila
@pavelfeldman
Copy link
Member

Please use BUG template to file something we can reproduce locally!

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