The ChromeDriver opens a new Chrome Window and asks me to accept cookies. But it sometimes does not waits me to click on accept. When it does awaits it rejects my credentials, and those are correct credentials, and I need to manually type the same I did on command line to pass the login (2FA is disabled).
When I check the console I get
DevTools listening on ws://127.0.0.1:64942/devtools/browser/5a277a88-8181-42e4-b5ee-7fbc62faaa7b
[31248:17440:0120/123951.754:ERROR:device_event_log_impl.cc(211)] [12:39:51.754] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: Um dispositivo conectado ao sistema nπo estß funcionando. (0x1F)
[31248:17440:0120/123951.757:ERROR:device_event_log_impl.cc(211)] [12:39:51.758] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: Um dispositivo conectado ao sistema nπo estß funcionando. (0x1F)
Execution blocked: Please navigate to https://www.facebook.com to continue
Execution blocked: Please navigate to https://www.facebook.com to continue
And then my Browser opened by ChromeDriver automatically navigates to file://mobile.facebook.com/'https://www.facebook.com/myprofile/'/timeline?year=2010 and displays nothing and I get a Could not find any posts message on the console.
After I run deletefb -E 'mymail' -P 'mypassword' -U 'https://www.facebook.com/myprofile/' -Y 2010
The ChromeDriver opens a new Chrome Window and asks me to accept cookies. But it sometimes does not waits me to click on accept. When it does awaits it rejects my credentials, and those are correct credentials, and I need to manually type the same I did on command line to pass the login (2FA is disabled).
When I check the console I get
And then my Browser opened by ChromeDriver automatically navigates to file://mobile.facebook.com/'https://www.facebook.com/myprofile/'/timeline?year=2010 and displays nothing and I get a Could not find any posts message on the console.