15:05:23 <catohornet> #startmeeting Robot Happy Hour
15:05:23 <odl_meetbot> Meeting started Wed May 20 15:05:23 2015 UTC.  The chair is catohornet. Information about MeetBot at http://ci.openstack.org/meetbot.html.
15:05:23 <odl_meetbot> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:05:23 <odl_meetbot> The meeting name has been set to 'robot_happy_hour'
15:21:38 <catohornet> Good morning. Pose questions or tell us about a robot library you like to use or a new one that everyone would find useful.  :)
15:22:28 <catohornet> #topic Robot library you like to use or a new one that everyone would find useful
15:30:25 <catohornet> http://robotframework.org/robotframework/latest/libraries/XML.html#Finding%20elements%20with%20xpath
15:33:38 <vrpolak> I would like a library with Keyword equivalent to Run_Keyword_With_Timeout, by which I mean it should do what BuiltIn.Wait_Until_Keyword_Succeeds does, but with only one attempt.
15:34:14 <vrpolak> The motivation is to be safe against Keywords which may block indefinitely, such as RequestsLibrary.Get_Request.
15:42:23 <catohornet> We could enhance /customize RequestsLibrary.Get_Request to Wait_Until_Keyword_Succeeds.
15:42:50 <catohornet> or add Wait_Until_Keyword_Succeeds to RequestsLibrary
16:19:32 <catohornet> @vrpolak: checkout  http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-user-keywords
16:19:37 <catohornet> #endmeeting