2
Shouts

Dean Hume - Selenium Webdriver - Wait for an element to load

published 569 days, 16 hours, 35 minutes ago posted by deanomachinodeanomachino 572 days, 4 hours, 45 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Friday, October 28, 2011 8:31:11 AM GMT

Coding Tips & TricksHomeAboutContactCV

        Selenium Webdriver - Wait for an element to load

Tweet I am currently working on a project that uses a lot of AJAX and delayed loading of HTML elements. This means that when a page loads, the object that I am looking for might not necessarily have appeared yet. In many instances the element may only be added to the DOM after an amount of time by the use of some JavaScript.

At first, we decided to write our automated tests as normal using Seleni...

category: Web Dev | clicked: 71 | | source: deanhume.com | show counter code
tags: C#, Ajax, WebDriver, Selenium

1 comment posted.

To post your comment please login or signup