Vrtgs

Results 35 comments of Vrtgs

new branch, since this is too outdated

there is [`WebDriver::leak`](https://docs.rs/thirtyfour/latest/thirtyfour/struct.WebDriver.html#method.leak) now exists in v0.36.0 and prevents auto drop

I am unable to reproduce this issue on the current version with my M1 mac, nor in CI, make sure that the port is set because newer versions of chrome...

ci failing isn't from me

> To be honest, I personally am not very happy with allowing execution of arbitrary code. I mean build scripts are already a thing soooo

will look into this, the new drop logic is a bit messy

since this works in 0.35 I think this was due to previous versions basically deadlocking the process by using a request client that is still tied to the previous runtime,...

problem tracked, since you kill the webdriver the drop logic fails, and then falls into infinite tail recursion, fix is just to avoid dropping the session handle once again please...

> Again, I do think it is not right to make this assumptions (and thus making a request in `Drop`!). It does not look right to me that a request...

> 1. Have a centralized background manager of all sessions. > > When a session needs to be dropped, it can send a message via channels in blocking context to...