My application uses Mink with Selenium 2 driver. when i try to load the page with some resources that are loading slow (or not loading at all) the application waits infinitely until everything is loaded.
for i have several hundreds of iterations in my application - you can imagine how long the script is executed.
question: is there any possibility to set a timeout for page to load? and throw some exception if the page is not loaded during that period?
thanks in advance!