So i have perform some times tests using Selenium
:
My page have simple Drop Down List
and from this Element
i am selecting different value and wait until the next page will load and calculate the time that this operation took and again try to load different value from this Drop Down List
.
So in some values this took a loot of time (because the page need to load many thing) so in this case sometimes this lead into white screen and in this case i want to specify that this is TimeOut
so my question is how to recognise that this white screen appears when i cannot expect to any WebElement
on this white screen.