-
Notifications
You must be signed in to change notification settings - Fork 23
Home
David Mann edited this page Aug 29, 2016
·
13 revisions
Welcome to the fb-chatbot-framework-rails wiki!
MODULES
search_request_on_website(
url: "http://www.chefkoch.de/",
form_name: 'searchform',
result_css_selector: 'li.search-list-item > a',
image_css_selector: 'img'
)
handle_search_result(
url: "http://www.chefkoch.de",
result_css_selector: ".ingredients__container"
)