Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking out for any solution in Selenium for timing issues. Is there any function or method (particularly in Ruby) that matches somthing like 'Synchronization method' in QTP? I have tried wait_for_frame and wait_for_element, but not able to make through with them. Any help would be great.

share|improve this question
This doesn't really explain what you need synchronization with, though heavily implies with a frame content. What have you tried so far? – adam goucher Mar 18 '10 at 12:55
i was actually stuck with the ajax on the page. Got a work around using the Wait_for_condition command with using right javascript library. – ss. May 14 '10 at 8:14
plz visit lrnselenium.com/?tag=wait-for-element-in-selenium – Tom Dec 19 '11 at 8:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.