What exactly is the problem you are trying to solve? Calling start() to get the driver status is a bit of a hack.
On Mon, Jan 4, 2016 at 5:35 AM, Eren Güven <[email protected]> wrote: > Thanks. > > On 4 January 2016 at 13:47, haosdent <[email protected]> wrote: > >> >Calling start and checking it's return value? >> Yes. >> >> On Mon, Jan 4, 2016 at 7:44 PM, Eren Güven <[email protected]> wrote: >> >>> Hello, >>> >>> in the context of python library, what is the correct way of checking >>> the driver status without waiting for the return value of driver.join()? >>> >>> Calling start and checking it's return value? >>> >>> Cheers >>> >> >> >> >> -- >> Best Regards, >> Haosdent Huang >> > >

