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

[Question] Chorimium is lauched but unable to navigate to url as it just says about:blank #3232

Closed
sreekanthjkprojects opened this issue Jul 30, 2020 · 3 comments

Comments

@sreekanthjkprojects
Copy link

Hi team,

Since couple of days now I have problem in navigating through my application on Chromium. Script launches chromium but does not put the url on the address bar, so it does remain at about:blank for long time. But same code working fine on other browsers.

browser = await playwright1.chromium.launch({headless:false});
context = await browser.newContext();
page = await context.newPage();
await page.goto("https://xxxxxx"); // does not put PAGE_URL on address bar and launched browser will just //show about:blank

@pavelfeldman
Copy link
Member

Does real Chrome browser open this url? The best would be to test with Chrome Canary. It might well be that Chrome no longer loads your page due to TLS or something.

@DJ-Glock
Copy link

It looks like mine issue: #3148

Reboot of PC helped me. But it will be nice if you get browser logs by setting: DEBUG=pw:browser as it was recommended by @yury-s.

@aslushnikov
Copy link
Collaborator

It looks like mine issue: #3148

@DJ-Glock Hard to say without more details here...

Closing this particular issue since the discussion with OP has stalled.

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

4 participants