Saisyam
Saisyam
I have commented **PyBytes_Check** in the method to make DTMF work: `static PyObject *py_pjsua_call_dial_dtmf(PyObject *pSelf, PyObject *pArgs) { int call_id; PyObject *pDigits; pj_str_t digits; int status; PJ_UNUSED_ARG(pSelf); if (!PyArg_ParseTuple(pArgs, "iO",...
``` import asyncio from pydoll.browser.chrome import Chrome from pydoll.constants import By from pydoll.browser.options import Options async def scrape_articles(): options = Options() options.add_argument("--headless") async with Chrome(options) as browser: await browser.start() page...
Got it, I figured it out to run in headless mode. But getting the following error: ``` Exception ignored in: Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.16/Frameworks/Python.framework/Versions/3.10/lib/python3.10/weakref.py", line 591, in...
Great. I am on Mac. Suddenly the issue disappeared. I will raise a bug if I see it again. Closing it now.