At least i was able to figure this question out. Here is the code that works:
import nodriver as uc import asyncio async def b_start_chrome_and_log_in(): driver = await uc.start() await driver.main_tab.maximize()