Skip to content

Instantly share code, notes, and snippets.

@KameronKales
Created January 20, 2017 19:46
Show Gist options
  • Save KameronKales/da3e91a61ca585129b5a6a4f439553a3 to your computer and use it in GitHub Desktop.
Save KameronKales/da3e91a61ca585129b5a6a4f439553a3 to your computer and use it in GitHub Desktop.
2nd part of alexa-skill to book conference rooms.
browser.get("https://hqraleigh.spaces.nexudus.com/en/bookings/search")
begin_time = browser.find_element_by_id("FromDate")
end_time = browser.find_element_by_id("ToDate")
end_time.send_keys(end_time_of_room)
begin_time.send_keys(begin_time_of_room)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment