export default { default: { url: '', title: '', locators: { listRow: '(//tbody/tr[not(contains(@class,"RowDetail"))])[#ROW_NUM#]', listRowYourAction: '(//tbody/tr[not(contains(@class,"RowDetail"))])[#ROW_NUM#]/td[3]', listRowDetail: '//tbody/tr[2]', listRowViewButton: '//p[contains(text(),"View")][#ROW_NUM#]', listContainer: '//tbody/tr[2]', listRowOtherPartiesAction: '(//tbody/tr[contains(@class,"RowDetail")])[#ROW_NUM#]//div[contains(@class,"ActionTakenByOtherPartiesContent")]', viewIssuedAmendmentsButton: '//div[text() = "View Issued Amendments" or text() = "View Accepted Amendments"]' } }, v8: { locators: {} }, v8_1: { locators: {} } };