export default { default: { url: 'https://www.google.com', title: 'Google Home', locators: { searchInput: '//input[@name="q"]', searchButton: '//input[@name="btnK"][not(parent::*/preceding-sibling::*)]', luckyButton: '//input[@name="btnI"][not(parent::*/preceding-sibling::*)]', offeredInSection: '//div[@id="SIvCob"]', bodySection: '//span[@id="body"]', searchResultLinkByLabel: '//*[text()="#RESULT_TEXT#"]' } } };