Serhii Pirohov

Results 57 comments of Serhii Pirohov

@MarcosBaungartner yes, because cache is valid for 1 day

> can you kindly explain what you mean? it says "Downloading" twice and i see the progress bar. this was fixed for chromium but happens for me now for firefox...

DriverManager constructor have a parameter cache_valid=1, you can set it like 30 or 365

You'd suggest adding a timeout, right? What the default value should be?

Could you please submit a PR for this?

@dschwalm feel free to provide a PR for this

What is the reason not to reopen browser on crash? Do we really need this feature?

@kylefix Hi, I don't see any real profit for this. We have should methods and all checks and assertions should be performed like ``` s("locator").should(have.text("hello")) ```

I think we can add .has(), so that it will look like ``` if(s("locator").has(text(""))) ````

@dskard thank you, but it’s a very specific case! So I think for such situations user is able to use direct selenium calls