def step_impl(context, text):
	home = google_home(context.driver)
	home.search_element = text
	home.search_element = Keys.RETURN
def step_impl(context):
	driver = context.driver
	home = google_home(driver)
	home.get(home.url)
	assert "Google" == driver.title