Jones Murphy, III
Results
2
issues of
Jones Murphy, III
Fixes munro/python-selenium-async#3
The following code will open a Firefox window instead of executing in the background. ``` import asyncio from selenium_async import use_browser, Options async def browse(): async with use_browser(options=Options(headless=True)) as driver:...