We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while open a new page it's still with a empty page
async def execute_from_new_browser() -> Page: browser = await p.chromium.launch(headless=False, args=['--start-maximized']) # context = await browser.new_context(record_video_dir='../screenshots/videos', # record_video_size={'width': 1920, 'height': 1080}) context = await browser.new_context(viewport={'width': 1920, 'height': 1080}) page = await context.new_page() await page.set_viewport_size({'width': 1920, 'height': 1080}) await stealth_async(page) return page page = await execute_from_new_browser() await page.goto("https://xxx.com")
console output some error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while open a new page it's still with a empty page
console output some error
The text was updated successfully, but these errors were encountered: