Talha
Talha
Facing the issue: waiting for: locator("[data-test-id=\"post-content\"]") whereas I have managed to fix the login by editing the values: page.locator('input[name="username"]').fill(settings.config["reddit"]["creds"]["username"]) page.locator('input[name="password"]').fill(settings.config["reddit"]["creds"]["password"]) page.locator('.login.button-brand').click()
> > Facing the issue: waiting for: locator("[data-test-id="post-content"]") Just hoping that they fix it ASAP.
>  I'm getting the same error too In Python 3.x, urllib2 has been split into urllib.request and urllib.error. You should replace urllib2 with urllib.request and handle the exceptions using...
> the code runs and the app is built but the api key dart file which u have located in the chat page is showing an error and when i...