Hi folks,
I am new to Selenium WebDriver but I have extensive experience in Automation testing with QTP. I am currently working on a selenium framework, made up of testNG with POM pattern.
The application which I am testing is a retail website, and I certainly agree that the app is lil slow while loading the pages. For the same reason the overall test execution time is getting delayed.
Now my plan is to built a method which will accept an object and page as reference and will wait until that object appears in that page, and as soon as the object is visible the page load must stop. I have tried to built the same using expectedconditions, firefox strategies etc, but terribly failed.
Could you guys please provide me any idea or solution for the same.
Thanks
Souvik