15:05:23 #startmeeting Robot Happy Hour 15:05:23 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 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:05:23 The meeting name has been set to 'robot_happy_hour' 15:21:38 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 #topic Robot library you like to use or a new one that everyone would find useful 15:30:25 http://robotframework.org/robotframework/latest/libraries/XML.html#Finding%20elements%20with%20xpath 15:33:38 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 The motivation is to be safe against Keywords which may block indefinitely, such as RequestsLibrary.Get_Request. 15:42:23 We could enhance /customize RequestsLibrary.Get_Request to Wait_Until_Keyword_Succeeds. 15:42:50 or add Wait_Until_Keyword_Succeeds to RequestsLibrary 16:19:32 @vrpolak: checkout http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-user-keywords 16:19:37 #endmeeting