I am using selenium IEDriverServer along with python.
Is it possible to make sure that IEDriverServer waits for a page to load , until some time and if the operation is not complete in time then it stops loading the page and we can proceed to next step.
Actually i am using a test page which contains takes too much time to load. All i am trying to do is to let it wait for the page to load until 10 sec and if it is unable to load in that time then it stops loading that page and moves over to the next step.
Can anyone suggest how this can be achieved in selenium