Uh oh!
There was an error while loading. Please reload this page.
add jquery active wait for finding elemnet - #148
Conversation
j1z0
commented
Nov 27, 2012
I do like the idea of adding jQuey support but I have a concern with the way it is implemented in this pull request. I would rather see an option added to the library init such as UseJquery it should default to false abd only call the jQuery bits if its value is true. |
jollychang
commented
Nov 27, 2012
@j1z0 ok,I will try to add as a option |
jollychang
commented
Nov 27, 2012
update as options from import Selenium2Library |
peritus
commented
Jan 18, 2013
I always implement this in "Robot Framework userland": And I think it's better kept that way. |
omahlama
commented
Feb 8, 2013
I agree with @peritus, there are cases where you want to do things without waiting for ajax, so the choice should be left to the end user. Maybe documenting this as a typical use scenario would be useful instead. |
peritus
commented
Feb 11, 2013
@omahlama Yes, documentation would be great, also could include examples for all popular Ajax wrapping frameworks! |
emanlove
commented
Mar 2, 2013
Consensus seems to be to use a Robot Framework keyword instead of suggested pull request. Added issue #175. |
for every element find