aumeshm

Results 10 comments of aumeshm

Could we leave this open just for discussion. I am able to get the iframe element but none of the content underneath it. I was wondering if anyone else was...

Here is the code I used with replaced variable names. And it fails on the evaluate handle - it looks like the frame has no content underneath it no matter...

@zfcsoftware I think this is a real issue, I just tried the same code with only puppeteer, puppeteer-extra-stealth, and puppeteer-fingerprint-injector (which runs on chrome for testing) and it worked great....

Some additional details. I ran in sandbox, and i added the `IsolateSandboxedIframes` to the disable-features flag. Unfortunately, this did not fix anything.

Have not been able to repro on a website like "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe", but I am definitely having issues when testing on site (that requires access). Unable to wrap my heard around...

@zfcsoftware I think this should be re-opened.

@nwebson You posted this just in time, was in the middle of migrating some stuff to rebrowser :). Thank you. Will lyk if I run into issues here.

I think the context of this matters: 1. If the user is speaking within a tool call that is not interruptible, the agent **should be able** to get out of...

@arxliu-commure For us, the issue was once we were in the function tool before the `session.say`. Here's some psuedocode that shows the example: ``` @function_tool async def add_call_reason_and_tranfer(self, call_reason: CallReason):...

@chenghao-mou thanks, I looked at the PR and it makes sense. Are you able to repro the error if `allow_interruptions=True`? I believe you shouldn't, since you were always pushing to...