Forums

selenium web driver

So I was running a script that used webdriver and now my /tmp directory is a little bloated but I can not remove those folders because I get some kind of resource busy error. My script did not call quit() on the browser so I'm guessing that might have something to do with it. Any suggestions?

Hello,

This worked for me:

rm -rf /tmp/*

It may work for you...

I did that but it didn't work because there are processes still using those files.

Hi David,

I've taken care of those processes for you. Sorry for the delay!

No worries. Thanks for looking into it. I'll be more careful next time.

I get the impression that there's some sort of process listing interface in the works - sounds like some equivalent to fuser would be a useful extension to this.

Yes, indeed. I've added that to the ticket.