Hello All
I was thinking of doing something different today, I do not know if this is known already, but since I am not aware of this fact, I would like to know what could be possible solutions for this:
Here goes the problem:
If suppose I want to access solo.sleep(2000) function, here we all know sleep is a function that we use.
Now, if I declare a
String solo_function = "sleep";
and now I want to use sleep function using solo_function instead of Solo's predefined function, something in this manner
solo.solo_function(2000);
then is there a way to do it?
Any help in this regard would be greatly appreciated.
Thanks
Mohit
--
You received this message because you are subscribed to the Google Groups "Robotium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/robotium-developers/-/c1wXsTJbaTcJ.
To post to this group, send email to robotium-...@googlegroups.com.
To unsubscribe from this group, send email to robotium-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotium-developers?hl=en.