From a74c9ceecacfdc595b46d1c8fa87207c0cbdc604 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 25 Jun 2016 14:06:49 -0400 Subject: [PATCH] Update help_docs method summaries --- help_docs/method_summary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/help_docs/method_summary.md b/help_docs/method_summary.md index 57df9365..62c2a94e 100755 --- a/help_docs/method_summary.md +++ b/help_docs/method_summary.md @@ -71,9 +71,10 @@ self.convert_xpath_to_css(xpath) self.convert_to_css_selector(selector, by) -self.set_value(selector, value, by=By.CSS_SELECTOR) +self.set_value(selector, new_value, by=By.CSS_SELECTOR, + timeout=settings.SMALL_TIMEOUT) -self.jquery_update_text_value(selector, new_value, by=By.CSS_SELECTOR +self.jquery_update_text_value(selector, new_value, by=By.CSS_SELECTOR, timeout=settings.SMALL_TIMEOUT) self.jquery_update_text(selector, new_value, by=By.CSS_SELECTOR,