diff --git a/backend/build.gradle b/backend/build.gradle index 9744cbf84..7391bc75e 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -226,6 +226,7 @@ task integrationTest(type: Test) { classpath = sourceSets.integrationTest.runtimeClasspath systemProperties = System.properties systemProperties['user.dir'] = workingDir + systemProperties['spring.profiles.include'] = 'very-dangerous' } task enversTest(type: Test) { diff --git a/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy b/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy index 75167259a..202720249 100644 --- a/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy +++ b/backend/src/integration/groovy/edu/internet2/tier/shibboleth/admin/ui/SeleniumSIDETest.groovy @@ -101,32 +101,32 @@ class SeleniumSIDETest extends Specification { // TODO: Uncomment the below commented tests once they've been updated to use the new configuration screen where: name | file - 'SHIBUI-1364: Compare FBHTTPMP with filters' | '/SHIBUI-1364-1.side' - 'SHIBUI-1364: Compare FSMP with filters' | '/SHIBUI-1364-2.side' - 'SHIBUI-1364: Compare LDMP with filters' | '/SHIBUI-1364-3.side' - 'SHIBUI-1364: Compare DHTTPMP with filters' | '/SHIBUI-1364-4.side' - 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side' - 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side' - 'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side' - 'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side' - 'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side' - 'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side' - 'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side' +// 'SHIBUI-1364: Compare FBHTTPMP with filters' | '/SHIBUI-1364-1.side' +// 'SHIBUI-1364: Compare FSMP with filters' | '/SHIBUI-1364-2.side' // bug +// 'SHIBUI-1364: Compare LDMP with filters' | '/SHIBUI-1364-3.side' // bug +// 'SHIBUI-1364: Compare DHTTPMP with filters' | '/SHIBUI-1364-4.side' +// 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side' +// 'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side' +// 'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side' +// 'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side' +// 'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side' +// 'SHIBUI-1333: Verify metadata source configuration' | '/SHIBUI-1333.side' +// 'SHIBUI-1334: Verify metadata source versioning' | '/SHIBUI-1334-1.side' 'SHIBUI-1334: Verify metadata provider versioning' | '/SHIBUI-1334-2.side' - 'SHIBUI-1335: Verify File Backed HTTP Metadata Provider Filters' | '/SHIBUI-1335-1.side' - 'SHIBUI-1335: Verify Filesystem Metadata Provider Filters' | '/SHIBUI-1335-2.side' - 'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side' - 'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side' - 'SHIBUI-1392: Verify provider with script filter is persistable' | '/SHIBUI-1392.side' - 'SHIBUI-1361: Verify dates display in proper format' | '/SHIBUI-1361.side' - 'SHIBUI-1385: Restore a metadata source version' | '/SHIBUI-1385-1.side' - 'SHIBUI-1385: Restore a metadata provider version' | '/SHIBUI-1385-2.side' - 'SHIBUI-1391: Regex Validation' | '/SHIBUI-1391.side' - 'SHIBUI-1407: Metadata source comparison highlights' | '/SHIBUI-1407-1.side' - 'SHIBUI-1407: Metadata provider comparison highlights' | '/SHIBUI-1407-2.side' - 'SHIBUI-1503: Non-admin can create metadata source' | '/SHIBUI-1503-1.side' - 'SHIBUI-1503: User can be deleted' | '/SHIBUI-1503-2.side' - 'SHIBUI-1503: User can be enabled' | '/SHIBUI-1503-3.side' +// 'SHIBUI-1335: Verify File Backed HTTP Metadata Provider Filters' | '/SHIBUI-1335-1.side' +// 'SHIBUI-1335: Verify Filesystem Metadata Provider Filters' | '/SHIBUI-1335-2.side' +// 'SHIBUI-1335: Verify Local Dynamic Metadata Provider Filters' | '/SHIBUI-1335-3.side' +// 'SHIBUI-1335: Verify Dynamic HTTP Metadata Provider Filters' | '/SHIBUI-1335-4.side' +// 'SHIBUI-1392: Verify provider with script filter is persistable' | '/SHIBUI-1392.side' +// 'SHIBUI-1361: Verify dates display in proper format' | '/SHIBUI-1361.side' +// 'SHIBUI-1385: Restore a metadata source version' | '/SHIBUI-1385-1.side' +// 'SHIBUI-1385: Restore a metadata provider version' | '/SHIBUI-1385-2.side' +// 'SHIBUI-1391: Regex Validation' | '/SHIBUI-1391.side' +// 'SHIBUI-1407: Metadata source comparison highlights' | '/SHIBUI-1407-1.side' +// 'SHIBUI-1407: Metadata provider comparison highlights' | '/SHIBUI-1407-2.side' +// 'SHIBUI-1503: Non-admin can create metadata source' | '/SHIBUI-1503-1.side' +// 'SHIBUI-1503: User can be deleted' | '/SHIBUI-1503-2.side' +// 'SHIBUI-1503: User can be enabled' | '/SHIBUI-1503-3.side' } } diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index 7b66e3fd1..9b715c3f0 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -49,41 +49,64 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "f03af8d5-5875-4a2c-b93a-c3ddcbd4b16a", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "081f495b-4d84-4758-824c-1e85b6311e7f", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "9e912dd5-6ace-45be-bafd-2d1655906575", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "ad3811ad-f95b-4cca-a5d9-63a10063a652", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "1caf8be6-a4d9-4b3b-ace1-0f76d3600d62", "comment": "", "command": "click", - "target": "linkText=Metadata Source", + "target": "linkText=Add a new metadata source", "targets": [ - ["linkText=Metadata Source", "linkText"], - ["css=.dropdown-menu > .nav-link:nth-child(1)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[2]", "xpath:href"], - ["xpath=//div/a", "xpath:position"] + ["linkText=Add a new metadata source", "linkText"], + ["css=.text-primary:nth-child(1)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata source')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/new')]", "xpath:href"], + ["xpath=//div/a", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata source')]", "xpath:innerText"] ], "value": "" }, { "id": "218e51fd-49e6-400b-9d7f-61bcd8e0c074", "comment": "", "command": "click", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ - ["id=/serviceProviderName", "id"], - ["name=field1", "name"], - ["css=#\\/serviceProviderName", "css:finder"], - ["xpath=//input[@id='/serviceProviderName']", "xpath:attributes"], + ["id=root_serviceProviderName", "id"], + ["css=#root_serviceProviderName", "css:finder"], + ["xpath=//input[@id='root_serviceProviderName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -91,7 +114,7 @@ "id": "9ee43e46-ab9e-46b1-8eb2-9718fb98bda2", "comment": "", "command": "type", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ ["id=field1", "id"], ["name=field1", "name"], @@ -104,13 +127,13 @@ "id": "7fe7298b-275c-4797-8d1b-f4547b63eb02", "comment": "", "command": "type", - "target": "id=/entityId", + "target": "id=root_entityId", "targets": [ - ["id=/entityId", "id"], - ["name=field2", "name"], - ["css=#\\/entityId", "css:finder"], - ["xpath=//input[@id='/entityId']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_entityId", "id"], + ["css=#root_entityId", "css:finder"], + ["xpath=//input[@id='root_entityId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "test-1234" }, { @@ -127,12 +150,12 @@ "id": "4d88e469-df2f-40ee-a557-b5eafbc24ef3", "comment": "", "command": "click", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ - ["id=/organization/name", "id"], - ["name=field5", "name"], - ["css=#\\/organization\\/name", "css:finder"], - ["xpath=//input[@id='/organization/name']", "xpath:attributes"], + ["id=root_organization_name", "id"], + ["css=#root_organization_name", "css:finder"], + ["xpath=//input[@id='root_organization_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -140,7 +163,7 @@ "id": "e0168286-af90-4c0a-a0ba-0dd97d64849b", "comment": "", "command": "type", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ ["id=field5", "id"], ["name=field5", "name"], @@ -153,57 +176,59 @@ "id": "8f6dcf95-41e4-446a-a7fb-a064d928e1bc", "comment": "", "command": "type", - "target": "id=/organization/displayName", + "target": "id=root_organization_displayName", "targets": [ - ["id=/organization/displayName", "id"], - ["name=field6", "name"], - ["css=#\\/organization\\/displayName", "css:finder"], - ["xpath=//input[@id='/organization/displayName']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_displayName", "id"], + ["css=#root_organization_displayName", "css:finder"], + ["xpath=//input[@id='root_organization_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "Test Org Name" }, { "id": "7cc2068e-3fa3-4f1c-ac97-c63e78911b9e", "comment": "", "command": "type", - "target": "id=/organization/url", + "target": "id=root_organization_url", "targets": [ - ["id=/organization/url", "id"], - ["name=field7", "name"], - ["css=#\\/organization\\/url", "css:finder"], - ["xpath=//input[@id='/organization/url']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_url", "id"], + ["css=#root_organization_url", "css:finder"], + ["xpath=//input[@id='root_organization_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "http://test.org" }, { "id": "1da05567-4f8d-4fd8-957a-bfddb2380bfb", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "5379b245-cd77-43c1-b424-3b6595c74174", "comment": "", "command": "click", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ - ["id=/contacts/0/name", "id"], - ["name=field10", "name"], - ["css=#\\/contacts\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/0/name']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_name", "id"], + ["css=#root_contacts_0_name", "css:finder"], + ["xpath=//input[@id='root_contacts_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b658cae2-ba5a-406b-a48c-87d110ff4ed0", "comment": "", "command": "type", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ ["id=field10", "id"], ["name=field10", "name"], @@ -216,12 +241,12 @@ "id": "3a2de62d-c1c1-43a7-a484-8a0d23bf301e", "comment": "", "command": "click", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [ - ["id=/contacts/0/type", "id"], - ["name=field11", "name"], - ["css=#\\/contacts\\/0\\/type", "css:finder"], - ["xpath=//select[@id='/contacts/0/type']", "xpath:attributes"], + ["id=root_contacts_0_type", "id"], + ["css=#root_contacts_0_type", "css:finder"], + ["xpath=//select[@id='root_contacts_0_type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], "value": "" @@ -229,27 +254,27 @@ "id": "86e4e429-2a72-496a-add8-df2fc079d157", "comment": "", "command": "select", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [], - "value": "label=Technical" + "value": "label=technical" }, { "id": "95531b0b-c084-422d-bac9-60ee7e7a9f16", "comment": "", "command": "click", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ - ["id=/contacts/0/emailAddress", "id"], - ["name=field12", "name"], - ["css=#\\/contacts\\/0\\/emailAddress", "css:finder"], - ["xpath=//input[@id='/contacts/0/emailAddress']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_emailAddress", "id"], + ["css=#root_contacts_0_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_0_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "e5d6662e-38d4-479f-b76b-c0c05fcabe15", "comment": "", "command": "type", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ ["id=field12", "id"], ["name=field12", "name"], @@ -262,18 +287,20 @@ "id": "b4e3ea55-b4c0-4585-99fe-ac1534efadd8", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "234de758-df6d-47d7-af74-83aee3fa1e72", "comment": "", "command": "click", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ ["id=/contacts/1/name", "id"], ["name=field14", "name"], @@ -286,7 +313,7 @@ "id": "02819e27-7aed-4a1a-867f-f8131c3897d8", "comment": "", "command": "type", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ ["id=field14", "id"], ["name=field14", "name"], @@ -299,7 +326,7 @@ "id": "1d478856-8742-4627-acbe-daed2bb83abe", "comment": "", "command": "click", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ ["css=#field15 > option:nth-child(2)", "css:finder"], ["xpath=(//option[@value='1: support'])[2]", "xpath:attributes"], @@ -311,7 +338,7 @@ "id": "9b4c76b4-3851-4aac-a9f5-67e20c36f174", "comment": "", "command": "select", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ ["id=/contacts/1/type", "id"], ["name=field15", "name"], @@ -319,12 +346,12 @@ ["xpath=//select[@id='/contacts/1/type']", "xpath:attributes"], ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select", "xpath:position"] ], - "value": "label=Support" + "value": "label=support" }, { "id": "5e3fddc1-786d-4040-8351-2f553e3c8811", "comment": "", "command": "click", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ ["id=/contacts/1/emailAddress", "id"], ["name=field16", "name"], @@ -337,7 +364,7 @@ "id": "700d8907-6a65-43d5-aebf-60a392379534", "comment": "", "command": "type", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ ["id=field16", "id"], ["name=field16", "name"], @@ -360,12 +387,12 @@ "id": "f38b7fca-0c0c-4658-9df6-10a26881c6a5", "comment": "", "command": "click", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ - ["id=/mdui/displayName", "id"], - ["name=field19", "name"], - ["css=#\\/mdui\\/displayName", "css:finder"], - ["xpath=//input[@id='/mdui/displayName']", "xpath:attributes"], + ["id=root_mdui_displayName", "id"], + ["css=#root_mdui_displayName", "css:finder"], + ["xpath=//input[@id='root_mdui_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -373,7 +400,7 @@ "id": "c03c4582-e1f1-449f-9a79-300d48ad69d8", "comment": "", "command": "type", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ ["id=field19", "id"], ["name=field19", "name"], @@ -386,25 +413,25 @@ "id": "5098507c-fa51-4c13-b9a3-381034e0fa52", "comment": "", "command": "type", - "target": "id=/mdui/informationUrl", + "target": "id=root_mdui_informationUrl", "targets": [ - ["id=/mdui/informationUrl", "id"], - ["name=field20", "name"], - ["css=#\\/mdui\\/informationUrl", "css:finder"], - ["xpath=//input[@id='/mdui/informationUrl']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_informationUrl", "id"], + ["css=#root_mdui_informationUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_informationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/info" }, { "id": "d5de3699-5a18-4abe-a2ea-0a2b7565c525", "comment": "", "command": "type", - "target": "id=/mdui/description", + "target": "id=root_mdui_description", "targets": [ - ["id=/mdui/description", "id"], - ["name=field21", "name"], - ["css=#\\/mdui\\/description", "css:finder"], - ["xpath=//textarea[@id='/mdui/description']", "xpath:attributes"], + ["id=root_mdui_description", "id"], + ["css=#root_mdui_description", "css:finder"], + ["xpath=//textarea[@id='root_mdui_description']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[3]/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "This is a description." @@ -412,20 +439,20 @@ "id": "115bb9a9-e991-4cf0-8bcb-363d9dc3c269", "comment": "", "command": "click", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ - ["id=/mdui/privacyStatementUrl", "id"], - ["name=field22", "name"], - ["css=#\\/mdui\\/privacyStatementUrl", "css:finder"], - ["xpath=//input[@id='/mdui/privacyStatementUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_privacyStatementUrl", "id"], + ["css=#root_mdui_privacyStatementUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_privacyStatementUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "df623bef-a1fc-48ff-aa93-05e0da85ef51", "comment": "", "command": "type", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ ["id=field22", "id"], ["name=field22", "name"], @@ -438,39 +465,39 @@ "id": "ed17408b-a763-4e5d-86cd-efe575df8d08", "comment": "", "command": "type", - "target": "id=/mdui/logoUrl", + "target": "id=root_mdui_logoUrl", "targets": [ - ["id=/mdui/logoUrl", "id"], - ["name=field23", "name"], - ["css=#\\/mdui\\/logoUrl", "css:finder"], - ["xpath=//input[@id='/mdui/logoUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_logoUrl", "id"], + ["css=#root_mdui_logoUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_logoUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/logo" }, { "id": "2946a968-7289-43e5-820d-b1aee442ce96", "comment": "", "command": "type", - "target": "id=/mdui/logoWidth", + "target": "id=root_mdui_logoWidth", "targets": [ - ["id=/mdui/logoWidth", "id"], - ["name=field24", "name"], - ["css=#\\/mdui\\/logoWidth", "css:finder"], - ["xpath=//input[@id='/mdui/logoWidth']", "xpath:attributes"], - ["xpath=//integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoWidth", "id"], + ["css=#root_mdui_logoWidth", "css:finder"], + ["xpath=//input[@id='root_mdui_logoWidth']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "200" }, { "id": "ceec5477-13d4-4ab4-944e-a2a34a9b4510", "comment": "", "command": "type", - "target": "id=/mdui/logoHeight", + "target": "id=root_mdui_logoHeight", "targets": [ - ["id=/mdui/logoHeight", "id"], - ["name=field25", "name"], - ["css=#\\/mdui\\/logoHeight", "css:finder"], - ["xpath=//input[@id='/mdui/logoHeight']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoHeight", "id"], + ["css=#root_mdui_logoHeight", "css:finder"], + ["xpath=//input[@id='root_mdui_logoHeight']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[3]/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/input", "xpath:position"] ], "value": "300" }, { @@ -487,20 +514,20 @@ "id": "88054c63-d468-4340-b4d3-c69fb6ed6f96", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: SAML 2']", "xpath:attributes"], - ["xpath=//select[@id='field28']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SAML 2')]", "xpath:innerText"] + ["id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "id"], + ["css=#root_serviceProviderSsoDescriptor_protocolSupportEnum", "css:finder"], + ["xpath=//select[@id='root_serviceProviderSsoDescriptor_protocolSupportEnum']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "c77b3648-fce1-46f9-aec9-ca88c90d4c92", "comment": "", "command": "select", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ ["id=/serviceProviderSsoDescriptor/protocolSupportEnum", "id"], ["name=field28", "name"], @@ -513,11 +540,13 @@ "id": "aec93dce-3142-4df3-b09d-735c70d1197b", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -531,13 +560,12 @@ "id": "a0102f51-f1d8-4c38-9170-482022ea7397", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", + "target": "css=.toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -551,23 +579,29 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "c21b1d7a-9325-4d70-887d-387c7a042c08", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -581,12 +615,9 @@ "id": "c1534880-c4e5-4fbd-b200-c28f9f556ab9", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", + "target": "css=div.p-0.m-0.container-fluid > div:nth-child(2) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid .svg-inline--fa", "css:finder"] ], "value": "" }, { @@ -600,24 +631,29 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "2c77ecbc-45cc-471c-9e39-f87ec06a9385", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -631,7 +667,7 @@ "id": "97a98737-862d-4567-8b20-c5c991444ed0", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", + "target": "css=div.p-0.m-0.container-fluid > div:nth-child(3) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], @@ -650,20 +686,23 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { "id": "104367d3-f250-4439-8721-32dcf9f25e0c", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -681,7 +720,7 @@ "id": "e2e8d5d4-8b6a-42d5-9fe7-abb8a84216e3", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", + "target": "css=div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], @@ -700,38 +739,49 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "d135ef80-69d8-4cd1-b581-5e1973342082", "comment": "", "command": "click", - "target": "css=.btn-success > translate-i18n", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.next", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/nav/ul/li[3]/button", "xpath:idRelative"], + ["xpath=//li[3]/button", "xpath:position"] ], "value": "" }, { "id": "23fd8856-32df-48ed-a198-a74e8ca71b10", "comment": "", "command": "type", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/4", + "target": "css=div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=field34", "id"], - ["css=#field34", "css:finder"], - ["xpath=//input[@id='field34']", "xpath:attributes"], - ["xpath=//div[@id='field34-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "3cfbc4e0-f120-43ca-8a59-8727f91b5a1c", + "comment": "", + "command": "sendKeys", + "target": "css=div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "4f61120b-7c6b-4f8e-8543-898298451a56", "comment": "", @@ -742,27 +792,36 @@ ["xpath=//li[3]/button", "xpath:position"] ], "value": "" + }, { + "id": "ae5043da-4b98-4f02-a801-207a331fa9b3", + "comment": "", + "command": "pause", + "target": "500", + "targets": [], + "value": "" }, { "id": "0de0345e-c9d2-4904-b797-a36965c5d82c", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "62ade28b-19d4-4c54-b179-0d36312c578f", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ - ["id=/logoutEndpoints/0/url", "id"], - ["name=field38", "name"], - ["css=#\\/logoutEndpoints\\/0\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/0/url']", "xpath:attributes"], + ["id=root_logoutEndpoints_0_url", "id"], + ["css=#root_logoutEndpoints_0_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_0_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -770,7 +829,7 @@ "id": "517e5991-197d-42fd-86ff-4da5fd04949b", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ ["id=field38", "id"], ["name=field38", "name"], @@ -783,20 +842,20 @@ "id": "034f6a60-6b2d-42f1-adb4-515c8a750953", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field39']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_logoutEndpoints_0_bindingType", "id"], + ["css=#root_logoutEndpoints_0_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_0_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "6967d0bb-dbf7-4f57-9e55-6de71abd69c1", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ ["id=/logoutEndpoints/0/bindingType", "id"], ["name=field39", "name"], @@ -809,7 +868,7 @@ "id": "542f9b37-a63d-4acb-ba3e-2ac3706b6667", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -819,20 +878,20 @@ "id": "39dedb16-bcd2-496a-af85-7d20a129593b", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ - ["id=/logoutEndpoints/1/url", "id"], - ["name=field41", "name"], - ["css=#\\/logoutEndpoints\\/1\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/1/url']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_logoutEndpoints_1_url", "id"], + ["css=#root_logoutEndpoints_1_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_1_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d25f708c-f72a-4fb7-88c1-a25a61d9f72a", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ ["id=field41", "id"], ["name=field41", "name"], @@ -845,19 +904,20 @@ "id": "bee9600e-b6db-484a-9b87-d7c657911108", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ - ["css=#field42 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redir'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field42']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_logoutEndpoints_1_bindingType", "id"], + ["css=#root_logoutEndpoints_1_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_1_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "e0e7ef9b-4ed1-4df2-b501-9cbb855baa7f", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ ["id=/logoutEndpoints/1/bindingType", "id"], ["name=field42", "name"], @@ -876,60 +936,52 @@ ["xpath=//li[3]/button", "xpath:position"] ], "value": "" - }, { - "id": "6c794e94-9c64-4683-816a-380432f2ed79", - "comment": "", - "command": "click", - "target": "id=/securityInfo/x509CertificateAvailable.true", - "targets": [ - ["id=/securityInfo/x509CertificateAvailable.true", "id"], - ["css=#\\/securityInfo\\/x509CertificateAvailable\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509CertificateAvailable.true']", "xpath:attributes"], - ["xpath=//input", "xpath:position"] - ], - "value": "" }, { "id": "f0ade90e-2c31-4a77-b936-3b2a00388477", "comment": "", "command": "click", - "target": "id=/securityInfo/authenticationRequestsSigned.true", + "target": "id=root_securityInfo_authenticationRequestsSigned-value.true", "targets": [ - ["id=/securityInfo/authenticationRequestsSigned.true", "id"], - ["css=#\\/securityInfo\\/authenticationRequestsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/authenticationRequestsSigned.true']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_authenticationRequestsSigned-value.true", "id"], + ["name=root_securityInfo_authenticationRequestsSigned", "name"], + ["css=#root_securityInfo_authenticationRequestsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_authenticationRequestsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "e26eda6f-1897-42e2-9ea9-671b1ff88874", "comment": "", "command": "click", - "target": "id=/securityInfo/wantAssertionsSigned.true", + "target": "id=root_securityInfo_wantAssertionsSigned-value.true", "targets": [ - ["id=/securityInfo/wantAssertionsSigned.true", "id"], - ["css=#\\/securityInfo\\/wantAssertionsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/wantAssertionsSigned.true']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_wantAssertionsSigned-value.true", "id"], + ["name=root_securityInfo_wantAssertionsSigned", "name"], + ["css=#root_securityInfo_wantAssertionsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_wantAssertionsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "3e11e54a-1b36-43ed-a8e5-d91f1fbed991", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ - ["id=/securityInfo/x509Certificates/0/name", "id"], - ["name=field50", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/name']", "xpath:attributes"], - ["xpath=//div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_name", "id"], + ["css=#root_securityInfo_x509Certificates_0_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "5acb8e19-16a3-4139-a961-1b58c11c4681", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ ["id=field50", "id"], ["name=field50", "name"], @@ -942,25 +994,26 @@ "id": "23ff8b87-ac6c-4f82-a779-aa91be11f49c", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/type.0", + "target": "id=root_securityInfo_x509Certificates_0_type-signing", "targets": [ - ["id=/securityInfo/x509Certificates/0/type.0", "id"], - ["name=field55", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/type\\.0", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/type.0']", "xpath:attributes"], - ["xpath=//div/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_type-signing", "id"], + ["name=root_securityInfo_x509Certificates_0_type", "name"], + ["css=#root_securityInfo_x509Certificates_0_type-signing", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_type-signing']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "dd15088c-ddc9-42fd-8f8d-f73338be71b6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ - ["id=/securityInfo/x509Certificates/0/value", "id"], - ["name=field52", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/0/value']", "xpath:attributes"], + ["id=root_securityInfo_x509Certificates_0_value", "id"], + ["css=#root_securityInfo_x509Certificates_0_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_0_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "" @@ -968,7 +1021,7 @@ "id": "813bf709-6c73-41ac-837a-5be076fa43c7", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ ["name=field52", "name"], ["css=.text-widget", "css:finder"], @@ -980,30 +1033,33 @@ "id": "fcf4cc15-54f4-4add-a093-e7ba5f2dc556", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "cbe577f6-3d18-49d9-95ab-2e597e5308a6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ - ["id=/securityInfo/x509Certificates/1/name", "id"], - ["name=field54", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/name']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_name", "id"], + ["css=#root_securityInfo_x509Certificates_1_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "ae98e813-77f4-424e-9141-d48e6127d9b6", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ ["id=field54", "id"], ["name=field54", "name"], @@ -1016,32 +1072,33 @@ "id": "835ad053-0a10-4606-a148-c7ba36be316f", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/type.1", + "target": "id=root_securityInfo_x509Certificates_1_type-encryption", "targets": [ - ["id=/securityInfo/x509Certificates/1/type.1", "id"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/type\\.1", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/type.1']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-radio-widget/div/div[2]/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_type-encryption", "id"], + ["css=#root_securityInfo_x509Certificates_1_type-encryption", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_type-encryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "e272cafa-3aba-4aff-972e-b1d45e627b88", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ - ["id=/securityInfo/x509Certificates/1/value", "id"], - ["name=field56", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/1/value']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/textarea-component/div/textarea", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_value", "id"], + ["css=#root_securityInfo_x509Certificates_1_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_1_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:position"] ], "value": "" }, { "id": "ae42d668-92ba-4cb8-9daf-a2a64ac18404", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ ["name=field56", "name"], ["css=.ng-untouched:nth-child(3)", "css:finder"], @@ -1063,23 +1120,25 @@ "id": "573c9f4c-c677-4175-96c5-3aaaf86e5ac1", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "50c1a3a1-b51c-41f9-81ff-d3d2894861ad", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ - ["id=/assertionConsumerServices/0/locationUrl", "id"], - ["name=field60", "name"], - ["css=#\\/assertionConsumerServices\\/0\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/0/locationUrl']", "xpath:attributes"], + ["id=root_assertionConsumerServices_0_locationUrl", "id"], + ["css=#root_assertionConsumerServices_0_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -1087,12 +1146,12 @@ "id": "6ff4002a-1c57-4778-b402-f917efaa5194", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ - ["id=field60", "id"], - ["name=field60", "name"], - ["css=#field60", "css:finder"], - ["xpath=//input[@id='field60']", "xpath:attributes"], + ["id=root_assertionConsumerServices_0_locationUrl", "id"], + ["css=#root_assertionConsumerServices_0_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "http://test.org/assert" @@ -1100,20 +1159,20 @@ "id": "e81c5045-98c3-499c-bff5-2645efa4c55d", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field61']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_binding", "id"], + ["css=#root_assertionConsumerServices_0_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_0_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "24c810c8-747a-4ae2-91e5-16685d589f21", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ ["id=/assertionConsumerServices/0/binding", "id"], ["name=field61", "name"], @@ -1126,41 +1185,46 @@ "id": "c221b1f5-2961-4cbd-a545-1e34a09b8153", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_assertionConsumerServices_0_makeDefault", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Mark as Default')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_makeDefault", "id"], + ["css=#root_assertionConsumerServices_0_makeDefault", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_makeDefault']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "cb058717-f20f-4a54-81e5-9a7dcf66ec0e", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "f9998203-830b-44d3-8392-45b737544177", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ - ["id=/assertionConsumerServices/1/locationUrl", "id"], - ["name=field64", "name"], - ["css=#\\/assertionConsumerServices\\/1\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/1/locationUrl']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_assertionConsumerServices_1_locationUrl", "id"], + ["css=#root_assertionConsumerServices_1_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_1_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d5cbf5e8-7c5b-45f7-8645-dd9f9d39922e", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ ["id=field64", "id"], ["name=field64", "name"], @@ -1173,19 +1237,20 @@ "id": "74de4187-3d1e-4a4d-af8e-966f00649ab8", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ - ["css=#field65 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:1.0:profiles:browser-po'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field65']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_assertionConsumerServices_1_binding", "id"], + ["css=#root_assertionConsumerServices_1_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_1_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "929c1047-f455-418b-b23e-a383d681f028", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ ["id=/assertionConsumerServices/1/binding", "id"], ["name=field65", "name"], @@ -1205,104 +1270,131 @@ ], "value": "" }, { - "id": "134bf1f3-1e86-49e7-91de-185e513b02be", + "id": "5cd1ae5f-678a-4be8-a03f-b290006e52fe", "comment": "", "command": "click", - "target": "css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", + "target": "id=root_relyingPartyOverrides_dontSignResponse", "targets": [ - ["css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Sign the Assertion?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_dontSignResponse", "id"], + ["css=#root_relyingPartyOverrides_dontSignResponse", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_dontSignResponse']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "5cd1ae5f-678a-4be8-a03f-b290006e52fe", + "id": "bd73bc0a-0122-48fc-886e-491017fda682", + "comment": "", + "command": "assertText", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > p", + "targets": [ + ["css=.fade > .m-0", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/p", "xpath:idRelative"], + ["xpath=//p", "xpath:position"] + ], + "value": "Unless the response or the assertions are signed, SAML security is compromised and the service should reject the SAML response. (If it doesn't, investigate, as that is serious unless the HTTP-Artifact binding is in use.)" + }, { + "id": "134bf1f3-1e86-49e7-91de-185e513b02be", "comment": "", "command": "click", - "target": "css=div:nth-child(2) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_signAssertion", "targets": [ - ["css=div:nth-child(2) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"] + ["id=root_relyingPartyOverrides_signAssertion", "id"], + ["css=#root_relyingPartyOverrides_signAssertion", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_signAssertion']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "5895d555-6ef5-4344-b177-00e905f9007c", "comment": "", "command": "click", - "target": "css=div:nth-child(3) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=div:nth-child(3) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "8d834380-e312-494d-9b4b-c5b798cc9b15", "comment": "", "command": "click", - "target": "css=div:nth-child(4) .custom-control-label", + "target": "id=root_relyingPartyOverrides_useSha", "targets": [ - ["css=div:nth-child(4) .custom-control-label", "css:finder"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Use SHA1 Signing Algorithm?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_useSha", "id"], + ["css=#root_relyingPartyOverrides_useSha", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_useSha']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "bcf532a9-ba5a-4ca1-a342-dde53bc4a592", "comment": "", "command": "click", - "target": "css=div:nth-child(5) .custom-control-label", + "target": "id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "targets": [ - ["css=div:nth-child(5) .custom-control-label", "css:finder"], - ["xpath=//div[5]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Ignore any SP-Requested Authentication Method?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "id"], + ["css=#root_relyingPartyOverrides_ignoreAuthenticationMethod", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_ignoreAuthenticationMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "45f3df44-1c34-4649-aedb-14207e9ce999", "comment": "", "command": "click", - "target": "css=div:nth-child(6) .custom-control-label", + "target": "id=root_relyingPartyOverrides_omitNotBefore", "targets": [ - ["css=div:nth-child(6) .custom-control-label", "css:finder"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Omit Not Before Condition?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_omitNotBefore", "id"], + ["css=#root_relyingPartyOverrides_omitNotBefore", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_omitNotBefore']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[6]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "7ccb7d88-b113-4ee9-8582-b3d781fa8846", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ - ["id=/relyingPartyOverrides/responderId", "id"], - ["name=field121", "name"], - ["css=#\\/relyingPartyOverrides\\/responderId", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/responderId']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_responderId", "id"], + ["css=#root_relyingPartyOverrides_responderId", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_responderId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "afe1b839-3421-4816-bf69-c804add681ba", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ - ["id=field75", "id"], - ["name=field75", "name"], - ["css=#field75", "css:finder"], - ["xpath=//input[@id='field75']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_responderId", "id"], + ["css=#root_relyingPartyOverrides_responderId", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_responderId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "responder-id-123" }, { "id": "ba74d18d-0996-485f-8a9f-01a39428eb0c", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -1316,13 +1408,12 @@ "id": "2a91666b-5453-4064-8923-c3384835b6fd", "comment": "", "command": "click", - "target": "css=.btn-outline-secondary", + "target": "css=.toggle-button", "targets": [ - ["css=.btn-outline-secondary", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1336,20 +1427,23 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "ec3afb37-30b4-4d07-93a6-dcf022605532", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1367,12 +1461,12 @@ "id": "fd33610c-dbca-410d-b2a4-117a1b2b6a79", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", + "target": "css=.mt-2:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1386,20 +1480,23 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "8b340d1f-4944-4d10-a4cd-5e79be6804ef", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1417,12 +1514,12 @@ "id": "208b33cf-f983-4a82-9b1b-19cdf2a937fc", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", + "target": "css=.mt-2:nth-child(3) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[19]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1436,20 +1533,23 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { "id": "d6e7a640-a578-415b-9c1b-b2313b62ad46", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1467,7 +1567,7 @@ "id": "788a5b63-a75f-4aeb-9a5d-17c41e8f718e", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", + "target": "css=.mt-2:nth-child(4) .toggle-button", "targets": [ ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], @@ -1486,20 +1586,23 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/3__option--3", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/3__option--3", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "4c15be93-75be-4673-b703-07a705300d0f", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -1509,20 +1612,19 @@ "id": "1a1b509e-1768-4291-820d-26f4b73a9d71", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/4", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/4", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/nameIdFormats/4']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/4-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "433d6e9d-9d03-4042-9ee0-6284570f8a3c", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field83", "id"], ["css=#field83", "css:finder"], @@ -1531,12 +1633,24 @@ ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "b505f2f8-396a-47b3-adb9-c3edb083cafb", + "comment": "", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "c8bb3bee-3d61-4324-a3aa-38b78232b969", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", - "targets": [], + "target": "css=.row:nth-child(9) .array-add-button", + "targets": [ + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[25]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] + ], "value": "" }, { "id": "a264ad94-60d9-4634-b341-49016d821a8c", @@ -1549,12 +1663,12 @@ "id": "cbf15c4c-35d9-4f80-ba3d-bfe960048cd1", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[27]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1568,20 +1682,23 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/0__listbox']/li", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["linkText=https://refeds.org/profile/mfa", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] ], "value": "" }, { "id": "ed769470-9c3f-4c23-bbed-85513dcea800", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1598,12 +1715,12 @@ "id": "2b063eb8-f2d6-4a59-85bb-b04c467d9874", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(2) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[29]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1617,20 +1734,23 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] ], "value": "" }, { "id": "892ddc96-970b-4dde-9189-0dc9ed197dab", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1647,7 +1767,7 @@ "id": "64e215d9-6e46-422f-882c-13b6fb102622", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(3) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], @@ -1666,20 +1786,23 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] ], "value": "" }, { "id": "f0dd4b79-eab5-4d4b-af2e-07ca661f8288", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .btn > translate-i18n", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button/translate-i18n", "xpath:position"] @@ -1689,20 +1812,19 @@ "id": "dacd34b0-9e48-4838-b137-bf22dd027ed0", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/3", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/3", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/authenticationMethods/3']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/3-container']/div/input", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "cc9dd18b-ee87-4aa7-91f2-59f02834759b", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field87", "id"], ["css=#field87", "css:finder"], @@ -1711,15 +1833,24 @@ ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "otherThings" + }, { + "id": "5b836abc-eb72-417f-acdc-8b3ec267cd96", + "comment": "", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "7c85fe59-dc95-4328-a010-33d1a06a5ce5", "comment": "", "command": "click", - "target": "css=div:nth-child(10) .custom-control-label", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=div:nth-child(10) .custom-control-label", "css:finder"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -1738,9 +1869,7 @@ "command": "click", "target": "css=.fa-check", "targets": [ - ["css=.fa-check", "css:finder"], - ["xpath=//button[@id='/attributeRelease.checkall']/i", "xpath:idRelative"], - ["xpath=//td[2]/button/i", "xpath:position"] + ["css=.fa-check", "css:finder"] ], "value": "" }, { @@ -1757,22 +1886,24 @@ "id": "14ca713a-313d-4cda-82ca-a0b814ce81dc", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_serviceEnabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable this service?')]", "xpath:innerText"] + ["id=root_serviceEnabled", "id"], + ["css=#root_serviceEnabled", "css:finder"], + ["xpath=//input[@id='root_serviceEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[11]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] ], "value": "test-1234" @@ -1780,22 +1911,23 @@ "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:idRelative"], + ["xpath=//section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/assert2')]", "xpath:innerText"] ], "value": "http://test.org/assert2" }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(8) .border-0", + "target": "css=.d-flex:nth-child(8) .d-flex:nth-child(5) > .d-block", "targets": [ - ["css=array-property:nth-child(8) .border-0", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:idRelative"], - ["xpath=//section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:position"] + ["css=.d-flex:nth-child(8) .d-flex:nth-child(5) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[8]/div/div[2]/div[2]/div/div[8]/ul/li[5]/span", "xpath:idRelative"], + ["xpath=//div[8]/ul/li[5]/span", "xpath:position"] ], "value": "somethingElse" }, { diff --git a/backend/src/integration/resources/SHIBUI-1311.side b/backend/src/integration/resources/SHIBUI-1311.side index f02c49782..cd9808a7c 100644 --- a/backend/src/integration/resources/SHIBUI-1311.side +++ b/backend/src/integration/resources/SHIBUI-1311.side @@ -49,42 +49,72 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "8034dcdc-3fa2-4144-b707-c470db8c7c38", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "279adf06-6a84-4970-8a76-c0f24176ad71", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "d47c270c-256a-45d1-9ca9-926d4f57643d", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "e7a98419-36c7-4b0f-a99d-087144f6a417", "comment": "", "command": "click", - "target": "css=.fa-plus-circle", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=.fa-plus-circle", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/i", "xpath:idRelative"], - ["xpath=//i", "xpath:position"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "74fef022-3979-4bed-9226-b25114514976", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "69432299-f150-4bea-9e07-7ef222d7c71f", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "b49d6ed7-75ea-4be8-9a79-c7fd83287aa0", "comment": "", "command": "click", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field1", "name"], @@ -97,7 +127,7 @@ "id": "54dc29f7-bbe0-4c2b-a76e-e67a61f57a96", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field1", "name"], @@ -110,12 +140,15 @@ "id": "add874d5-e3b2-4412-8039-2b9d2619ed19", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ - ["css=select-component > .widget", "css:finder"], - ["xpath=//select-component/div", "xpath:position"] + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], - "value": "label=FileBackedHttpMetadataProvider" + "value": "label=FileBackedHttpMetadataResolver" }, { "id": "1cc352f4-0d71-4a3e-9399-1d9932816efc", "comment": "", @@ -130,14 +163,20 @@ "id": "a237669b-daf4-42f6-bc7f-dc4cb5548f56", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "86262eda-4a44-41b0-b7aa-fa46406e2601", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=field7", "id"], ["name=field7", "name"], @@ -150,38 +189,39 @@ "id": "26cc765d-98c1-414c-97d8-4c7e5c6ab7e2", "comment": "", "command": "type", - "target": "id=/metadataURL", + "target": "id=root_metadataURL", "targets": [ - ["id=field8", "id"], - ["name=field8", "name"], - ["css=#field8", "css:finder"], - ["xpath=//input[@id='field8']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataURL", "id"], + ["css=#root_metadataURL", "css:finder"], + ["xpath=//input[@id='root_metadataURL']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "https://idp.unicon.net/idp/shibboleth" }, { "id": "f0459917-b2a1-4e3c-8800-25273965129f", "comment": "", "command": "click", - "target": "id=/initializeFromBackupFile.false", + "target": "id=root_initializeFromBackupFile-No", "targets": [ - ["id=/initializeFromBackupFile.false", "id"], - ["css=#\\/initializeFromBackupFile\\.false", "css:finder"], - ["xpath=//input[@id='/initializeFromBackupFile.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_initializeFromBackupFile-No", "id"], + ["css=#root_initializeFromBackupFile-No", "css:finder"], + ["xpath=//input[@id='root_initializeFromBackupFile-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[3]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { "id": "5b37cf08-77b9-4091-94f9-c0d539c9010d", "comment": "", "command": "type", - "target": "id=/backingFile", + "target": "id=root_backingFile", "targets": [ - ["id=/backingFile", "id"], - ["name=field10", "name"], - ["css=#\\/backingFile", "css:finder"], - ["xpath=//input[@id='/backingFile']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_backingFile", "id"], + ["css=#root_backingFile", "css:finder"], + ["xpath=//input[@id='root_backingFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "%{idp.home}/foo.txt" }, { @@ -195,11 +235,12 @@ "id": "203d0d3c-d866-422a-8b48-b50181db00e9", "comment": "", "command": "click", - "target": "css=.fa-caret-down", + "target": "css=.toggle-button", "targets": [ - ["css=.fa-caret-down", "css:finder"], - ["xpath=//div[@id='/backupFileInitNextRefreshDelay-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//div/button/i", "xpath:position"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[5]/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -213,62 +254,69 @@ "id": "5fc6a348-0533-4d94-bb76-ebb891a0db8f", "comment": "", "command": "click", - "target": "id=/backupFileInitNextRefreshDelay__option--1", + "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=/backupFileInitNextRefreshDelay__option--1", "id"], - ["css=#\\/backupFileInitNextRefreshDelay__option--1", "css:finder"], - ["xpath=//li[@id='/backupFileInitNextRefreshDelay__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/backupFileInitNextRefreshDelay__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { "id": "bf041d41-5d58-4f69-8fcc-49ec79e5547d", "comment": "", "command": "click", - "target": "id=/requireValidMetadata.false", + "target": "id=root_requireValidMetadata-No", "targets": [ - ["id=/requireValidMetadata.false", "id"], - ["css=#\\/requireValidMetadata\\.false", "css:finder"], - ["xpath=//input[@id='/requireValidMetadata.false']", "xpath:attributes"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_requireValidMetadata-No", "id"], + ["css=#root_requireValidMetadata-No", "css:finder"], + ["xpath=//input[@id='root_requireValidMetadata-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[6]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "fba85c75-e218-4deb-b5e1-888ff75b6a4e", "comment": "", "command": "click", - "target": "id=/failFastInitialization.false", + "target": "id=root_failFastInitialization-No", "targets": [ - ["id=/failFastInitialization.false", "id"], - ["css=#\\/failFastInitialization\\.false", "css:finder"], - ["xpath=//input[@id='/failFastInitialization.false']", "xpath:attributes"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_failFastInitialization-No", "id"], + ["css=#root_failFastInitialization-No", "css:finder"], + ["xpath=//input[@id='root_failFastInitialization-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[7]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "375b8d6e-179b-4f14-8f00-d8a8cad29d7e", "comment": "", "command": "click", - "target": "id=/useDefaultPredicateRegistry.false", + "target": "id=root_useDefaultPredicateRegistry-No", "targets": [ - ["id=/useDefaultPredicateRegistry.false", "id"], - ["css=#\\/useDefaultPredicateRegistry\\.false", "css:finder"], - ["xpath=//input[@id='/useDefaultPredicateRegistry.false']", "xpath:attributes"], - ["xpath=//div[8]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_useDefaultPredicateRegistry-No", "id"], + ["css=#root_useDefaultPredicateRegistry-No", "css:finder"], + ["xpath=//input[@id='root_useDefaultPredicateRegistry-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[8]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "8b4bf341-62c0-491f-b775-d2faf55477bc", "comment": "", "command": "click", - "target": "id=/satisfyAnyPredicates.true", + "target": "id=root_satisfyAnyPredicates-Yes", "targets": [ - ["id=/satisfyAnyPredicates.true", "id"], - ["css=#\\/satisfyAnyPredicates\\.true", "css:finder"], - ["xpath=//input[@id='/satisfyAnyPredicates.true']", "xpath:attributes"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_satisfyAnyPredicates-Yes", "id"], + ["name=root_satisfyAnyPredicates", "name"], + ["css=#root_satisfyAnyPredicates-Yes", "css:finder"], + ["xpath=//input[@id='root_satisfyAnyPredicates-Yes']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[9]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -292,13 +340,12 @@ "id": "a188bc3e-fd98-4d49-ae35-a0b78a17607c", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", + "target": "css=.row:nth-child(1) > .col-12 .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/minRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(1) > .col-12 .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -312,14 +359,16 @@ "id": "a159e056-c870-4e02-a7e9-4b3a60d83718", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay__option--1", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -333,11 +382,12 @@ "id": "7a72cf6a-c97a-49f6-83d0-cbe42f0fdb7d", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .fa", "css:finder"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button/i", "xpath:position"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -351,26 +401,29 @@ "id": "820397f5-aabb-46f5-a65a-56747ce29091", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay__option--3", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { "id": "b036a851-4ac9-43cb-8686-8e78ed940d72", "comment": "", "command": "type", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field20", "name"], - ["css=#\\/reloadableMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/reloadableMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_reloadableMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_reloadableMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "0.5" }, { @@ -414,115 +467,117 @@ "id": "b8d999f1-0c59-4a9a-9991-91d222f52b8e", "comment": "", "command": "click", - "target": "id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1", + "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1", "id"], - ["css=#\\/metadataFilters\\/RequiredValidUntil\\/maxValidityInterval__option--1", "css:finder"], - ["xpath=//li[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'P14D')]", "xpath:innerText"] + ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { "id": "8af1abb5-2c7a-4a4c-a8f7-0eb287100dde", "comment": "", "command": "click", - "target": "id=/metadataFilters/SignatureValidation/requireSignedRoot", + "target": "id=root_metadataFilters_1_requireSignedRoot", "targets": [ - ["css=#\\/metadataFilters\\/SignatureValidation\\/requireSignedRoot\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/SignatureValidation/requireSignedRoot.parent']/label", "xpath:idRelative"], - ["xpath=//div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Require Signed Root')]", "xpath:innerText"] + ["id=root_metadataFilters_1_requireSignedRoot", "id"], + ["css=#root_metadataFilters_1_requireSignedRoot", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_requireSignedRoot']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "323a2a02-9111-4064-8bb0-a3da34330e54", "comment": "", "command": "type", - "target": "id=/metadataFilters/SignatureValidation/certificateFile", - "targets": [], + "target": "id=root_metadataFilters_1_certificateFile", + "targets": [ + ["id=root_metadataFilters_1_certificateFile", "id"], + ["css=#root_metadataFilters_1_certificateFile", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_certificateFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] + ], "value": "%{idp.home}/foo.txt" }, { "id": "a125e601-f306-441d-9c8c-e97b95817b46", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "74d696db-3f3b-4ff3-a180-34baceb469a2", "comment": "", "command": "select", - "target": "id=/metadataFilters/EntityRoleWhiteList/retainedRoles/0", - "targets": [], - "value": "label=SPSSODescriptor" - }, { - "id": "532bf2e5-13fc-48d7-b01b-ff16207a554d", - "comment": "", - "command": "click", - "target": "css=option:nth-child(2)", + "target": "id=root_metadataFilters_2_retainedRoles_0", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: md:SPSSODescriptor']", "xpath:attributes"], - ["xpath=//select[@id='/metadataFilters/EntityRoleWhiteList/retainedRoles/0']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SPSSODescriptor')]", "xpath:innerText"] + ["id=root_metadataFilters_2_retainedRoles_0", "id"], + ["css=#root_metadataFilters_2_retainedRoles_0", "css:finder"], + ["xpath=//select[@id='root_metadataFilters_2_retainedRoles_0']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], - "value": "" + "value": "label=SPSSODescriptor" }, { "id": "12cf80c9-594c-4c4d-bf26-aa36ba636220", "comment": "", "command": "click", - "target": "css=.fa-plus", + "target": "css=.array-add-button", "targets": [ ["css=.fa-plus", "css:finder"], ["xpath=//array-component/div/div/button/i", "xpath:position"] ], "value": "" - }, { - "id": "6cb9854b-293b-482d-8c07-4b7c638d79cb", - "comment": "", - "command": "click", - "target": "css=#\\/metadataFilters\\/EntityRoleWhiteList\\/retainedRoles\\/1 > option:nth-child(1)", - "targets": [ - ["css=#\\/metadataFilters\\/EntityRoleWhiteList\\/retainedRoles\\/1 > option:nth-child(1)", "css:finder"], - ["xpath=(//option[@value=''])[2]", "xpath:attributes"], - ["xpath=//select[@id='/metadataFilters/EntityRoleWhiteList/retainedRoles/1']/option", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/select-component/div/select/option", "xpath:position"] - ], - "value": "" }, { "id": "f366c86c-1420-4fb7-86c2-82c49d81208d", "comment": "", "command": "select", - "target": "id=/metadataFilters/EntityRoleWhiteList/retainedRoles/1", - "targets": [], + "target": "id=root_metadataFilters_2_retainedRoles_1", + "targets": [ + ["id=root_metadataFilters_2_retainedRoles_1", "id"], + ["css=#root_metadataFilters_2_retainedRoles_1", "css:finder"], + ["xpath=//select[@id='root_metadataFilters_2_retainedRoles_1']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/select", "xpath:position"] + ], "value": "label=AttributeAuthorityDescriptor" }, { "id": "5dfac033-ecfd-42e8-aa6f-931d5acd4d89", "comment": "", "command": "click", - "target": "css=div:nth-child(2) > sf-form-element > .has-success > sf-widget-chooser > checkbox-component .custom-control-label", + "target": "id=root_metadataFilters_2_removeRolelessEntityDescriptors", "targets": [ - ["css=div:nth-child(2) > sf-form-element > .has-success > sf-widget-chooser > checkbox-component .custom-control-label", "css:finder"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Roleless Entity Descriptors?')]", "xpath:innerText"] + ["id=root_metadataFilters_2_removeRolelessEntityDescriptors", "id"], + ["css=#root_metadataFilters_2_removeRolelessEntityDescriptors", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_2_removeRolelessEntityDescriptors']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "9d5934f0-fe10-4539-9d71-80b454fc8612", "comment": "", "command": "click", - "target": "css=div:nth-child(3) > sf-form-element > .has-success > sf-widget-chooser > checkbox-component .custom-control-label", + "target": "id=root_metadataFilters_2_removeEmptyEntitiesDescriptors", "targets": [ - ["css=div:nth-child(3) > sf-form-element > .has-success > sf-widget-chooser > checkbox-component .custom-control-label", "css:finder"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Empty Entities Descriptors?')]", "xpath:innerText"] + ["id=root_metadataFilters_2_removeEmptyEntitiesDescriptors", "id"], + ["css=#root_metadataFilters_2_removeEmptyEntitiesDescriptors", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_2_removeEmptyEntitiesDescriptors']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -539,17 +594,23 @@ "id": "79b96f40-2677-438a-9564-62df0ea2c116", "comment": "", "command": "click", - "target": "css=.custom-control-label", - "targets": [], + "target": "id=root_enabled", + "targets": [ + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "" }, { "id": "52f5680c-c63d-411e-8332-52901f12ea3b", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(1) primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(1) div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(1) primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], + ["css=.mb-4:nth-child(1) div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], ["xpath=//div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'Test Metadata Provider')]", "xpath:innerText"] ], @@ -558,11 +619,11 @@ "id": "67ff44aa-1efd-4b13-a0e9-3648a09911dd", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(2) div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[2]/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//section[2]/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:position"], + ["css=.mb-4:nth-child(2) div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[2]/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], + ["xpath=//section[2]/div/div[2]/div[2]/div/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'123')]", "xpath:innerText"] ], "value": "123" @@ -576,41 +637,6 @@ ["xpath=//li[3]/button", "xpath:position"] ], "value": "" - }, { - "id": "563d35c7-65c9-4d10-9e0f-87d8fa31a036", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" - }, { - "id": "8ae5598c-a4b0-4816-859a-d30f38029f65", - "comment": "", - "command": "click", - "target": "linkText=Dashboard", - "targets": [ - ["linkText=Dashboard", "linkText"], - ["css=.nav-item > .nav-link", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a", "xpath:idRelative"], - ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], - ["xpath=//li[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] - ], - "value": "" - }, { - "id": "dcc49d9d-c0c6-41e0-9683-8e5d6271b3e9", - "comment": "", - "command": "click", - "target": "linkText=Metadata Providers", - "targets": [ - ["linkText=Metadata Providers", "linkText"], - ["css=.nav > .nav-item:nth-child(2) > .nav-link", "css:finder"], - ["xpath=//a[contains(text(),'Metadata Providers')]", "xpath:link"], - ["xpath=//a[contains(@href, '/dashboard/metadata/manager/providers')]", "xpath:href"], - ["xpath=//dashboard-page/div/ul/li[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Metadata Providers')]", "xpath:innerText"] - ], - "value": "" }, { "id": "c0acbec5-58ad-43de-837c-c40c2769fdd6", "comment": "", @@ -655,13 +681,11 @@ "id": "211711a2-0af5-4f5e-a427-812c2de0264d", "comment": "", "command": "click", - "target": "id=addNewDropdown", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["id=addNewDropdown", "id"], - ["css=#addNewDropdown", "css:finder"], - ["xpath=//button[@id='addNewDropdown']", "xpath:attributes"], - ["xpath=//div[@id='navbar']/ul/li/button", "xpath:idRelative"], - ["xpath=//li/button", "xpath:position"], + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" @@ -669,34 +693,35 @@ "id": "ed69adec-1265-4796-96a9-06ed5930d952", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" - }, { - "id": "6b776e7b-87ec-4a61-bb51-face4b5b8c97", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" }, { "id": "664722f5-86a5-49a8-b60e-fac67544fbea", "comment": "", "command": "waitForElementEditable", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "79471f9f-e04f-4d98-8e78-f8f554d36821", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=field39", "id"], ["name=field39", "name"], @@ -709,15 +734,15 @@ "id": "90dffd02-8971-4bf5-bc57-33194fdb27a2", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ - ["id=/@type", "id"], - ["name=field38", "name"], - ["css=#\\/\\@type", "css:finder"], - ["xpath=//select[@id='/@type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=FileBackedHttpMetadataProvider" + "value": "label=FileBackedHttpMetadataResolver" }, { "id": "48061ec7-f134-4cf4-aba6-4f62708a779a", "comment": "", @@ -732,14 +757,20 @@ "id": "a8d021db-c36c-4cf7-9211-17751cf0624a", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "88a910a8-1e02-400a-9875-c76d0095aa57", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=field45", "id"], ["name=field45", "name"], @@ -752,20 +783,20 @@ "id": "9dbebf86-2c5a-4c88-9fa8-437d4bea96e6", "comment": "", "command": "click", - "target": "id=/metadataURL", + "target": "id=root_metadataURL", "targets": [ - ["id=/metadataURL", "id"], - ["name=field44", "name"], - ["css=#\\/metadataURL", "css:finder"], - ["xpath=//input[@id='/metadataURL']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataURL", "id"], + ["css=#root_metadataURL", "css:finder"], + ["xpath=//input[@id='root_metadataURL']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b7e620be-7672-4d3a-8da7-e2b278747f44", "comment": "", "command": "type", - "target": "id=/metadataURL", + "target": "id=root_metadataURL", "targets": [ ["id=field46", "id"], ["name=field46", "name"], @@ -778,32 +809,33 @@ "id": "d389f80c-4923-40ad-bdb6-f1142cb95a5e", "comment": "", "command": "click", - "target": "id=/initializeFromBackupFile.false", + "target": "id=root_initializeFromBackupFile-No", "targets": [ - ["id=/initializeFromBackupFile.false", "id"], - ["css=#\\/initializeFromBackupFile\\.false", "css:finder"], - ["xpath=//input[@id='/initializeFromBackupFile.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_initializeFromBackupFile-No", "id"], + ["css=#root_initializeFromBackupFile-No", "css:finder"], + ["xpath=//input[@id='root_initializeFromBackupFile-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[3]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { "id": "4ce6d583-aadc-44b4-a694-92ca75a07e31", "comment": "", "command": "click", - "target": "id=/backingFile", + "target": "id=root_backingFile", "targets": [ - ["id=/backingFile", "id"], - ["name=field46", "name"], - ["css=#\\/backingFile", "css:finder"], - ["xpath=//input[@id='/backingFile']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_backingFile", "id"], + ["css=#root_backingFile", "css:finder"], + ["xpath=//input[@id='root_backingFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "206dd1e2-1c91-4c92-a99d-b938560d726c", "comment": "", "command": "type", - "target": "id=/backingFile", + "target": "id=root_backingFile", "targets": [ ["id=field48", "id"], ["name=field48", "name"], @@ -823,11 +855,12 @@ "id": "43dcf85f-0606-4177-aced-a1817aa2bd05", "comment": "", "command": "click", - "target": "css=.fa-caret-down", + "target": "css=.toggle-button", "targets": [ - ["css=.fa-caret-down", "css:finder"], - ["xpath=//div[@id='field49-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//div/button/i", "xpath:position"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[5]/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -841,14 +874,16 @@ "id": "38816b0f-9f4d-46d2-b900-937503ef93a0", "comment": "", "command": "click", - "target": "id=/backupFileInitNextRefreshDelay__option--2", + "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "targets": [ - ["id=/backupFileInitNextRefreshDelay__option--2", "id"], - ["css=#\\/backupFileInitNextRefreshDelay__option--2", "css:finder"], - ["xpath=//li[@id='/backupFileInitNextRefreshDelay__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/backupFileInitNextRefreshDelay__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[3]", "xpath:position"], - ["xpath=//li[contains(.,'PT1M')]", "xpath:innerText"] + ["id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { @@ -892,18 +927,6 @@ "target": "1000", "targets": [], "value": "" - }, { - "id": "a97290c3-88ce-41d7-9619-f111ecbeb778", - "comment": "", - "command": "click", - "target": "id=/metadataFilters/SignatureValidation/requireSignedRoot", - "targets": [ - ["id=/metadataFilters/SignatureValidation/requireSignedRoot.parent", "id"], - ["css=#\\/metadataFilters\\/SignatureValidation\\/requireSignedRoot\\.parent", "css:finder"], - ["xpath=//div[@id='/metadataFilters/SignatureValidation/requireSignedRoot.parent']", "xpath:attributes"], - ["xpath=//checkbox-component/div/div/div", "xpath:position"] - ], - "value": "" }, { "id": "fdec5198-73f6-43d1-a16a-55686cb68efa", "comment": "", @@ -938,41 +961,6 @@ "target": "2000", "targets": [], "value": "" - }, { - "id": "c8b7c426-9afc-4fb0-8c09-211ae9ba0a62", - "comment": "", - "command": "click", - "target": "linkText=Dashboard", - "targets": [ - ["linkText=Dashboard", "linkText"], - ["css=.nav-item > .nav-link", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a", "xpath:idRelative"], - ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], - ["xpath=//li[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] - ], - "value": "" - }, { - "id": "0ddad000-2e43-46f6-9558-6cb001a465dc", - "comment": "", - "command": "click", - "target": "linkText=Metadata Providers", - "targets": [ - ["linkText=Metadata Providers", "linkText"], - ["css=.nav > .nav-item:nth-child(2) > .nav-link", "css:finder"], - ["xpath=//a[contains(text(),'Metadata Providers')]", "xpath:link"], - ["xpath=//a[contains(@href, '/dashboard/metadata/manager/providers')]", "xpath:href"], - ["xpath=//dashboard-page/div/ul/li[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Metadata Providers')]", "xpath:innerText"] - ], - "value": "" - }, { - "id": "25583134-24c4-4fab-9a11-7e4cf0c05f1a", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" }, { "id": "1675c12e-8951-4d07-87b1-15e280699d66", "comment": "", @@ -1022,10 +1010,12 @@ "id": "72123a28-c3be-478c-8f30-555e346837e2", "comment": "", "command": "assertText", - "target": "css=.badge-success > span", + "target": "css=tr:nth-child(2) > .text-right", "targets": [ - ["css=.badge-success > span", "css:finder"], - ["xpath=//tr[2]/td[6]/span/span", "xpath:position"] + ["css=tr:nth-child(2) > .text-right", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr[2]/td[6]", "xpath:idRelative"], + ["xpath=//tr[2]/td[6]", "xpath:position"], + ["xpath=//td[contains(.,'Enabled')]", "xpath:innerText"] ], "value": "Enabled" }, { @@ -1042,10 +1032,12 @@ "id": "ad8842de-2a4c-42a4-b919-dd7524a679c6", "comment": "", "command": "assertText", - "target": "css=.badge-danger > span", + "target": "css=tr:nth-child(2) > .text-right", "targets": [ - ["css=.badge-danger > span", "css:finder"], - ["xpath=//tr[2]/td[6]/span/span", "xpath:position"] + ["css=tr:nth-child(2) > .text-right", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr[2]/td[6]", "xpath:idRelative"], + ["xpath=//tr[2]/td[6]", "xpath:position"], + ["xpath=//td[contains(.,'Disabled')]", "xpath:innerText"] ], "value": "Disabled" }, { diff --git a/backend/src/integration/resources/SHIBUI-1333.side b/backend/src/integration/resources/SHIBUI-1333.side index 2b2cde739..64d9ae077 100644 --- a/backend/src/integration/resources/SHIBUI-1333.side +++ b/backend/src/integration/resources/SHIBUI-1333.side @@ -49,36 +49,72 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "1462b26b-ff44-43bb-a3c1-48758d90c91c", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "e1705d99-40fc-465d-b2d5-fecdf4a22b68", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "f4edebbc-bcae-4aee-b211-7bf1c02cad37", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "ad3811ad-f95b-4cca-a5d9-63a10063a652", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "1caf8be6-a4d9-4b3b-ace1-0f76d3600d62", "comment": "", "command": "click", - "target": "linkText=Metadata Source", + "target": "linkText=Add a new metadata source", "targets": [ - ["linkText=Metadata Source", "linkText"], - ["css=.dropdown-menu > .nav-link:nth-child(1)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[2]", "xpath:href"], - ["xpath=//div/a", "xpath:position"] + ["linkText=Add a new metadata source", "linkText"], + ["css=.text-primary:nth-child(1)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata source')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/new')]", "xpath:href"], + ["xpath=//div/a", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata source')]", "xpath:innerText"] ], "value": "" + }, { + "id": "3aaf7544-cbc3-4048-ab8a-699463d698ac", + "comment": "", + "command": "waitForElementVisible", + "target": "id=root_serviceProviderName", + "targets": [ + ["id=root_serviceProviderName", "id"], + ["css=#root_serviceProviderName", "css:finder"], + ["xpath=//input[@id='root_serviceProviderName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], + "value": "30000" }, { "id": "218e51fd-49e6-400b-9d7f-61bcd8e0c074", "comment": "", "command": "click", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ ["id=/serviceProviderName", "id"], ["name=field1", "name"], @@ -91,7 +127,7 @@ "id": "9ee43e46-ab9e-46b1-8eb2-9718fb98bda2", "comment": "", "command": "type", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ ["id=field1", "id"], ["name=field1", "name"], @@ -104,13 +140,13 @@ "id": "7fe7298b-275c-4797-8d1b-f4547b63eb02", "comment": "", "command": "type", - "target": "id=/entityId", + "target": "id=root_entityId", "targets": [ - ["id=/entityId", "id"], - ["name=field2", "name"], - ["css=#\\/entityId", "css:finder"], - ["xpath=//input[@id='/entityId']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_entityId", "id"], + ["css=#root_entityId", "css:finder"], + ["xpath=//input[@id='root_entityId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "test-1234" }, { @@ -127,12 +163,12 @@ "id": "4d88e469-df2f-40ee-a557-b5eafbc24ef3", "comment": "", "command": "click", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ - ["id=/organization/name", "id"], - ["name=field5", "name"], - ["css=#\\/organization\\/name", "css:finder"], - ["xpath=//input[@id='/organization/name']", "xpath:attributes"], + ["id=root_organization_name", "id"], + ["css=#root_organization_name", "css:finder"], + ["xpath=//input[@id='root_organization_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -140,7 +176,7 @@ "id": "e0168286-af90-4c0a-a0ba-0dd97d64849b", "comment": "", "command": "type", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ ["id=field5", "id"], ["name=field5", "name"], @@ -153,57 +189,59 @@ "id": "8f6dcf95-41e4-446a-a7fb-a064d928e1bc", "comment": "", "command": "type", - "target": "id=/organization/displayName", + "target": "id=root_organization_displayName", "targets": [ - ["id=/organization/displayName", "id"], - ["name=field6", "name"], - ["css=#\\/organization\\/displayName", "css:finder"], - ["xpath=//input[@id='/organization/displayName']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_displayName", "id"], + ["css=#root_organization_displayName", "css:finder"], + ["xpath=//input[@id='root_organization_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "Test Org Name" }, { "id": "7cc2068e-3fa3-4f1c-ac97-c63e78911b9e", "comment": "", "command": "type", - "target": "id=/organization/url", + "target": "id=root_organization_url", "targets": [ - ["id=/organization/url", "id"], - ["name=field7", "name"], - ["css=#\\/organization\\/url", "css:finder"], - ["xpath=//input[@id='/organization/url']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_url", "id"], + ["css=#root_organization_url", "css:finder"], + ["xpath=//input[@id='root_organization_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "http://test.org" }, { "id": "1da05567-4f8d-4fd8-957a-bfddb2380bfb", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "5379b245-cd77-43c1-b424-3b6595c74174", "comment": "", "command": "click", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ - ["id=/contacts/0/name", "id"], - ["name=field10", "name"], - ["css=#\\/contacts\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/0/name']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_name", "id"], + ["css=#root_contacts_0_name", "css:finder"], + ["xpath=//input[@id='root_contacts_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b658cae2-ba5a-406b-a48c-87d110ff4ed0", "comment": "", "command": "type", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ ["id=field10", "id"], ["name=field10", "name"], @@ -216,12 +254,12 @@ "id": "3a2de62d-c1c1-43a7-a484-8a0d23bf301e", "comment": "", "command": "click", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [ - ["id=/contacts/0/type", "id"], - ["name=field11", "name"], - ["css=#\\/contacts\\/0\\/type", "css:finder"], - ["xpath=//select[@id='/contacts/0/type']", "xpath:attributes"], + ["id=root_contacts_0_type", "id"], + ["css=#root_contacts_0_type", "css:finder"], + ["xpath=//select[@id='root_contacts_0_type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], "value": "" @@ -229,27 +267,27 @@ "id": "86e4e429-2a72-496a-add8-df2fc079d157", "comment": "", "command": "select", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [], - "value": "label=Technical" + "value": "label=technical" }, { "id": "95531b0b-c084-422d-bac9-60ee7e7a9f16", "comment": "", "command": "click", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ - ["id=/contacts/0/emailAddress", "id"], - ["name=field12", "name"], - ["css=#\\/contacts\\/0\\/emailAddress", "css:finder"], - ["xpath=//input[@id='/contacts/0/emailAddress']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_emailAddress", "id"], + ["css=#root_contacts_0_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_0_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "e5d6662e-38d4-479f-b76b-c0c05fcabe15", "comment": "", "command": "type", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ ["id=field12", "id"], ["name=field12", "name"], @@ -262,31 +300,33 @@ "id": "b4e3ea55-b4c0-4585-99fe-ac1534efadd8", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "234de758-df6d-47d7-af74-83aee3fa1e72", "comment": "", "command": "click", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ - ["id=/contacts/1/name", "id"], - ["name=field14", "name"], - ["css=#\\/contacts\\/1\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/1/name']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_name", "id"], + ["css=#root_contacts_1_name", "css:finder"], + ["xpath=//input[@id='root_contacts_1_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "02819e27-7aed-4a1a-867f-f8131c3897d8", "comment": "", "command": "type", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ ["id=field14", "id"], ["name=field14", "name"], @@ -299,19 +339,20 @@ "id": "1d478856-8742-4627-acbe-daed2bb83abe", "comment": "", "command": "click", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ - ["css=#field15 > option:nth-child(2)", "css:finder"], - ["xpath=(//option[@value='1: support'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field15']/option[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[2]", "xpath:position"] + ["id=root_contacts_1_type", "id"], + ["css=#root_contacts_1_type", "css:finder"], + ["xpath=//select[@id='root_contacts_1_type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "9b4c76b4-3851-4aac-a9f5-67e20c36f174", "comment": "", "command": "select", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ ["id=/contacts/1/type", "id"], ["name=field15", "name"], @@ -319,31 +360,31 @@ ["xpath=//select[@id='/contacts/1/type']", "xpath:attributes"], ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select", "xpath:position"] ], - "value": "label=Support" + "value": "label=support" }, { "id": "5e3fddc1-786d-4040-8351-2f553e3c8811", "comment": "", "command": "click", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ - ["id=/contacts/1/emailAddress", "id"], - ["name=field16", "name"], - ["css=#\\/contacts\\/1\\/emailAddress", "css:finder"], - ["xpath=//input[@id='/contacts/1/emailAddress']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_emailAddress", "id"], + ["css=#root_contacts_1_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_1_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "700d8907-6a65-43d5-aebf-60a392379534", "comment": "", "command": "type", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ - ["id=field16", "id"], - ["name=field16", "name"], - ["css=#field16", "css:finder"], - ["xpath=//input[@id='field16']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_emailAddress", "id"], + ["css=#root_contacts_1_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_1_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "user2@test.org" }, { @@ -360,12 +401,12 @@ "id": "f38b7fca-0c0c-4658-9df6-10a26881c6a5", "comment": "", "command": "click", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ - ["id=/mdui/displayName", "id"], - ["name=field19", "name"], - ["css=#\\/mdui\\/displayName", "css:finder"], - ["xpath=//input[@id='/mdui/displayName']", "xpath:attributes"], + ["id=root_mdui_displayName", "id"], + ["css=#root_mdui_displayName", "css:finder"], + ["xpath=//input[@id='root_mdui_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -373,7 +414,7 @@ "id": "c03c4582-e1f1-449f-9a79-300d48ad69d8", "comment": "", "command": "type", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ ["id=field19", "id"], ["name=field19", "name"], @@ -386,25 +427,25 @@ "id": "5098507c-fa51-4c13-b9a3-381034e0fa52", "comment": "", "command": "type", - "target": "id=/mdui/informationUrl", + "target": "id=root_mdui_informationUrl", "targets": [ - ["id=/mdui/informationUrl", "id"], - ["name=field20", "name"], - ["css=#\\/mdui\\/informationUrl", "css:finder"], - ["xpath=//input[@id='/mdui/informationUrl']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_informationUrl", "id"], + ["css=#root_mdui_informationUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_informationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/info" }, { "id": "d5de3699-5a18-4abe-a2ea-0a2b7565c525", "comment": "", "command": "type", - "target": "id=/mdui/description", + "target": "id=root_mdui_description", "targets": [ - ["id=/mdui/description", "id"], - ["name=field21", "name"], - ["css=#\\/mdui\\/description", "css:finder"], - ["xpath=//textarea[@id='/mdui/description']", "xpath:attributes"], + ["id=root_mdui_description", "id"], + ["css=#root_mdui_description", "css:finder"], + ["xpath=//textarea[@id='root_mdui_description']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[3]/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "This is a description." @@ -412,20 +453,20 @@ "id": "115bb9a9-e991-4cf0-8bcb-363d9dc3c269", "comment": "", "command": "click", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ - ["id=/mdui/privacyStatementUrl", "id"], - ["name=field22", "name"], - ["css=#\\/mdui\\/privacyStatementUrl", "css:finder"], - ["xpath=//input[@id='/mdui/privacyStatementUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_privacyStatementUrl", "id"], + ["css=#root_mdui_privacyStatementUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_privacyStatementUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "df623bef-a1fc-48ff-aa93-05e0da85ef51", "comment": "", "command": "type", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ ["id=field22", "id"], ["name=field22", "name"], @@ -438,39 +479,39 @@ "id": "ed17408b-a763-4e5d-86cd-efe575df8d08", "comment": "", "command": "type", - "target": "id=/mdui/logoUrl", + "target": "id=root_mdui_logoUrl", "targets": [ - ["id=/mdui/logoUrl", "id"], - ["name=field23", "name"], - ["css=#\\/mdui\\/logoUrl", "css:finder"], - ["xpath=//input[@id='/mdui/logoUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_logoUrl", "id"], + ["css=#root_mdui_logoUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_logoUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/logo" }, { "id": "2946a968-7289-43e5-820d-b1aee442ce96", "comment": "", "command": "type", - "target": "id=/mdui/logoWidth", + "target": "id=root_mdui_logoWidth", "targets": [ - ["id=/mdui/logoWidth", "id"], - ["name=field24", "name"], - ["css=#\\/mdui\\/logoWidth", "css:finder"], - ["xpath=//input[@id='/mdui/logoWidth']", "xpath:attributes"], - ["xpath=//integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoWidth", "id"], + ["css=#root_mdui_logoWidth", "css:finder"], + ["xpath=//input[@id='root_mdui_logoWidth']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "200" }, { "id": "ceec5477-13d4-4ab4-944e-a2a34a9b4510", "comment": "", "command": "type", - "target": "id=/mdui/logoHeight", + "target": "id=root_mdui_logoHeight", "targets": [ - ["id=/mdui/logoHeight", "id"], - ["name=field25", "name"], - ["css=#\\/mdui\\/logoHeight", "css:finder"], - ["xpath=//input[@id='/mdui/logoHeight']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoHeight", "id"], + ["css=#root_mdui_logoHeight", "css:finder"], + ["xpath=//input[@id='root_mdui_logoHeight']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[3]/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/input", "xpath:position"] ], "value": "300" }, { @@ -487,20 +528,20 @@ "id": "88054c63-d468-4340-b4d3-c69fb6ed6f96", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: SAML 2']", "xpath:attributes"], - ["xpath=//select[@id='field28']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SAML 2')]", "xpath:innerText"] + ["id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "id"], + ["css=#root_serviceProviderSsoDescriptor_protocolSupportEnum", "css:finder"], + ["xpath=//select[@id='root_serviceProviderSsoDescriptor_protocolSupportEnum']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "c77b3648-fce1-46f9-aec9-ca88c90d4c92", "comment": "", "command": "select", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ ["id=/serviceProviderSsoDescriptor/protocolSupportEnum", "id"], ["name=field28", "name"], @@ -513,11 +554,13 @@ "id": "aec93dce-3142-4df3-b09d-735c70d1197b", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -531,13 +574,12 @@ "id": "a0102f51-f1d8-4c38-9170-482022ea7397", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", + "target": "css=.toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -551,20 +593,23 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "c21b1d7a-9325-4d70-887d-387c7a042c08", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -581,12 +626,12 @@ "id": "c1534880-c4e5-4fbd-b200-c28f9f556ab9", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", + "target": "css=.mt-2:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -600,20 +645,23 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "2c77ecbc-45cc-471c-9e39-f87ec06a9385", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -631,12 +679,12 @@ "id": "97a98737-862d-4567-8b20-c5c991444ed0", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", + "target": "css=.mt-2:nth-child(3) .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(3) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -650,13 +698,16 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { @@ -681,12 +732,12 @@ "id": "e2e8d5d4-8b6a-42d5-9fe7-abb8a84216e3", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", + "target": "css=.mt-2:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/3-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -700,38 +751,48 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "d135ef80-69d8-4cd1-b581-5e1973342082", "comment": "", "command": "click", - "target": "css=.btn-success > translate-i18n", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.rjsf > .form-group > div > .p-0 > .row", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div", "xpath:idRelative"], + ["xpath=//form/div/div/div/div", "xpath:position"] ], "value": "" }, { "id": "23fd8856-32df-48ed-a198-a74e8ca71b10", "comment": "", "command": "type", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(5) > div > div:nth-child(1) > div > div:nth-child(2) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=field34", "id"], - ["css=#field34", "css:finder"], - ["xpath=//input[@id='field34']", "xpath:attributes"], - ["xpath=//div[@id='field34-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "6f0363e3-cd0b-45cc-8210-7cad7c29997e", + "comment": "", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(5) > div > div:nth-child(1) > div > div:nth-child(2) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "4f61120b-7c6b-4f8e-8543-898298451a56", "comment": "", @@ -746,23 +807,25 @@ "id": "0de0345e-c9d2-4904-b797-a36965c5d82c", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "62ade28b-19d4-4c54-b179-0d36312c578f", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ - ["id=/logoutEndpoints/0/url", "id"], - ["name=field38", "name"], - ["css=#\\/logoutEndpoints\\/0\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/0/url']", "xpath:attributes"], + ["id=root_logoutEndpoints_0_url", "id"], + ["css=#root_logoutEndpoints_0_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_0_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -770,7 +833,7 @@ "id": "517e5991-197d-42fd-86ff-4da5fd04949b", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ ["id=field38", "id"], ["name=field38", "name"], @@ -783,20 +846,20 @@ "id": "034f6a60-6b2d-42f1-adb4-515c8a750953", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field39']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_logoutEndpoints_0_bindingType", "id"], + ["css=#root_logoutEndpoints_0_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_0_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "6967d0bb-dbf7-4f57-9e55-6de71abd69c1", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ ["id=/logoutEndpoints/0/bindingType", "id"], ["name=field39", "name"], @@ -809,7 +872,7 @@ "id": "542f9b37-a63d-4acb-ba3e-2ac3706b6667", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -819,20 +882,20 @@ "id": "39dedb16-bcd2-496a-af85-7d20a129593b", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ - ["id=/logoutEndpoints/1/url", "id"], - ["name=field41", "name"], - ["css=#\\/logoutEndpoints\\/1\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/1/url']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_logoutEndpoints_1_url", "id"], + ["css=#root_logoutEndpoints_1_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_1_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d25f708c-f72a-4fb7-88c1-a25a61d9f72a", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ ["id=field41", "id"], ["name=field41", "name"], @@ -845,19 +908,20 @@ "id": "bee9600e-b6db-484a-9b87-d7c657911108", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ - ["css=#field42 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redir'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field42']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_logoutEndpoints_1_bindingType", "id"], + ["css=#root_logoutEndpoints_1_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_1_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "e0e7ef9b-4ed1-4df2-b501-9cbb855baa7f", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ ["id=/logoutEndpoints/1/bindingType", "id"], ["name=field42", "name"], @@ -876,60 +940,52 @@ ["xpath=//li[3]/button", "xpath:position"] ], "value": "" - }, { - "id": "6c794e94-9c64-4683-816a-380432f2ed79", - "comment": "", - "command": "click", - "target": "id=/securityInfo/x509CertificateAvailable.true", - "targets": [ - ["id=/securityInfo/x509CertificateAvailable.true", "id"], - ["css=#\\/securityInfo\\/x509CertificateAvailable\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509CertificateAvailable.true']", "xpath:attributes"], - ["xpath=//input", "xpath:position"] - ], - "value": "" }, { "id": "f0ade90e-2c31-4a77-b936-3b2a00388477", "comment": "", "command": "click", - "target": "id=/securityInfo/authenticationRequestsSigned.true", + "target": "id=root_securityInfo_authenticationRequestsSigned-value.true", "targets": [ - ["id=/securityInfo/authenticationRequestsSigned.true", "id"], - ["css=#\\/securityInfo\\/authenticationRequestsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/authenticationRequestsSigned.true']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_authenticationRequestsSigned-value.true", "id"], + ["name=root_securityInfo_authenticationRequestsSigned", "name"], + ["css=#root_securityInfo_authenticationRequestsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_authenticationRequestsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "e26eda6f-1897-42e2-9ea9-671b1ff88874", "comment": "", "command": "click", - "target": "id=/securityInfo/wantAssertionsSigned.true", + "target": "id=root_securityInfo_wantAssertionsSigned-value.true", "targets": [ - ["id=/securityInfo/wantAssertionsSigned.true", "id"], - ["css=#\\/securityInfo\\/wantAssertionsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/wantAssertionsSigned.true']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_wantAssertionsSigned-value.true", "id"], + ["name=root_securityInfo_wantAssertionsSigned", "name"], + ["css=#root_securityInfo_wantAssertionsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_wantAssertionsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "3e11e54a-1b36-43ed-a8e5-d91f1fbed991", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ - ["id=/securityInfo/x509Certificates/0/name", "id"], - ["name=field50", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/name']", "xpath:attributes"], - ["xpath=//div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_name", "id"], + ["css=#root_securityInfo_x509Certificates_0_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "5acb8e19-16a3-4139-a961-1b58c11c4681", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ ["id=field50", "id"], ["name=field50", "name"], @@ -942,25 +998,26 @@ "id": "23ff8b87-ac6c-4f82-a779-aa91be11f49c", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/type.0", + "target": "id=root_securityInfo_x509Certificates_0_type-signing", "targets": [ - ["id=/securityInfo/x509Certificates/0/type.0", "id"], - ["name=field55", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/type\\.0", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/type.0']", "xpath:attributes"], - ["xpath=//div/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_type-signing", "id"], + ["name=root_securityInfo_x509Certificates_0_type", "name"], + ["css=#root_securityInfo_x509Certificates_0_type-signing", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_type-signing']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "dd15088c-ddc9-42fd-8f8d-f73338be71b6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ - ["id=/securityInfo/x509Certificates/0/value", "id"], - ["name=field52", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/0/value']", "xpath:attributes"], + ["id=root_securityInfo_x509Certificates_0_value", "id"], + ["css=#root_securityInfo_x509Certificates_0_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_0_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "" @@ -968,7 +1025,7 @@ "id": "813bf709-6c73-41ac-837a-5be076fa43c7", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ ["name=field52", "name"], ["css=.text-widget", "css:finder"], @@ -980,30 +1037,33 @@ "id": "fcf4cc15-54f4-4add-a093-e7ba5f2dc556", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "cbe577f6-3d18-49d9-95ab-2e597e5308a6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ - ["id=/securityInfo/x509Certificates/1/name", "id"], - ["name=field54", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/name']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_name", "id"], + ["css=#root_securityInfo_x509Certificates_1_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "ae98e813-77f4-424e-9141-d48e6127d9b6", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ ["id=field54", "id"], ["name=field54", "name"], @@ -1016,32 +1076,33 @@ "id": "835ad053-0a10-4606-a148-c7ba36be316f", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/type.1", + "target": "id=root_securityInfo_x509Certificates_1_type-encryption", "targets": [ - ["id=/securityInfo/x509Certificates/1/type.1", "id"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/type\\.1", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/type.1']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-radio-widget/div/div[2]/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_type-encryption", "id"], + ["css=#root_securityInfo_x509Certificates_1_type-encryption", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_type-encryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "e272cafa-3aba-4aff-972e-b1d45e627b88", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ - ["id=/securityInfo/x509Certificates/1/value", "id"], - ["name=field56", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/1/value']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/textarea-component/div/textarea", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_value", "id"], + ["css=#root_securityInfo_x509Certificates_1_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_1_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:position"] ], "value": "" }, { "id": "ae42d668-92ba-4cb8-9daf-a2a64ac18404", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ ["name=field56", "name"], ["css=.ng-untouched:nth-child(3)", "css:finder"], @@ -1063,23 +1124,25 @@ "id": "573c9f4c-c677-4175-96c5-3aaaf86e5ac1", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "50c1a3a1-b51c-41f9-81ff-d3d2894861ad", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ - ["id=/assertionConsumerServices/0/locationUrl", "id"], - ["name=field60", "name"], - ["css=#\\/assertionConsumerServices\\/0\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/0/locationUrl']", "xpath:attributes"], + ["id=root_assertionConsumerServices_0_locationUrl", "id"], + ["css=#root_assertionConsumerServices_0_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -1087,7 +1150,7 @@ "id": "6ff4002a-1c57-4778-b402-f917efaa5194", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ ["id=field60", "id"], ["name=field60", "name"], @@ -1100,20 +1163,20 @@ "id": "e81c5045-98c3-499c-bff5-2645efa4c55d", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field61']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_binding", "id"], + ["css=#root_assertionConsumerServices_0_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_0_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "24c810c8-747a-4ae2-91e5-16685d589f21", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ ["id=/assertionConsumerServices/0/binding", "id"], ["name=field61", "name"], @@ -1126,18 +1189,20 @@ "id": "c221b1f5-2961-4cbd-a545-1e34a09b8153", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_assertionConsumerServices_0_makeDefault", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Mark as Default')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_makeDefault", "id"], + ["css=#root_assertionConsumerServices_0_makeDefault", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_makeDefault']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "cb058717-f20f-4a54-81e5-9a7dcf66ec0e", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -1147,20 +1212,20 @@ "id": "f9998203-830b-44d3-8392-45b737544177", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ - ["id=/assertionConsumerServices/1/locationUrl", "id"], - ["name=field64", "name"], - ["css=#\\/assertionConsumerServices\\/1\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/1/locationUrl']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_assertionConsumerServices_1_locationUrl", "id"], + ["css=#root_assertionConsumerServices_1_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_1_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d5cbf5e8-7c5b-45f7-8645-dd9f9d39922e", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ ["id=field64", "id"], ["name=field64", "name"], @@ -1173,19 +1238,20 @@ "id": "74de4187-3d1e-4a4d-af8e-966f00649ab8", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ - ["css=#field65 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:1.0:profiles:browser-po'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field65']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_assertionConsumerServices_1_binding", "id"], + ["css=#root_assertionConsumerServices_1_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_1_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "929c1047-f455-418b-b23e-a383d681f028", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ ["id=/assertionConsumerServices/1/binding", "id"], ["name=field65", "name"], @@ -1208,85 +1274,98 @@ "id": "134bf1f3-1e86-49e7-91de-185e513b02be", "comment": "", "command": "click", - "target": "css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", + "target": "id=root_relyingPartyOverrides_signAssertion", "targets": [ - ["css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Sign the Assertion?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_signAssertion", "id"], + ["css=#root_relyingPartyOverrides_signAssertion", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_signAssertion']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "5cd1ae5f-678a-4be8-a03f-b290006e52fe", "comment": "", "command": "click", - "target": "css=div:nth-child(2) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_dontSignResponse", "targets": [ - ["css=div:nth-child(2) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"] + ["id=root_relyingPartyOverrides_dontSignResponse", "id"], + ["css=#root_relyingPartyOverrides_dontSignResponse", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_dontSignResponse']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "5895d555-6ef5-4344-b177-00e905f9007c", "comment": "", "command": "click", - "target": "css=div:nth-child(3) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=div:nth-child(3) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "8d834380-e312-494d-9b4b-c5b798cc9b15", "comment": "", "command": "click", - "target": "css=div:nth-child(4) .custom-control-label", + "target": "id=root_relyingPartyOverrides_useSha", "targets": [ - ["css=div:nth-child(4) .custom-control-label", "css:finder"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Use SHA1 Signing Algorithm?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_useSha", "id"], + ["css=#root_relyingPartyOverrides_useSha", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_useSha']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "bcf532a9-ba5a-4ca1-a342-dde53bc4a592", "comment": "", "command": "click", - "target": "css=div:nth-child(5) .custom-control-label", + "target": "id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "targets": [ - ["css=div:nth-child(5) .custom-control-label", "css:finder"], - ["xpath=//div[5]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Ignore any SP-Requested Authentication Method?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "id"], + ["css=#root_relyingPartyOverrides_ignoreAuthenticationMethod", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_ignoreAuthenticationMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "45f3df44-1c34-4649-aedb-14207e9ce999", "comment": "", "command": "click", - "target": "css=div:nth-child(6) .custom-control-label", + "target": "id=root_relyingPartyOverrides_omitNotBefore", "targets": [ - ["css=div:nth-child(6) .custom-control-label", "css:finder"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Omit Not Before Condition?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_omitNotBefore", "id"], + ["css=#root_relyingPartyOverrides_omitNotBefore", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_omitNotBefore']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[6]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "7ccb7d88-b113-4ee9-8582-b3d781fa8846", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ - ["id=/relyingPartyOverrides/responderId", "id"], - ["name=field121", "name"], - ["css=#\\/relyingPartyOverrides\\/responderId", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/responderId']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_responderId", "id"], + ["css=#root_relyingPartyOverrides_responderId", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_responderId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "afe1b839-3421-4816-bf69-c804add681ba", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ ["id=field75", "id"], ["name=field75", "name"], @@ -1299,10 +1378,13 @@ "id": "ba74d18d-0996-485f-8a9f-01a39428eb0c", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -1316,13 +1398,12 @@ "id": "2a91666b-5453-4064-8923-c3384835b6fd", "comment": "", "command": "click", - "target": "css=.btn-outline-secondary", + "target": "css=.toggle-button", "targets": [ - ["css=.btn-outline-secondary", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1336,20 +1417,23 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "ec3afb37-30b4-4d07-93a6-dcf022605532", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1367,12 +1451,12 @@ "id": "fd33610c-dbca-410d-b2a4-117a1b2b6a79", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", + "target": "css=.mt-2:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1386,20 +1470,23 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "8b340d1f-4944-4d10-a4cd-5e79be6804ef", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1417,12 +1504,12 @@ "id": "208b33cf-f983-4a82-9b1b-19cdf2a937fc", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", + "target": "css=.mt-2:nth-child(3) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(3) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[19]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1436,20 +1523,23 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { "id": "d6e7a640-a578-415b-9c1b-b2313b62ad46", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1467,12 +1557,12 @@ "id": "788a5b63-a75f-4aeb-9a5d-17c41e8f718e", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", + "target": "css=.mt-2:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/3-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[21]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1486,20 +1576,23 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/3__option--3", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/3__option--3", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "4c15be93-75be-4673-b703-07a705300d0f", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -1509,20 +1602,19 @@ "id": "1a1b509e-1768-4291-820d-26f4b73a9d71", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/4", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/4", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/nameIdFormats/4']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/4-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "433d6e9d-9d03-4042-9ee0-6284570f8a3c", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field83", "id"], ["css=#field83", "css:finder"], @@ -1531,12 +1623,24 @@ ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "3a2e2040-7443-4e3a-99b1-363f87580cba", + "comment": "", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "c8bb3bee-3d61-4324-a3aa-38b78232b969", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", - "targets": [], + "target": "css=.row:nth-child(9) .array-add-button", + "targets": [ + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[25]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] + ], "value": "" }, { "id": "667d1702-7451-4200-ae40-3024717c4506", @@ -1549,7 +1653,7 @@ "id": "cbf15c4c-35d9-4f80-ba3d-bfe960048cd1", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], @@ -1568,20 +1672,23 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/0__listbox']/li", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["linkText=https://refeds.org/profile/mfa", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] ], "value": "" }, { "id": "ed769470-9c3f-4c23-bbed-85513dcea800", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1598,7 +1705,7 @@ "id": "2b063eb8-f2d6-4a59-85bb-b04c467d9874", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(2) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], @@ -1617,20 +1724,23 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] ], "value": "" }, { "id": "892ddc96-970b-4dde-9189-0dc9ed197dab", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1647,7 +1757,7 @@ "id": "64e215d9-6e46-422f-882c-13b6fb102622", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(3) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], @@ -1666,20 +1776,23 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] ], "value": "" }, { "id": "f0dd4b79-eab5-4d4b-af2e-07ca661f8288", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .btn > translate-i18n", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button/translate-i18n", "xpath:position"] @@ -1689,20 +1802,19 @@ "id": "dacd34b0-9e48-4838-b137-bf22dd027ed0", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/3", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/3", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/authenticationMethods/3']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/3-container']/div/input", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[12]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "cc9dd18b-ee87-4aa7-91f2-59f02834759b", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field87", "id"], ["css=#field87", "css:finder"], @@ -1711,15 +1823,24 @@ ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "otherThings" + }, { + "id": "1f62c43d-e605-4d62-9ce4-51f950788ac4", + "comment": "", + "command": "sendKeys", + "target": "css=div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "7c85fe59-dc95-4328-a010-33d1a06a5ce5", "comment": "", "command": "click", - "target": "css=div:nth-child(10) .custom-control-label", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=div:nth-child(10) .custom-control-label", "css:finder"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -1738,9 +1859,7 @@ "command": "click", "target": "css=.fa-check", "targets": [ - ["css=.fa-check", "css:finder"], - ["xpath=//button[@id='/attributeRelease.checkall']/i", "xpath:idRelative"], - ["xpath=//td[2]/button/i", "xpath:position"] + ["css=.fa-check", "css:finder"] ], "value": "" }, { @@ -1757,22 +1876,24 @@ "id": "14ca713a-313d-4cda-82ca-a0b814ce81dc", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_serviceEnabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable this service?')]", "xpath:innerText"] + ["id=root_serviceEnabled", "id"], + ["css=#root_serviceEnabled", "css:finder"], + ["xpath=//input[@id='root_serviceEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[11]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] ], "value": "test-1234" @@ -1780,22 +1901,23 @@ "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:idRelative"], + ["xpath=//section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/assert2')]", "xpath:innerText"] ], "value": "http://test.org/assert2" }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(8) .border-0", + "target": "css=.d-flex:nth-child(8) .d-flex:nth-child(5)", "targets": [ - ["css=array-property:nth-child(8) .border-0", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:idRelative"], - ["xpath=//section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:position"] + ["css=.d-flex:nth-child(8) .d-flex:nth-child(5)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[8]/div/div[2]/div[2]/div/div[8]/ul/li[5]", "xpath:idRelative"], + ["xpath=//div[8]/ul/li[5]", "xpath:position"] ], "value": "somethingElse" }, { @@ -1823,18 +1945,22 @@ "id": "4e0fa4f5-817f-41fb-9885-60f37b699436", "comment": "", "command": "waitForElementVisible", - "target": "css=tr > .text-right", + "target": "linkText=Test Provider", "targets": [ - ["css=tr > .text-right", "css:finder"], - ["xpath=//td[5]", "xpath:position"], - ["xpath=//td[contains(.,'Enabled')]", "xpath:innerText"] + ["linkText=Test Provider", "linkText"], + ["css=td > a", "css:finder"], + ["xpath=//a[contains(text(),'Test Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/f42856cd-f07a-4910-bf6b-cdafb9913ded/configuration/options')]", "xpath:href"], + ["xpath=//td/a", "xpath:position"], + ["xpath=//a[contains(.,'Test Provider')]", "xpath:innerText"] ], "value": "10000" }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "", "command": "assertText", - "target": "css=td:nth-child(1)", + "target": "linkText=Test Provider", "targets": [ ["linkText=Test Provider", "linkText"], ["css=td > a", "css:finder"], @@ -1851,6 +1977,7 @@ "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]", "xpath:idRelative"], ["xpath=//td[2]", "xpath:position"], ["xpath=//td[contains(.,'test-1234')]", "xpath:innerText"] ], @@ -1948,11 +2075,12 @@ "id": "01da89d4-e043-4f99-9d98-dcb42b9b4777", "comment": "", "command": "click", - "target": "css=.btn-link", + "target": "css=.px-3", "targets": [ - ["css=.btn-link", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], + ["css=.px-3", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/form/div/div/div/button", "xpath:idRelative"], + ["xpath=//form/div/div/div/button", "xpath:position"], ["xpath=//button[contains(.,'Clear')]", "xpath:innerText"] ], "value": "" @@ -1975,7 +2103,12 @@ "comment": "", "command": "waitForElementPresent", "target": "css=.author", - "targets": [], + "targets": [ + ["css=.author", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/div/div/div/h5/span[2]", "xpath:idRelative"], + ["xpath=//span[2]", "xpath:position"], + ["xpath=//span[contains(.,'admin')]", "xpath:innerText"] + ], "value": "10000" }, { "id": "c9ea2708-7c12-43ce-b827-f0f34d2f2831", @@ -1993,11 +2126,11 @@ "id": "16271513-203c-4528-870f-dcf73f4d81cb", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(2) > .d-flex > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(2) > .d-flex > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] ], "value": "test-1234" @@ -2005,22 +2138,23 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/array-property/div/div[2]/div[3]/div[2]", "xpath:idRelative"], - ["xpath=//div[3]/div[2]", "xpath:position"] + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], + ["xpath=//div[3]/span", "xpath:position"], + ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], "value": "user@test.org" }, { "id": "467409c7-1007-4c45-80d2-0b4eea5199a0", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(4) div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[2]/div/div[2]/object-property/object-property/primitive-property[2]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[2]/div/div[2]/object-property/object-property/primitive-property[2]/div/span[2]", "xpath:position"], + ["css=.mb-4:nth-child(4) div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[2]/div/div[2]/div[2]/div/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//section[2]/div/div[2]/div[2]/div/div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'http://test.org/info')]", "xpath:innerText"] ], "value": "http://test.org/info" @@ -2028,11 +2162,11 @@ "id": "eaaf9d59-1466-4736-924c-56c9b3f7522f", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(2) .text-truncate:nth-child(2)", + "target": "css=.d-flex:nth-child(2) .d-flex:nth-child(2)", "targets": [ - ["css=array-property:nth-child(2) .text-truncate:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[3]/div/div[2]/object-property/object-property/array-property/div/div/ul/li[2]", "xpath:idRelative"], - ["xpath=//div/div/ul/li[2]", "xpath:position"], + ["css=.d-flex:nth-child(2) .d-flex:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[3]/div/div[2]/div[2]/div/div[2]/ul/li[2]", "xpath:idRelative"], + ["xpath=//ul/li[2]", "xpath:position"], ["xpath=//li[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" @@ -2040,44 +2174,46 @@ "id": "2a23096f-d5cd-4727-af1b-130388117aa0", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(6) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[4]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[4]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(6) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[4]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:idRelative"], + ["xpath=//section[4]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/logout2')]", "xpath:innerText"] ], "value": "http://test.org/logout2" }, { "id": "fe47ffd2-d2a0-4264-90fe-31b998f81ac2", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(7) .p-2 > div > div > div:nth-child(3) .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[5]/div/div[2]/object-property/object-property/primitive-property[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[5]/div/div[2]/object-property/object-property/primitive-property[3]/div/span[2]", "xpath:position"] + ["css=.mb-4:nth-child(7) .p-2 > div > div > div:nth-child(3) .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[5]/div/div[2]/div[2]/div/div[3]/div/span[2]", "xpath:idRelative"], + ["xpath=//section[5]/div/div[2]/div[2]/div/div[3]/div/span[2]", "xpath:position"] ], "value": "true" }, { "id": "7300785c-b83e-49b8-97a6-d66516f6c133", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(8) .py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[6]/div/div[2]/object-property/array-property/div/div[2]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[6]/div/div[2]/object-property/array-property/div/div[2]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(8) .py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[6]/div/div[2]/div[2]/div/div[2]/div/span", "xpath:idRelative"], + ["xpath=//section[6]/div/div[2]/div[2]/div/div[2]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/assert')]", "xpath:innerText"] ], "value": "http://test.org/assert" }, { "id": "951a21c9-4cd3-4989-8dc0-77760ca0dc95", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(9) div:nth-child(7) .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[7]/div/div[2]/object-property/object-property/primitive-property[7]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[7]/div/div[2]/object-property/object-property/primitive-property[7]/div/span[2]", "xpath:position"], + ["css=.mb-4:nth-child(9) div:nth-child(7) .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[7]/div/div[2]/div[2]/div/div[7]/div/span[2]", "xpath:idRelative"], + ["xpath=//section[7]/div/div[2]/div[2]/div/div[7]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'responder-id-123')]", "xpath:innerText"] ], "value": "responder-id-123" diff --git a/backend/src/integration/resources/SHIBUI-1334-1.side b/backend/src/integration/resources/SHIBUI-1334-1.side index 80869679b..59c07f5d1 100644 --- a/backend/src/integration/resources/SHIBUI-1334-1.side +++ b/backend/src/integration/resources/SHIBUI-1334-1.side @@ -49,36 +49,72 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "c4f3b8ff-5c73-4975-8a76-08c3a5d9ec4c", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "eb9f9e61-26d0-45fb-8aae-c5e205db4407", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "240e95a4-893e-4dab-901e-dc2960a2126a", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "ad3811ad-f95b-4cca-a5d9-63a10063a652", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "1caf8be6-a4d9-4b3b-ace1-0f76d3600d62", "comment": "", "command": "click", - "target": "linkText=Metadata Source", + "target": "linkText=Add a new metadata source", "targets": [ - ["linkText=Metadata Source", "linkText"], - ["css=.dropdown-menu > .nav-link:nth-child(1)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[2]", "xpath:href"], - ["xpath=//div/a", "xpath:position"] + ["linkText=Add a new metadata source", "linkText"], + ["css=.text-primary:nth-child(1)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata source')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/new')]", "xpath:href"], + ["xpath=//div/a", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata source')]", "xpath:innerText"] ], "value": "" + }, { + "id": "41c59f00-a206-4628-af94-c493996cb0a5", + "comment": "", + "command": "waitForElementVisible", + "target": "id=root_serviceProviderName", + "targets": [ + ["id=root_serviceProviderName", "id"], + ["css=#root_serviceProviderName", "css:finder"], + ["xpath=//input[@id='root_serviceProviderName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], + "value": "30000" }, { "id": "218e51fd-49e6-400b-9d7f-61bcd8e0c074", "comment": "", "command": "click", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ ["id=/serviceProviderName", "id"], ["name=field1", "name"], @@ -91,7 +127,7 @@ "id": "9ee43e46-ab9e-46b1-8eb2-9718fb98bda2", "comment": "", "command": "type", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ ["id=field1", "id"], ["name=field1", "name"], @@ -104,13 +140,13 @@ "id": "7fe7298b-275c-4797-8d1b-f4547b63eb02", "comment": "", "command": "type", - "target": "id=/entityId", + "target": "id=root_entityId", "targets": [ - ["id=/entityId", "id"], - ["name=field2", "name"], - ["css=#\\/entityId", "css:finder"], - ["xpath=//input[@id='/entityId']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_entityId", "id"], + ["css=#root_entityId", "css:finder"], + ["xpath=//input[@id='root_entityId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/div/form/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "test-1234" }, { @@ -127,12 +163,12 @@ "id": "4d88e469-df2f-40ee-a557-b5eafbc24ef3", "comment": "", "command": "click", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ - ["id=/organization/name", "id"], - ["name=field5", "name"], - ["css=#\\/organization\\/name", "css:finder"], - ["xpath=//input[@id='/organization/name']", "xpath:attributes"], + ["id=root_organization_name", "id"], + ["css=#root_organization_name", "css:finder"], + ["xpath=//input[@id='root_organization_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -140,7 +176,7 @@ "id": "e0168286-af90-4c0a-a0ba-0dd97d64849b", "comment": "", "command": "type", - "target": "id=/organization/name", + "target": "id=root_organization_name", "targets": [ ["id=field5", "id"], ["name=field5", "name"], @@ -153,57 +189,59 @@ "id": "8f6dcf95-41e4-446a-a7fb-a064d928e1bc", "comment": "", "command": "type", - "target": "id=/organization/displayName", + "target": "id=root_organization_displayName", "targets": [ - ["id=/organization/displayName", "id"], - ["name=field6", "name"], - ["css=#\\/organization\\/displayName", "css:finder"], - ["xpath=//input[@id='/organization/displayName']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_displayName", "id"], + ["css=#root_organization_displayName", "css:finder"], + ["xpath=//input[@id='root_organization_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "Test Org Name" }, { "id": "7cc2068e-3fa3-4f1c-ac97-c63e78911b9e", "comment": "", "command": "type", - "target": "id=/organization/url", + "target": "id=root_organization_url", "targets": [ - ["id=/organization/url", "id"], - ["name=field7", "name"], - ["css=#\\/organization\\/url", "css:finder"], - ["xpath=//input[@id='/organization/url']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_organization_url", "id"], + ["css=#root_organization_url", "css:finder"], + ["xpath=//input[@id='root_organization_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "http://test.org" }, { "id": "1da05567-4f8d-4fd8-957a-bfddb2380bfb", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "5379b245-cd77-43c1-b424-3b6595c74174", "comment": "", "command": "click", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ - ["id=/contacts/0/name", "id"], - ["name=field10", "name"], - ["css=#\\/contacts\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/0/name']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_name", "id"], + ["css=#root_contacts_0_name", "css:finder"], + ["xpath=//input[@id='root_contacts_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b658cae2-ba5a-406b-a48c-87d110ff4ed0", "comment": "", "command": "type", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ ["id=field10", "id"], ["name=field10", "name"], @@ -216,12 +254,12 @@ "id": "3a2de62d-c1c1-43a7-a484-8a0d23bf301e", "comment": "", "command": "click", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [ - ["id=/contacts/0/type", "id"], - ["name=field11", "name"], - ["css=#\\/contacts\\/0\\/type", "css:finder"], - ["xpath=//select[@id='/contacts/0/type']", "xpath:attributes"], + ["id=root_contacts_0_type", "id"], + ["css=#root_contacts_0_type", "css:finder"], + ["xpath=//select[@id='root_contacts_0_type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], "value": "" @@ -229,27 +267,27 @@ "id": "86e4e429-2a72-496a-add8-df2fc079d157", "comment": "", "command": "select", - "target": "id=/contacts/0/type", + "target": "id=root_contacts_0_type", "targets": [], - "value": "label=Technical" + "value": "label=technical" }, { "id": "95531b0b-c084-422d-bac9-60ee7e7a9f16", "comment": "", "command": "click", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ - ["id=/contacts/0/emailAddress", "id"], - ["name=field12", "name"], - ["css=#\\/contacts\\/0\\/emailAddress", "css:finder"], - ["xpath=//input[@id='/contacts/0/emailAddress']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_emailAddress", "id"], + ["css=#root_contacts_0_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_0_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "e5d6662e-38d4-479f-b76b-c0c05fcabe15", "comment": "", "command": "type", - "target": "id=/contacts/0/emailAddress", + "target": "id=root_contacts_0_emailAddress", "targets": [ ["id=field12", "id"], ["name=field12", "name"], @@ -262,31 +300,33 @@ "id": "b4e3ea55-b4c0-4585-99fe-ac1534efadd8", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "234de758-df6d-47d7-af74-83aee3fa1e72", "comment": "", "command": "click", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ - ["id=/contacts/1/name", "id"], - ["name=field14", "name"], - ["css=#\\/contacts\\/1\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/1/name']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_name", "id"], + ["css=#root_contacts_1_name", "css:finder"], + ["xpath=//input[@id='root_contacts_1_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "02819e27-7aed-4a1a-867f-f8131c3897d8", "comment": "", "command": "type", - "target": "id=/contacts/1/name", + "target": "id=root_contacts_1_name", "targets": [ ["id=field14", "id"], ["name=field14", "name"], @@ -299,19 +339,20 @@ "id": "1d478856-8742-4627-acbe-daed2bb83abe", "comment": "", "command": "click", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ - ["css=#field15 > option:nth-child(2)", "css:finder"], - ["xpath=(//option[@value='1: support'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field15']/option[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[2]", "xpath:position"] + ["id=root_contacts_1_type", "id"], + ["css=#root_contacts_1_type", "css:finder"], + ["xpath=//select[@id='root_contacts_1_type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "9b4c76b4-3851-4aac-a9f5-67e20c36f174", "comment": "", "command": "select", - "target": "id=/contacts/1/type", + "target": "id=root_contacts_1_type", "targets": [ ["id=/contacts/1/type", "id"], ["name=field15", "name"], @@ -319,31 +360,31 @@ ["xpath=//select[@id='/contacts/1/type']", "xpath:attributes"], ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select", "xpath:position"] ], - "value": "label=Support" + "value": "label=support" }, { "id": "5e3fddc1-786d-4040-8351-2f553e3c8811", "comment": "", "command": "click", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ - ["id=/contacts/1/emailAddress", "id"], - ["name=field16", "name"], - ["css=#\\/contacts\\/1\\/emailAddress", "css:finder"], - ["xpath=//input[@id='/contacts/1/emailAddress']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_emailAddress", "id"], + ["css=#root_contacts_1_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_1_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "700d8907-6a65-43d5-aebf-60a392379534", "comment": "", "command": "type", - "target": "id=/contacts/1/emailAddress", + "target": "id=root_contacts_1_emailAddress", "targets": [ - ["id=field16", "id"], - ["name=field16", "name"], - ["css=#field16", "css:finder"], - ["xpath=//input[@id='field16']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_1_emailAddress", "id"], + ["css=#root_contacts_1_emailAddress", "css:finder"], + ["xpath=//input[@id='root_contacts_1_emailAddress']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/input", "xpath:position"] ], "value": "user2@test.org" }, { @@ -360,12 +401,12 @@ "id": "f38b7fca-0c0c-4658-9df6-10a26881c6a5", "comment": "", "command": "click", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ - ["id=/mdui/displayName", "id"], - ["name=field19", "name"], - ["css=#\\/mdui\\/displayName", "css:finder"], - ["xpath=//input[@id='/mdui/displayName']", "xpath:attributes"], + ["id=root_mdui_displayName", "id"], + ["css=#root_mdui_displayName", "css:finder"], + ["xpath=//input[@id='root_mdui_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -373,7 +414,7 @@ "id": "c03c4582-e1f1-449f-9a79-300d48ad69d8", "comment": "", "command": "type", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ ["id=field19", "id"], ["name=field19", "name"], @@ -386,25 +427,25 @@ "id": "5098507c-fa51-4c13-b9a3-381034e0fa52", "comment": "", "command": "type", - "target": "id=/mdui/informationUrl", + "target": "id=root_mdui_informationUrl", "targets": [ - ["id=/mdui/informationUrl", "id"], - ["name=field20", "name"], - ["css=#\\/mdui\\/informationUrl", "css:finder"], - ["xpath=//input[@id='/mdui/informationUrl']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_informationUrl", "id"], + ["css=#root_mdui_informationUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_informationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/info" }, { "id": "d5de3699-5a18-4abe-a2ea-0a2b7565c525", "comment": "", "command": "type", - "target": "id=/mdui/description", + "target": "id=root_mdui_description", "targets": [ - ["id=/mdui/description", "id"], - ["name=field21", "name"], - ["css=#\\/mdui\\/description", "css:finder"], - ["xpath=//textarea[@id='/mdui/description']", "xpath:attributes"], + ["id=root_mdui_description", "id"], + ["css=#root_mdui_description", "css:finder"], + ["xpath=//textarea[@id='root_mdui_description']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div[3]/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "This is a description." @@ -412,20 +453,20 @@ "id": "115bb9a9-e991-4cf0-8bcb-363d9dc3c269", "comment": "", "command": "click", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ - ["id=/mdui/privacyStatementUrl", "id"], - ["name=field22", "name"], - ["css=#\\/mdui\\/privacyStatementUrl", "css:finder"], - ["xpath=//input[@id='/mdui/privacyStatementUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_privacyStatementUrl", "id"], + ["css=#root_mdui_privacyStatementUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_privacyStatementUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "df623bef-a1fc-48ff-aa93-05e0da85ef51", "comment": "", "command": "type", - "target": "id=/mdui/privacyStatementUrl", + "target": "id=root_mdui_privacyStatementUrl", "targets": [ ["id=field22", "id"], ["name=field22", "name"], @@ -438,39 +479,39 @@ "id": "ed17408b-a763-4e5d-86cd-efe575df8d08", "comment": "", "command": "type", - "target": "id=/mdui/logoUrl", + "target": "id=root_mdui_logoUrl", "targets": [ - ["id=/mdui/logoUrl", "id"], - ["name=field23", "name"], - ["css=#\\/mdui\\/logoUrl", "css:finder"], - ["xpath=//input[@id='/mdui/logoUrl']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_mdui_logoUrl", "id"], + ["css=#root_mdui_logoUrl", "css:finder"], + ["xpath=//input[@id='root_mdui_logoUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div[2]/div/div/input", "xpath:position"] ], "value": "http://test.org/logo" }, { "id": "2946a968-7289-43e5-820d-b1aee442ce96", "comment": "", "command": "type", - "target": "id=/mdui/logoWidth", + "target": "id=root_mdui_logoWidth", "targets": [ - ["id=/mdui/logoWidth", "id"], - ["name=field24", "name"], - ["css=#\\/mdui\\/logoWidth", "css:finder"], - ["xpath=//input[@id='/mdui/logoWidth']", "xpath:attributes"], - ["xpath=//integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoWidth", "id"], + ["css=#root_mdui_logoWidth", "css:finder"], + ["xpath=//input[@id='root_mdui_logoWidth']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "200" }, { "id": "ceec5477-13d4-4ab4-944e-a2a34a9b4510", "comment": "", "command": "type", - "target": "id=/mdui/logoHeight", + "target": "id=root_mdui_logoHeight", "targets": [ - ["id=/mdui/logoHeight", "id"], - ["name=field25", "name"], - ["css=#\\/mdui\\/logoHeight", "css:finder"], - ["xpath=//input[@id='/mdui/logoHeight']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/integer-component/div/input", "xpath:position"] + ["id=root_mdui_logoHeight", "id"], + ["css=#root_mdui_logoHeight", "css:finder"], + ["xpath=//input[@id='root_mdui_logoHeight']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div[2]/div[3]/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/input", "xpath:position"] ], "value": "300" }, { @@ -487,20 +528,20 @@ "id": "88054c63-d468-4340-b4d3-c69fb6ed6f96", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: SAML 2']", "xpath:attributes"], - ["xpath=//select[@id='field28']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SAML 2')]", "xpath:innerText"] + ["id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "id"], + ["css=#root_serviceProviderSsoDescriptor_protocolSupportEnum", "css:finder"], + ["xpath=//select[@id='root_serviceProviderSsoDescriptor_protocolSupportEnum']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "c77b3648-fce1-46f9-aec9-ca88c90d4c92", "comment": "", "command": "select", - "target": "id=/serviceProviderSsoDescriptor/protocolSupportEnum", + "target": "id=root_serviceProviderSsoDescriptor_protocolSupportEnum", "targets": [ ["id=/serviceProviderSsoDescriptor/protocolSupportEnum", "id"], ["name=field28", "name"], @@ -513,11 +554,13 @@ "id": "aec93dce-3142-4df3-b09d-735c70d1197b", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -531,13 +574,12 @@ "id": "a0102f51-f1d8-4c38-9170-482022ea7397", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", + "target": "css=.toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -551,20 +593,23 @@ "id": "9033e5ad-4255-4aa7-a878-c7beab69ee8e", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/0__option--0", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "c21b1d7a-9325-4d70-887d-387c7a042c08", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -581,12 +626,12 @@ "id": "c1534880-c4e5-4fbd-b200-c28f9f556ab9", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", + "target": "css=.mt-2:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -600,20 +645,23 @@ "id": "d07b2d83-3699-4f48-90e8-6fc883d3a02a", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/1__option--1", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "2c77ecbc-45cc-471c-9e39-f87ec06a9385", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -631,12 +679,12 @@ "id": "97a98737-862d-4567-8b20-c5c991444ed0", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -650,20 +698,23 @@ "id": "686e004c-2b0f-4308-8622-b04bc05a50a9", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/2__option--2", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { "id": "104367d3-f250-4439-8721-32dcf9f25e0c", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -681,12 +732,12 @@ "id": "e2e8d5d4-8b6a-42d5-9fe7-abb8a84216e3", "comment": "", "command": "click", - "target": "css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", + "target": "css=.mt-2:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/serviceProviderSsoDescriptor/nameIdFormats/3-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -700,38 +751,49 @@ "id": "b6ac5230-772b-44bc-b9d1-6ae8a58e0368", "comment": "", "command": "click", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", + "target": "id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "targets": [ - ["id=/serviceProviderSsoDescriptor/nameIdFormats/3__option--3", "id"], - ["css=#\\/serviceProviderSsoDescriptor\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/serviceProviderSsoDescriptor/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_serviceProviderSsoDescriptor_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "d135ef80-69d8-4cd1-b581-5e1973342082", "comment": "", "command": "click", - "target": "css=.btn-success > translate-i18n", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.next", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/nav/ul/li[3]/button", "xpath:idRelative"], + ["xpath=//li[3]/button", "xpath:position"] ], "value": "" }, { "id": "23fd8856-32df-48ed-a198-a74e8ca71b10", "comment": "", "command": "type", - "target": "id=/serviceProviderSsoDescriptor/nameIdFormats/4", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(5) > div > div:nth-child(1) > div > div:nth-child(2) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=field34", "id"], - ["css=#field34", "css:finder"], - ["xpath=//input[@id='field34']", "xpath:attributes"], - ["xpath=//div[@id='field34-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[3]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div[2]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "c11bf56d-4516-4397-9a19-e07cc12eda2a", + "comment": "", + "command": "sendKeys", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(5) > div > div:nth-child(1) > div > div:nth-child(2) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "4f61120b-7c6b-4f8e-8543-898298451a56", "comment": "", @@ -739,6 +801,8 @@ "target": "css=.next", "targets": [ ["css=.next", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/nav/ul/li[3]/button", "xpath:idRelative"], ["xpath=//li[3]/button", "xpath:position"] ], "value": "" @@ -746,23 +810,25 @@ "id": "0de0345e-c9d2-4904-b797-a36965c5d82c", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "62ade28b-19d4-4c54-b179-0d36312c578f", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ - ["id=/logoutEndpoints/0/url", "id"], - ["name=field38", "name"], - ["css=#\\/logoutEndpoints\\/0\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/0/url']", "xpath:attributes"], + ["id=root_logoutEndpoints_0_url", "id"], + ["css=#root_logoutEndpoints_0_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_0_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -770,7 +836,7 @@ "id": "517e5991-197d-42fd-86ff-4da5fd04949b", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/0/url", + "target": "id=root_logoutEndpoints_0_url", "targets": [ ["id=field38", "id"], ["name=field38", "name"], @@ -783,20 +849,20 @@ "id": "034f6a60-6b2d-42f1-adb4-515c8a750953", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field39']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_logoutEndpoints_0_bindingType", "id"], + ["css=#root_logoutEndpoints_0_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_0_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "6967d0bb-dbf7-4f57-9e55-6de71abd69c1", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/0/bindingType", + "target": "id=root_logoutEndpoints_0_bindingType", "targets": [ ["id=/logoutEndpoints/0/bindingType", "id"], ["name=field39", "name"], @@ -809,7 +875,7 @@ "id": "542f9b37-a63d-4acb-ba3e-2ac3706b6667", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ ["css=.btn-success > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -819,20 +885,20 @@ "id": "39dedb16-bcd2-496a-af85-7d20a129593b", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ - ["id=/logoutEndpoints/1/url", "id"], - ["name=field41", "name"], - ["css=#\\/logoutEndpoints\\/1\\/url", "css:finder"], - ["xpath=//input[@id='/logoutEndpoints/1/url']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_logoutEndpoints_1_url", "id"], + ["css=#root_logoutEndpoints_1_url", "css:finder"], + ["xpath=//input[@id='root_logoutEndpoints_1_url']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d25f708c-f72a-4fb7-88c1-a25a61d9f72a", "comment": "", "command": "type", - "target": "id=/logoutEndpoints/1/url", + "target": "id=root_logoutEndpoints_1_url", "targets": [ ["id=field41", "id"], ["name=field41", "name"], @@ -845,19 +911,20 @@ "id": "bee9600e-b6db-484a-9b87-d7c657911108", "comment": "", "command": "click", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ - ["css=#field42 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redir'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field42']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_logoutEndpoints_1_bindingType", "id"], + ["css=#root_logoutEndpoints_1_bindingType", "css:finder"], + ["xpath=//select[@id='root_logoutEndpoints_1_bindingType']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[6]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "e0e7ef9b-4ed1-4df2-b501-9cbb855baa7f", "comment": "", "command": "select", - "target": "id=/logoutEndpoints/1/bindingType", + "target": "id=root_logoutEndpoints_1_bindingType", "targets": [ ["id=/logoutEndpoints/1/bindingType", "id"], ["name=field42", "name"], @@ -876,60 +943,52 @@ ["xpath=//li[3]/button", "xpath:position"] ], "value": "" - }, { - "id": "6c794e94-9c64-4683-816a-380432f2ed79", - "comment": "", - "command": "click", - "target": "id=/securityInfo/x509CertificateAvailable.true", - "targets": [ - ["id=/securityInfo/x509CertificateAvailable.true", "id"], - ["css=#\\/securityInfo\\/x509CertificateAvailable\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509CertificateAvailable.true']", "xpath:attributes"], - ["xpath=//input", "xpath:position"] - ], - "value": "" }, { "id": "f0ade90e-2c31-4a77-b936-3b2a00388477", "comment": "", "command": "click", - "target": "id=/securityInfo/authenticationRequestsSigned.true", + "target": "id=root_securityInfo_authenticationRequestsSigned-value.true", "targets": [ - ["id=/securityInfo/authenticationRequestsSigned.true", "id"], - ["css=#\\/securityInfo\\/authenticationRequestsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/authenticationRequestsSigned.true']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_authenticationRequestsSigned-value.true", "id"], + ["name=root_securityInfo_authenticationRequestsSigned", "name"], + ["css=#root_securityInfo_authenticationRequestsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_authenticationRequestsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "e26eda6f-1897-42e2-9ea9-671b1ff88874", "comment": "", "command": "click", - "target": "id=/securityInfo/wantAssertionsSigned.true", + "target": "id=root_securityInfo_wantAssertionsSigned-value.true", "targets": [ - ["id=/securityInfo/wantAssertionsSigned.true", "id"], - ["css=#\\/securityInfo\\/wantAssertionsSigned\\.true", "css:finder"], - ["xpath=//input[@id='/securityInfo/wantAssertionsSigned.true']", "xpath:attributes"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_securityInfo_wantAssertionsSigned-value.true", "id"], + ["name=root_securityInfo_wantAssertionsSigned", "name"], + ["css=#root_securityInfo_wantAssertionsSigned-value\\.true", "css:finder"], + ["xpath=//input[@id='root_securityInfo_wantAssertionsSigned-value.true']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[2]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "3e11e54a-1b36-43ed-a8e5-d91f1fbed991", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ - ["id=/securityInfo/x509Certificates/0/name", "id"], - ["name=field50", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/name']", "xpath:attributes"], - ["xpath=//div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_name", "id"], + ["css=#root_securityInfo_x509Certificates_0_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "5acb8e19-16a3-4139-a961-1b58c11c4681", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/name", + "target": "id=root_securityInfo_x509Certificates_0_name", "targets": [ ["id=field50", "id"], ["name=field50", "name"], @@ -942,25 +1001,26 @@ "id": "23ff8b87-ac6c-4f82-a779-aa91be11f49c", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/type.0", + "target": "id=root_securityInfo_x509Certificates_0_type-signing", "targets": [ - ["id=/securityInfo/x509Certificates/0/type.0", "id"], - ["name=field55", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/type\\.0", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/0/type.0']", "xpath:attributes"], - ["xpath=//div/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_0_type-signing", "id"], + ["name=root_securityInfo_x509Certificates_0_type", "name"], + ["css=#root_securityInfo_x509Certificates_0_type-signing", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_0_type-signing']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "dd15088c-ddc9-42fd-8f8d-f73338be71b6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ - ["id=/securityInfo/x509Certificates/0/value", "id"], - ["name=field52", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/0\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/0/value']", "xpath:attributes"], + ["id=root_securityInfo_x509Certificates_0_value", "id"], + ["css=#root_securityInfo_x509Certificates_0_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_0_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], ["xpath=//textarea", "xpath:position"] ], "value": "" @@ -968,7 +1028,7 @@ "id": "813bf709-6c73-41ac-837a-5be076fa43c7", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/0/value", + "target": "id=root_securityInfo_x509Certificates_0_value", "targets": [ ["name=field52", "name"], ["css=.text-widget", "css:finder"], @@ -980,30 +1040,33 @@ "id": "fcf4cc15-54f4-4add-a093-e7ba5f2dc556", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "cbe577f6-3d18-49d9-95ab-2e597e5308a6", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ - ["id=/securityInfo/x509Certificates/1/name", "id"], - ["name=field54", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/name", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/name']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_name", "id"], + ["css=#root_securityInfo_x509Certificates_1_name", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "ae98e813-77f4-424e-9141-d48e6127d9b6", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/name", + "target": "id=root_securityInfo_x509Certificates_1_name", "targets": [ ["id=field54", "id"], ["name=field54", "name"], @@ -1016,32 +1079,33 @@ "id": "835ad053-0a10-4606-a148-c7ba36be316f", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/type.1", + "target": "id=root_securityInfo_x509Certificates_1_type-encryption", "targets": [ - ["id=/securityInfo/x509Certificates/1/type.1", "id"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/type\\.1", "css:finder"], - ["xpath=//input[@id='/securityInfo/x509Certificates/1/type.1']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-radio-widget/div/div[2]/input", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_type-encryption", "id"], + ["css=#root_securityInfo_x509Certificates_1_type-encryption", "css:finder"], + ["xpath=//input[@id='root_securityInfo_x509Certificates_1_type-encryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "e272cafa-3aba-4aff-972e-b1d45e627b88", "comment": "", "command": "click", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ - ["id=/securityInfo/x509Certificates/1/value", "id"], - ["name=field56", "name"], - ["css=#\\/securityInfo\\/x509Certificates\\/1\\/value", "css:finder"], - ["xpath=//textarea[@id='/securityInfo/x509Certificates/1/value']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[3]/sf-form-element/div/sf-widget-chooser/textarea-component/div/textarea", "xpath:position"] + ["id=root_securityInfo_x509Certificates_1_value", "id"], + ["css=#root_securityInfo_x509Certificates_1_value", "css:finder"], + ["xpath=//textarea[@id='root_securityInfo_x509Certificates_1_value']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[7]/div/div/div/div/div/div[3]/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/textarea", "xpath:position"] ], "value": "" }, { "id": "ae42d668-92ba-4cb8-9daf-a2a64ac18404", "comment": "", "command": "type", - "target": "id=/securityInfo/x509Certificates/1/value", + "target": "id=root_securityInfo_x509Certificates_1_value", "targets": [ ["name=field56", "name"], ["css=.ng-untouched:nth-child(3)", "css:finder"], @@ -1063,23 +1127,25 @@ "id": "573c9f4c-c677-4175-96c5-3aaaf86e5ac1", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "50c1a3a1-b51c-41f9-81ff-d3d2894861ad", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ - ["id=/assertionConsumerServices/0/locationUrl", "id"], - ["name=field60", "name"], - ["css=#\\/assertionConsumerServices\\/0\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/0/locationUrl']", "xpath:attributes"], + ["id=root_assertionConsumerServices_0_locationUrl", "id"], + ["css=#root_assertionConsumerServices_0_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -1087,7 +1153,7 @@ "id": "6ff4002a-1c57-4778-b402-f917efaa5194", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/0/locationUrl", + "target": "id=root_assertionConsumerServices_0_locationUrl", "targets": [ ["id=field60", "id"], ["name=field60", "name"], @@ -1100,20 +1166,20 @@ "id": "e81c5045-98c3-499c-bff5-2645efa4c55d", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']", "xpath:attributes"], - ["xpath=//select[@id='field61']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_binding", "id"], + ["css=#root_assertionConsumerServices_0_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_0_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { "id": "24c810c8-747a-4ae2-91e5-16685d589f21", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/0/binding", + "target": "id=root_assertionConsumerServices_0_binding", "targets": [ ["id=/assertionConsumerServices/0/binding", "id"], ["name=field61", "name"], @@ -1126,41 +1192,46 @@ "id": "c221b1f5-2961-4cbd-a545-1e34a09b8153", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_assertionConsumerServices_0_makeDefault", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Mark as Default')]", "xpath:innerText"] + ["id=root_assertionConsumerServices_0_makeDefault", "id"], + ["css=#root_assertionConsumerServices_0_makeDefault", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_0_makeDefault']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "cb058717-f20f-4a54-81e5-9a7dcf66ec0e", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "f9998203-830b-44d3-8392-45b737544177", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ - ["id=/assertionConsumerServices/1/locationUrl", "id"], - ["name=field64", "name"], - ["css=#\\/assertionConsumerServices\\/1\\/locationUrl", "css:finder"], - ["xpath=//input[@id='/assertionConsumerServices/1/locationUrl']", "xpath:attributes"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_assertionConsumerServices_1_locationUrl", "id"], + ["css=#root_assertionConsumerServices_1_locationUrl", "css:finder"], + ["xpath=//input[@id='root_assertionConsumerServices_1_locationUrl']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d5cbf5e8-7c5b-45f7-8645-dd9f9d39922e", "comment": "", "command": "type", - "target": "id=/assertionConsumerServices/1/locationUrl", + "target": "id=root_assertionConsumerServices_1_locationUrl", "targets": [ ["id=field64", "id"], ["name=field64", "name"], @@ -1173,19 +1244,20 @@ "id": "74de4187-3d1e-4a4d-af8e-966f00649ab8", "comment": "", "command": "click", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ - ["css=#field65 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: urn:oasis:names:tc:SAML:1.0:profiles:browser-po'])[2]", "xpath:attributes"], - ["xpath=//select[@id='field65']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div[2]/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_assertionConsumerServices_1_binding", "id"], + ["css=#root_assertionConsumerServices_1_binding", "css:finder"], + ["xpath=//select[@id='root_assertionConsumerServices_1_binding']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[8]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div/select", "xpath:position"] ], "value": "" }, { "id": "929c1047-f455-418b-b23e-a383d681f028", "comment": "", "command": "select", - "target": "id=/assertionConsumerServices/1/binding", + "target": "id=root_assertionConsumerServices_1_binding", "targets": [ ["id=/assertionConsumerServices/1/binding", "id"], ["name=field65", "name"], @@ -1208,85 +1280,98 @@ "id": "134bf1f3-1e86-49e7-91de-185e513b02be", "comment": "", "command": "click", - "target": "css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", + "target": "id=root_relyingPartyOverrides_signAssertion", "targets": [ - ["css=div:nth-child(1) > sf-form-element > .has-success .custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Sign the Assertion?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_signAssertion", "id"], + ["css=#root_relyingPartyOverrides_signAssertion", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_signAssertion']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "5cd1ae5f-678a-4be8-a03f-b290006e52fe", "comment": "", "command": "click", - "target": "css=div:nth-child(2) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_dontSignResponse", "targets": [ - ["css=div:nth-child(2) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"] + ["id=root_relyingPartyOverrides_dontSignResponse", "id"], + ["css=#root_relyingPartyOverrides_dontSignResponse", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_dontSignResponse']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "5895d555-6ef5-4344-b177-00e905f9007c", "comment": "", "command": "click", - "target": "css=div:nth-child(3) > sf-form-element .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=div:nth-child(3) > sf-form-element .custom-control-label", "css:finder"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "8d834380-e312-494d-9b4b-c5b798cc9b15", "comment": "", "command": "click", - "target": "css=div:nth-child(4) .custom-control-label", + "target": "id=root_relyingPartyOverrides_useSha", "targets": [ - ["css=div:nth-child(4) .custom-control-label", "css:finder"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Use SHA1 Signing Algorithm?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_useSha", "id"], + ["css=#root_relyingPartyOverrides_useSha", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_useSha']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "bcf532a9-ba5a-4ca1-a342-dde53bc4a592", "comment": "", "command": "click", - "target": "css=div:nth-child(5) .custom-control-label", + "target": "id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "targets": [ - ["css=div:nth-child(5) .custom-control-label", "css:finder"], - ["xpath=//div[5]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Ignore any SP-Requested Authentication Method?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "id"], + ["css=#root_relyingPartyOverrides_ignoreAuthenticationMethod", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_ignoreAuthenticationMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "45f3df44-1c34-4649-aedb-14207e9ce999", "comment": "", "command": "click", - "target": "css=div:nth-child(6) .custom-control-label", + "target": "id=root_relyingPartyOverrides_omitNotBefore", "targets": [ - ["css=div:nth-child(6) .custom-control-label", "css:finder"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Omit Not Before Condition?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_omitNotBefore", "id"], + ["css=#root_relyingPartyOverrides_omitNotBefore", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_omitNotBefore']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[6]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "7ccb7d88-b113-4ee9-8582-b3d781fa8846", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ - ["id=/relyingPartyOverrides/responderId", "id"], - ["name=field121", "name"], - ["css=#\\/relyingPartyOverrides\\/responderId", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/responderId']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_responderId", "id"], + ["css=#root_relyingPartyOverrides_responderId", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_responderId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "afe1b839-3421-4816-bf69-c804add681ba", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ ["id=field75", "id"], ["name=field75", "name"], @@ -1299,10 +1384,13 @@ "id": "ba74d18d-0996-485f-8a9f-01a39428eb0c", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -1316,13 +1404,12 @@ "id": "2a91666b-5453-4064-8923-c3384835b6fd", "comment": "", "command": "click", - "target": "css=.btn-outline-secondary", + "target": "css=.toggle-button", "targets": [ - ["css=.btn-outline-secondary", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1336,20 +1423,23 @@ "id": "6e8718ef-e053-48d8-91e5-f5128e371f56", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { "id": "ec3afb37-30b4-4d07-93a6-dcf022605532", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1367,12 +1457,12 @@ "id": "fd33610c-dbca-410d-b2a4-117a1b2b6a79", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", + "target": "css=.mt-2:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1386,20 +1476,23 @@ "id": "3cd47415-5e57-4148-a40b-9571e6791f3f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "8b340d1f-4944-4d10-a4cd-5e79be6804ef", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1417,12 +1510,12 @@ "id": "208b33cf-f983-4a82-9b1b-19cdf2a937fc", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", + "target": "css=.mt-2:nth-child(3) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(3) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[19]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1436,20 +1529,23 @@ "id": "b4beb2b3-8481-4431-9299-a39a4107f17f", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { "id": "d6e7a640-a578-415b-9c1b-b2313b62ad46", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], ["xpath=//div/button", "xpath:position"], @@ -1467,12 +1563,12 @@ "id": "788a5b63-a75f-4aeb-9a5d-17c41e8f718e", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", + "target": "css=.mt-2:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/3-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.mt-2:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[21]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[8]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -1486,20 +1582,23 @@ "id": "c82d6951-13e2-4d32-9e19-eac52bfdc188", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/3__option--3", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/3__option--3", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] ], "value": "" }, { "id": "4c15be93-75be-4673-b703-07a705300d0f", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], ["xpath=//div/button/translate-i18n", "xpath:position"] @@ -1509,7 +1608,7 @@ "id": "1a1b509e-1768-4291-820d-26f4b73a9d71", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=/relyingPartyOverrides/nameIdFormats/4", "id"], ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/4", "css:finder"], @@ -1522,7 +1621,7 @@ "id": "433d6e9d-9d03-4042-9ee0-6284570f8a3c", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field83", "id"], ["css=#field83", "css:finder"], @@ -1531,12 +1630,24 @@ ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "somethingElse" + }, { + "id": "26146f5e-533f-42c6-b1e6-e107a471ba8f", + "comment": "", + "command": "sendKeys", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "c8bb3bee-3d61-4324-a3aa-38b78232b969", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", - "targets": [], + "target": "css=.row:nth-child(9) .array-add-button", + "targets": [ + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[25]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] + ], "value": "" }, { "id": "be2aeaca-cf62-4ea9-9ee4-c97e8ae13c6e", @@ -1549,7 +1660,7 @@ "id": "cbf15c4c-35d9-4f80-ba3d-bfe960048cd1", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], @@ -1568,20 +1679,23 @@ "id": "6c62d514-0143-49d9-97b3-6b7cb443df9d", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/0__listbox']/li", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["linkText=https://refeds.org/profile/mfa", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] ], "value": "" }, { "id": "ed769470-9c3f-4c23-bbed-85513dcea800", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1598,7 +1712,7 @@ "id": "2b063eb8-f2d6-4a59-85bb-b04c467d9874", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(2) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], @@ -1617,20 +1731,23 @@ "id": "5a32d59b-1ac3-4cd0-a2d8-0e934f8182fd", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/1__option--1", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] ], "value": "" }, { "id": "892ddc96-970b-4dde-9189-0dc9ed197dab", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] @@ -1647,7 +1764,7 @@ "id": "64e215d9-6e46-422f-882c-13b6fb102622", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(3) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > button", "targets": [ ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", "css:finder"], ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], @@ -1666,20 +1783,23 @@ "id": "6a7bce1a-34be-4d4c-b732-d2f198e8b8a1", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/2__option--2", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] ], "value": "" }, { "id": "f0dd4b79-eab5-4d4b-af2e-07ca661f8288", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ ["css=div:nth-child(9) .btn > translate-i18n", "css:finder"], ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button/translate-i18n", "xpath:position"] @@ -1689,7 +1809,7 @@ "id": "dacd34b0-9e48-4838-b137-bf22dd027ed0", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=/relyingPartyOverrides/authenticationMethods/3", "id"], ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/3", "css:finder"], @@ -1702,7 +1822,7 @@ "id": "cc9dd18b-ee87-4aa7-91f2-59f02834759b", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ ["id=field87", "id"], ["css=#field87", "css:finder"], @@ -1711,15 +1831,24 @@ ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] ], "value": "otherThings" + }, { + "id": "7e80934c-c706-42e3-84c2-012dfcfb88a3", + "comment": "", + "command": "sendKeys", + "target": "css=section > div.section-body.p-4.border.border-top-0.border-info > div:nth-child(3) > div > div > form > div > div:nth-child(1) > div > div > div:nth-child(9) > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "7c85fe59-dc95-4328-a010-33d1a06a5ce5", "comment": "", "command": "click", - "target": "css=div:nth-child(10) .custom-control-label", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=div:nth-child(10) .custom-control-label", "css:finder"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[9]/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -1757,22 +1886,24 @@ "id": "14ca713a-313d-4cda-82ca-a0b814ce81dc", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_serviceEnabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable this service?')]", "xpath:innerText"] + ["id=root_serviceEnabled", "id"], + ["css=#root_serviceEnabled", "css:finder"], + ["xpath=//input[@id='root_serviceEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[11]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "3baa7bd3-55c0-4d10-8aa3-c0daa63ec4d4", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(2) > .border-bottom > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] ], "value": "test-1234" @@ -1780,22 +1911,23 @@ "id": "0d355ff0-0449-49a7-ae75-14d7c405b97c", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[7]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(7) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:idRelative"], + ["xpath=//section[7]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/assert2')]", "xpath:innerText"] ], "value": "http://test.org/assert2" }, { "id": "e53030b6-f344-4361-981d-b8303a721c5d", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(8) .border-0", + "target": "css=.d-flex:nth-child(8) .d-flex:nth-child(5)", "targets": [ - ["css=array-property:nth-child(8) .border-0", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:idRelative"], - ["xpath=//section[8]/div/div[2]/object-property/object-property/array-property/div/ul/li[5]", "xpath:position"] + ["css=.d-flex:nth-child(8) .d-flex:nth-child(5)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[3]/div/section[8]/div/div[2]/div[2]/div/div[8]/ul/li[5]", "xpath:idRelative"], + ["xpath=//div[8]/ul/li[5]", "xpath:position"] ], "value": "somethingElse" }, { @@ -1948,11 +2080,12 @@ "id": "01da89d4-e043-4f99-9d98-dcb42b9b4777", "comment": "", "command": "click", - "target": "css=.btn-link", + "target": "css=.px-3", "targets": [ - ["css=.btn-link", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], + ["css=.px-3", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/form/div/div/div/button", "xpath:idRelative"], + ["xpath=//form/div/div/div/button", "xpath:position"], ["xpath=//button[contains(.,'Clear')]", "xpath:innerText"] ], "value": "" @@ -1993,11 +2126,11 @@ "id": "16271513-203c-4528-870f-dcf73f4d81cb", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(2) > .d-flex > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > div:nth-child(2) > .d-flex > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] ], "value": "test-1234" @@ -2005,22 +2138,23 @@ "id": "3f2c3eab-ecbf-45f3-bcdc-a5cad766b27c", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", + "target": "css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(3) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/array-property/div/div[2]/div[3]/div[2]", "xpath:idRelative"], - ["xpath=//div[3]/div[2]", "xpath:position"] + ["css=div:nth-child(5) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div[3]/span", "xpath:idRelative"], + ["xpath=//div[3]/span", "xpath:position"], + ["xpath=//span[contains(.,'user@test.org')]", "xpath:innerText"] ], "value": "user@test.org" }, { "id": "467409c7-1007-4c45-80d2-0b4eea5199a0", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(4) div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(2) primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[2]/div/div[2]/object-property/object-property/primitive-property[2]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[2]/div/div[2]/object-property/object-property/primitive-property[2]/div/span[2]", "xpath:position"], + ["css=.mb-4:nth-child(4) div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[2]/div/div[2]/div[2]/div/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//section[2]/div/div[2]/div[2]/div/div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'http://test.org/info')]", "xpath:innerText"] ], "value": "http://test.org/info" @@ -2028,11 +2162,11 @@ "id": "eaaf9d59-1466-4736-924c-56c9b3f7522f", "comment": "", "command": "assertText", - "target": "css=array-property:nth-child(2) .text-truncate:nth-child(2)", + "target": "css=.d-flex:nth-child(2) .d-flex:nth-child(2)", "targets": [ - ["css=array-property:nth-child(2) .text-truncate:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[3]/div/div[2]/object-property/object-property/array-property/div/div/ul/li[2]", "xpath:idRelative"], - ["xpath=//div/div/ul/li[2]", "xpath:position"], + ["css=.d-flex:nth-child(2) .d-flex:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[3]/div/div[2]/div[2]/div/div[2]/ul/li[2]", "xpath:idRelative"], + ["xpath=//ul/li[2]", "xpath:position"], ["xpath=//li[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" @@ -2040,44 +2174,46 @@ "id": "2a23096f-d5cd-4727-af1b-130388117aa0", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(6) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(4) .py-2:nth-child(3) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[4]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[4]/div/div[2]/object-property/array-property/div/div[3]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(6) .py-2:nth-child(3) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[4]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:idRelative"], + ["xpath=//section[4]/div/div[2]/div[2]/div/div[3]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/logout2')]", "xpath:innerText"] ], "value": "http://test.org/logout2" }, { "id": "fe47ffd2-d2a0-4264-90fe-31b998f81ac2", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", + "target": "css=div:nth-child(1) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "targets": [ - ["css=.mb-4:nth-child(5) primitive-property:nth-child(3) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[5]/div/div[2]/object-property/object-property/primitive-property[3]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[5]/div/div[2]/object-property/object-property/primitive-property[3]/div/span[2]", "xpath:position"] + ["css=div:nth-child(1) > .py-2:nth-child(2) > .d-flex:nth-child(3) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[6]/div/div[2]/div[2]/div/div[2]/div[3]/span", "xpath:idRelative"], + ["xpath=//section[6]/div/div[2]/div[2]/div/div[2]/div[3]/span", "xpath:position"] ], "value": "true" }, { "id": "7300785c-b83e-49b8-97a6-d66516f6c133", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", + "target": "css=.mb-4:nth-child(8) .py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block", "targets": [ - ["css=.mb-4:nth-child(6) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[6]/div/div[2]/object-property/array-property/div/div[2]/div/div[2]", "xpath:idRelative"], - ["xpath=//section[6]/div/div[2]/object-property/array-property/div/div[2]/div/div[2]", "xpath:position"] + ["css=.mb-4:nth-child(8) .py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[6]/div/div[2]/div[2]/div/div[2]/div/span", "xpath:idRelative"], + ["xpath=//section[6]/div/div[2]/div[2]/div/div[2]/div/span", "xpath:position"], + ["xpath=//span[contains(.,'http://test.org/assert')]", "xpath:innerText"] ], "value": "http://test.org/assert" }, { "id": "951a21c9-4cd3-4989-8dc0-77760ca0dc95", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(9) div:nth-child(7) .d-block:nth-child(2)", "targets": [ - ["css=.mb-4:nth-child(7) primitive-property:nth-child(7) .d-block:nth-child(2)", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[7]/div/div[2]/object-property/object-property/primitive-property[7]/div/span[2]", "xpath:idRelative"], - ["xpath=//section[7]/div/div[2]/object-property/object-property/primitive-property[7]/div/span[2]", "xpath:position"], + ["css=.mb-4:nth-child(9) div:nth-child(7) .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[7]/div/div[2]/div[2]/div/div[7]/div/span[2]", "xpath:idRelative"], + ["xpath=//section[7]/div/div[2]/div[2]/div/div[7]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'responder-id-123')]", "xpath:innerText"] ], "value": "responder-id-123" @@ -2096,12 +2232,13 @@ "id": "2c46cdcd-d5a5-47fe-aa7b-0120fd2fcfc9", "comment": "", "command": "click", - "target": "css=.mb-4:nth-child(1) .actions span", + "target": "css=.mb-4:nth-child(3) .edit-link", "targets": [ - ["css=.mb-4:nth-child(1) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//div/button/span", "xpath:position"], - ["xpath=//span[contains(.,'Edit')]", "xpath:innerText"] + ["css=.mb-4:nth-child(3) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -2111,30 +2248,44 @@ "target": "5000", "targets": [], "value": "" + }, { + "id": "c43c090c-c782-4705-b7d6-02f162761a45", + "comment": "", + "command": "type", + "target": "id=root_serviceProviderName", + "targets": [], + "value": "" }, { "id": "99731068-2016-4a7f-8a38-febfb711d027", "comment": "", "command": "type", - "target": "id=/serviceProviderName", + "target": "id=root_serviceProviderName", "targets": [ - ["id=/serviceProviderName", "id"], - ["name=field93", "name"], - ["css=#\\/serviceProviderName", "css:finder"], - ["xpath=//input[@id='/serviceProviderName']", "xpath:attributes"], + ["id=root_serviceProviderName", "id"], + ["css=#root_serviceProviderName", "css:finder"], + ["xpath=//input[@id='root_serviceProviderName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Service Provider v2" + }, { + "id": "ede9104f-71dd-40a9-9292-526dcf5691ba", + "comment": "", + "command": "type", + "target": "id=root_contacts_0_name", + "targets": [], + "value": "" }, { "id": "c6484ff1-8bf2-4442-8f73-13c7af38634a", "comment": "", "command": "type", - "target": "id=/contacts/0/name", + "target": "id=root_contacts_0_name", "targets": [ - ["id=/contacts/0/name", "id"], - ["name=field102", "name"], - ["css=#\\/contacts\\/0\\/name", "css:finder"], - ["xpath=//input[@id='/contacts/0/name']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_contacts_0_name", "id"], + ["css=#root_contacts_0_name", "css:finder"], + ["xpath=//input[@id='root_contacts_0_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[2]/div/div/div/div/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "Test User v2" }, { @@ -2144,20 +2295,24 @@ "target": "css=.btn-info", "targets": [ ["css=.btn-info", "css:finder"], - ["xpath=//div[2]/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { "id": "c5985278-503e-4258-bba9-de7d2f157db0", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1)", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=div:nth-child(1) > .btn-link", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/5353123e-dd8a-400c-a2b3-42868e49461e/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div[2]/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -2188,7 +2343,9 @@ "target": "css=.btn-primary", "targets": [ ["css=.btn-primary", "css:finder"], - ["xpath=//history-list/button", "xpath:position"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/button", "xpath:position"], ["xpath=//button[contains(.,'Compare Selected(2)')]", "xpath:innerText"] ], "value": "" @@ -2196,52 +2353,63 @@ "id": "90cb59ce-695b-49d0-983b-01e445f3a384", "comment": "", "command": "waitForElementVisible", - "target": "css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], - ["xpath=//div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'test-1234')]", "xpath:innerText"] + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], + ["xpath=//div/span[2]", "xpath:position"] ], "value": "10000" }, { "id": "1c0b7514-92b7-4e07-b462-467113f4a8cd", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], - ["xpath=//primitive-property[2]/div/span[2]", "xpath:position"] + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], + ["xpath=//div/span[2]", "xpath:position"] ], "value": "Service Provider v2" + }, { + "id": "853b7142-e733-4f2a-b7e0-8303f582740f", + "comment": "", + "command": "waitForElementVisible", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(3)", + "targets": [], + "value": "10000" }, { "id": "fc7c4e1e-03c7-4108-9a8d-f469e7679ae4", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(3)", "targets": [ - ["css=.d-block > primitive-property:nth-child(2) .d-block:nth-child(3)", "css:finder"], - ["xpath=//primitive-property[2]/div/span[3]", "xpath:position"], - ["xpath=//span[contains(.,'Test Provider')]", "xpath:innerText"] + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[3]", "xpath:idRelative"], + ["xpath=//span[3]", "xpath:position"] ], "value": "Test Provider" }, { "id": "138ad58b-f0a2-436b-a8b0-43484f4180e6", "comment": "", "command": "assertText", - "target": "css=.bg-diff > .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", + "target": "css=.bg-diff:nth-child(2) > .d-flex:nth-child(1) > .d-block:nth-child(3)", "targets": [ - ["css=.bg-diff > .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", "css:finder"], - ["xpath=//div[2]/div/div[2]", "xpath:position"] + ["css=.bg-diff:nth-child(2) > .d-flex:nth-child(1) > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[5]/div[2]/div/span[2]", "xpath:position"], + ["xpath=//span[contains(.,'Test User v2')]", "xpath:innerText"] ], "value": "Test User v2" }, { "id": "17049c95-4724-4521-ac47-6b64bde822aa", "comment": "", "command": "assertText", - "target": "css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(4)", + "target": "css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block:nth-child(4)", "targets": [ - ["css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(4)", "css:finder"], - ["xpath=//div/div[3]", "xpath:position"] + ["css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .d-block:nth-child(4)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[5]/div[2]/div/span[3]", "xpath:idRelative"], + ["xpath=//div[5]/div[2]/div/span[3]", "xpath:position"] ], "value": "Test User" }, { @@ -2274,11 +2442,12 @@ "id": "8ff1a53e-948a-4732-8414-2f371e410c7d", "comment": "", "command": "click", - "target": "css=.mb-4:nth-child(2) .actions span", + "target": "css=.mb-4:nth-child(4) .edit-link", "targets": [ - ["css=.mb-4:nth-child(2) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section[2]/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//section[2]/div/div/div/button/span", "xpath:position"] + ["css=.mb-4:nth-child(4) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[2]/div/div/div/button", "xpath:idRelative"], + ["xpath=//section[2]/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -2288,16 +2457,23 @@ "target": "5000", "targets": [], "value": "" + }, { + "id": "a701c68a-f605-428a-80b0-aba22a74d7ee", + "comment": "", + "command": "type", + "target": "id=root_mdui_displayName", + "targets": [], + "value": "" }, { "id": "6f422a9d-6c2f-4200-bdd3-411ed44773a3", "comment": "", "command": "type", - "target": "id=/mdui/displayName", + "target": "id=root_mdui_displayName", "targets": [ - ["id=/mdui/displayName", "id"], - ["name=field111", "name"], - ["css=#\\/mdui\\/displayName", "css:finder"], - ["xpath=//input[@id='/mdui/displayName']", "xpath:attributes"], + ["id=root_mdui_displayName", "id"], + ["css=#root_mdui_displayName", "css:finder"], + ["xpath=//input[@id='root_mdui_displayName']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[3]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Display Name v3" @@ -2367,14 +2543,19 @@ "id": "98aafaee-a430-4a2d-9aa5-b4c9ce0c4908", "comment": "", "command": "waitForElementVisible", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", - "targets": [], + "target": "css=div:nth-child(1) > div > .bg-diff > .d-block:nth-child(2)", + "targets": [ + ["css=div:nth-child(1) > div > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[2]/div/div[2]/div[2]/div/div/div/span[2]", "xpath:idRelative"], + ["xpath=//section[2]/div/div[2]/div[2]/div/div/div/span[2]", "xpath:position"], + ["xpath=//span[contains(.,'Display Name v3')]", "xpath:innerText"] + ], "value": "10000" }, { "id": "5a976e2c-dc5f-4021-9cc6-3cad12e771ea", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=div:nth-child(1) > div > .bg-diff > .d-block:nth-child(2)", "targets": [ ["css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], ["xpath=//section[2]/div/div[2]/object-property/object-property/primitive-property/div/span[2]", "xpath:position"], @@ -2385,10 +2566,11 @@ "id": "72328587-fe8d-4dc8-bc3d-a163f91a1ad6", "comment": "", "command": "assertText", - "target": "css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(3)", + "target": "css=div:nth-child(1) > div > .bg-diff > .d-block:nth-child(3)", "targets": [ - ["css=.mb-4:nth-child(2) primitive-property:nth-child(1) .d-block:nth-child(3)", "css:finder"], - ["xpath=//section[2]/div/div[2]/object-property/object-property/primitive-property/div/span[3]", "xpath:position"] + ["css=div:nth-child(1) > div > .bg-diff > .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[2]/div/div[2]/div[2]/div/div/div/span[3]", "xpath:idRelative"], + ["xpath=//section[2]/div/div[2]/div[2]/div/div/div/span[3]", "xpath:position"] ], "value": "Display Name" }, { diff --git a/backend/src/integration/resources/SHIBUI-1352-1.side b/backend/src/integration/resources/SHIBUI-1352-1.side index f59c15872..0bdb93ee6 100644 --- a/backend/src/integration/resources/SHIBUI-1352-1.side +++ b/backend/src/integration/resources/SHIBUI-1352-1.side @@ -49,41 +49,64 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "5fe93ce7-64eb-4b3f-b01f-260b88b09f26", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "5f3e3367-de96-4bf0-b9e7-47e08c781038", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "3e186997-b81e-487b-8973-77ed74b32895", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "8ff3019f-42b4-4ba8-8b63-b9f0f6aa413f", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "c36d95be-7a13-454d-a05e-ef323b530c9d", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "2e8de1a4-a5a3-49fc-8314-206ab7373f14", "comment": "", "command": "click", - "target": "id=/name", + "target": "name=name", "targets": [ - ["id=/name", "id"], - ["name=field1", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -91,7 +114,7 @@ "id": "88683ce7-ec58-4a98-8138-9003d4275f8b", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=field1", "id"], ["name=field1", "name"], @@ -104,15 +127,15 @@ "id": "fd4257d7-488a-4eed-8d72-7f39034a1c72", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ - ["id=/@type", "id"], - ["name=field2", "name"], - ["css=#\\/\\@type", "css:finder"], - ["xpath=//select[@id='/@type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=LocalDynamicMetadataProvider" + "value": "label=LocalDynamicMetadataResolver" }, { "id": "34cb083d-1dbf-463d-94de-392356f4e68d", "comment": "", @@ -127,12 +150,12 @@ "id": "205b2459-f8d3-4571-813b-e752ec2295a0", "comment": "", "command": "click", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ - ["id=/xmlId", "id"], - ["name=field7", "name"], - ["css=#\\/xmlId", "css:finder"], - ["xpath=//input[@id='/xmlId']", "xpath:attributes"], + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -140,7 +163,7 @@ "id": "54554bf5-8354-4737-b96e-6f36ccab6455", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=field7", "id"], ["name=field7", "name"], @@ -153,20 +176,20 @@ "id": "2510aebf-4351-4bd4-8d57-1b8061a3da93", "comment": "", "command": "click", - "target": "id=/sourceDirectory", + "target": "id=root_sourceDirectory", "targets": [ - ["id=/sourceDirectory", "id"], - ["name=field8", "name"], - ["css=#\\/sourceDirectory", "css:finder"], - ["xpath=//input[@id='/sourceDirectory']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_sourceDirectory", "id"], + ["css=#root_sourceDirectory", "css:finder"], + ["xpath=//input[@id='root_sourceDirectory']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b020f834-180b-400f-a85a-b3e006337c55", "comment": "", "command": "type", - "target": "id=/sourceDirectory", + "target": "id=root_sourceDirectory", "targets": [ ["id=field8", "id"], ["name=field8", "name"], @@ -189,12 +212,12 @@ "id": "ee0724b9-a055-4aef-a5a2-a58acd017000", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/dynamicMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field11", "name"], - ["css=#\\/dynamicMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], + ["id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=.mb-0 > #root_dynamicMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -202,7 +225,7 @@ "id": "1d3c8b73-97b8-40d2-ba89-9692f443b53d", "comment": "", "command": "type", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "targets": [ ["id=field11", "id"], ["name=field11", "name"], @@ -211,6 +234,13 @@ ["xpath=//input", "xpath:position"] ], "value": "0.5" + }, { + "id": "007c8b1a-41ee-4498-9e90-ac9d1d50c10c", + "comment": "", + "command": "sendKeys", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", + "targets": [], + "value": "${KEY_ENTER}" }, { "id": "b0ba61cf-ebb5-41f7-b512-63ca2cd0e478", "comment": "", @@ -222,13 +252,12 @@ "id": "59ca3a2c-b9da-4ac6-9b44-d44271355659", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/minCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -242,14 +271,16 @@ "id": "8db04a8f-565a-4fa9-b5c0-8ce4b200b11c", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/minCacheDuration__option--1", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "targets": [ - ["id=/dynamicMetadataResolverAttributes/minCacheDuration__option--1", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration__option--1", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/minCacheDuration__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/minCacheDuration__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -263,12 +294,12 @@ "id": "a5274853-084e-438f-8cea-9a74e55fd0b9", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", + "target": "css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -282,13 +313,16 @@ "id": "bf7f5914-5aad-485a-8af0-aa510605e1dc", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--3", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--3", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration__option--3", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { @@ -302,12 +336,12 @@ "id": "b2bd8d25-4f3c-47b2-a070-53a364840916", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", + "target": "css=.row:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[12]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[4]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -321,25 +355,29 @@ "id": "9a411cfc-479d-4951-aab2-e8d09ba64b4e", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData__option--2", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "id"], + ["linkText=PT1H", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-5']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[6]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[6]", "xpath:href"], + ["xpath=//a[6]", "xpath:position"], + ["xpath=//a[contains(.,'PT1H')]", "xpath:innerText"] ], "value": "" }, { "id": "1176d384-4b0c-4a67-8e43-6cc3cbbcff73", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/removeIdleEntityData.false", + "target": "id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "targets": [ - ["id=/dynamicMetadataResolverAttributes/removeIdleEntityData.false", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/removeIdleEntityData\\.false", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/removeIdleEntityData.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "id"], + ["css=#root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_removeIdleEntityData-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[5]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { @@ -353,12 +391,12 @@ "id": "ae32fb25-67b1-469b-9f23-3cbca895b956", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", + "target": "css=.row:nth-child(6) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(6) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -372,13 +410,16 @@ "id": "c30bf781-4d5d-46ad-9bbc-4a5165788870", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--1", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "targets": [ - ["id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--1", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval__option--1", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -395,11 +436,13 @@ "id": "f4b19f08-bf68-47d0-9c1d-d59f6476a468", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Metadata Provider?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -416,30 +459,42 @@ "id": "6a002ac9-ba5c-4d57-bb87-05c3a5812469", "comment": "", "command": "waitForElementVisible", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", - "targets": [], + "target": "linkText=Test Local Dynamic Provider", + "targets": [ + ["linkText=Test Local Dynamic Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'Test Local Dynamic Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/69dc896e-c046-469d-a85d-066c71606460/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Test Local Dynamic Provider')]", "xpath:innerText"] + ], "value": "30000" }, { "id": "f0232386-eb88-4f6c-98fa-b9065ed422b7", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "linkText=Test Local Dynamic Provider", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"] + ["linkText=Test Local Dynamic Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'Test Local Dynamic Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/69dc896e-c046-469d-a85d-066c71606460/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Test Local Dynamic Provider')]", "xpath:innerText"] ], "value": "Test Local Dynamic Provider" }, { "id": "5e8993ae-47ee-4e65-b667-b291d7c934ec", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(2) .text-truncate", + "target": "css=.align-middle:nth-child(3)", "targets": [ - ["css=.d-block > primitive-property:nth-child(2) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property[2]/div/div/span[2]", "xpath:idRelative"], - ["xpath=//primitive-property[2]/div/div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'LocalDynamicMetadataResolver')]", "xpath:innerText"] + ["css=.align-middle:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[3]", "xpath:idRelative"], + ["xpath=//td[3]", "xpath:position"], + ["xpath=//td[contains(.,'LocalDynamicMetadataResolver')]", "xpath:innerText"] ], "value": "LocalDynamicMetadataResolver" }, { diff --git a/backend/src/integration/resources/SHIBUI-1352-2.side b/backend/src/integration/resources/SHIBUI-1352-2.side index a6b4b2593..70c1c633a 100644 --- a/backend/src/integration/resources/SHIBUI-1352-2.side +++ b/backend/src/integration/resources/SHIBUI-1352-2.side @@ -49,36 +49,59 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "e3eeb3b6-c6de-466f-9609-9683bc71ac71", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "b9614d2a-251b-4ad0-b85d-066c7b947d7c", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "9c33c58d-9c9f-405e-960a-3ae946ebfc69", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "1245c352-1466-4b3f-ac54-a71bdd99ed29", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "0a94c3ad-96c3-464c-8db2-04b8d40d07fe", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "230d4089-99c3-4f2e-99a8-b125bbde94aa", "comment": "", "command": "click", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field1", "name"], @@ -91,7 +114,7 @@ "id": "872cc901-9a64-46c8-9a8b-78df25273a29", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=field4", "id"], ["name=field4", "name"], @@ -104,7 +127,7 @@ "id": "9621e646-308a-4eda-9244-036e8997467a", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ ["id=/@type", "id"], ["name=field2", "name"], @@ -112,7 +135,7 @@ ["xpath=//select[@id='/@type']", "xpath:attributes"], ["xpath=//select", "xpath:position"] ], - "value": "label=FilesystemMetadataProvider" + "value": "label=FilesystemMetadataResolver" }, { "id": "19b8e1ac-427a-4ced-91c7-226fd2480f46", "comment": "", @@ -127,12 +150,12 @@ "id": "cb1183c8-8165-4021-b1ff-77cf7ba210a5", "comment": "", "command": "click", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ - ["id=/xmlId", "id"], - ["name=field7", "name"], - ["css=#\\/xmlId", "css:finder"], - ["xpath=//input[@id='/xmlId']", "xpath:attributes"], + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -140,7 +163,7 @@ "id": "fb136799-b38b-49f7-8cf6-f00de5c56a46", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=field7", "id"], ["name=field7", "name"], @@ -153,20 +176,20 @@ "id": "dece0246-47b4-4553-b06e-f89e096ef244", "comment": "", "command": "click", - "target": "id=/metadataFile", + "target": "id=root_metadataFile", "targets": [ - ["id=/metadataFile", "id"], - ["name=field8", "name"], - ["css=#\\/metadataFile", "css:finder"], - ["xpath=//input[@id='/metadataFile']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataFile", "id"], + ["css=#root_metadataFile", "css:finder"], + ["xpath=//input[@id='root_metadataFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "614a5542-fafa-4523-aa58-5f4fd3586d76", "comment": "", "command": "type", - "target": "id=/metadataFile", + "target": "id=root_metadataFile", "targets": [ ["id=field8", "id"], ["name=field8", "name"], @@ -179,12 +202,13 @@ "id": "88cf741f-0922-4dfb-aaea-9e4c146ed8e1", "comment": "", "command": "click", - "target": "id=/doInitialization.false", + "target": "id=root_doInitialization-No", "targets": [ - ["id=/doInitialization.true", "id"], - ["css=#\\/doInitialization\\.true", "css:finder"], - ["xpath=//input[@id='/doInitialization.true']", "xpath:attributes"], - ["xpath=//label/input", "xpath:position"] + ["id=root_doInitialization-No", "id"], + ["css=#root_doInitialization-No", "css:finder"], + ["xpath=//input[@id='root_doInitialization-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[3]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { @@ -208,13 +232,12 @@ "id": "d2e09813-fee8-4744-9ac9-72bdbac92b72", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", + "target": "css=.row:nth-child(1) > .col-12 .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/minRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(1) > .col-12 .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -228,14 +251,16 @@ "id": "d449fec4-84f9-4eda-98e5-2dc40d185a63", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay__option--1", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -249,12 +274,12 @@ "id": "54784d87-c835-4e3f-9467-9c39be596bb8", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -268,33 +293,36 @@ "id": "119a39c2-6d86-4d94-a093-6669e89e78e4", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "targets": [ - ["id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay__option--3", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { "id": "fa8357ce-5c99-483d-8170-bf9987aa81db", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field14", "name"], - ["css=#\\/reloadableMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/reloadableMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_reloadableMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_reloadableMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "415caf46-dca5-41be-9334-f01a0bf42af8", "comment": "", "command": "type", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ ["id=field14", "id"], ["name=field14", "name"], @@ -303,6 +331,13 @@ ["xpath=//custom-string/div/input", "xpath:position"] ], "value": "0.5" + }, { + "id": "07cf4466-78fc-4a17-8a10-5d991bb2256c", + "comment": "", + "command": "sendKeys", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", + "targets": [], + "value": "${KEY_ENTER]" }, { "id": "138ac9c7-03ae-4a87-b1f4-73bab4cc1197", "comment": "", @@ -317,11 +352,13 @@ "id": "6a929cbb-551e-416d-9dd0-aea3d2ff7fa8", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Metadata Provider?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -338,18 +375,22 @@ "id": "3718c9f8-edb3-412a-9819-f3adc27f1226", "comment": "", "command": "waitForElementVisible", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "linkText=Test File System Provider", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], - ["xpath=//div/span[2]", "xpath:position"] + ["linkText=Test File System Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'Test File System Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/f11c3ea0-fec6-4146-9e02-663212855b35/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Test File System Provider')]", "xpath:innerText"] ], "value": "10000" }, { "id": "44749988-e30f-4328-9f78-dc9eaafa891a", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "linkText=Test File System Provider", "targets": [ ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], @@ -360,12 +401,12 @@ "id": "6ddcb09b-9d3b-4a13-bb95-1b79028ba2af", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(2) .text-truncate", + "target": "css=.align-middle:nth-child(3)", "targets": [ - ["css=.d-block > primitive-property:nth-child(2) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property[2]/div/div/span[2]", "xpath:idRelative"], - ["xpath=//primitive-property[2]/div/div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'FilesystemMetadataResolver')]", "xpath:innerText"] + ["css=.align-middle:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[3]", "xpath:idRelative"], + ["xpath=//td[3]", "xpath:position"], + ["xpath=//td[contains(.,'FilesystemMetadataResolver')]", "xpath:innerText"] ], "value": "FilesystemMetadataResolver" }, { diff --git a/backend/src/integration/resources/SHIBUI-1364-1.side b/backend/src/integration/resources/SHIBUI-1364-1.side index 04508d504..573496e81 100644 --- a/backend/src/integration/resources/SHIBUI-1364-1.side +++ b/backend/src/integration/resources/SHIBUI-1364-1.side @@ -41,72 +41,108 @@ "id": "358c31ea-fab8-4709-9b25-d9e5e82e123c", "comment": "", "command": "click", - "target": "name=submit", + "target": "css=.btn", "targets": [ - ["name=submit", "name"], - ["css=td:nth-child(1) > input", "css:finder"], - ["xpath=//input[@name='submit']", "xpath:attributes"], - ["xpath=//tr[3]/td/input", "xpath:position"] + ["css=.btn", "css:finder"], + ["xpath=//button[@type='submit']", "xpath:attributes"], + ["xpath=//button", "xpath:position"], + ["xpath=//button[contains(.,'Sign in')]", "xpath:innerText"] ], "value": "" + }, { + "id": "4ec2c493-85e4-403b-9b09-031c5728f498", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "e074980a-8f21-4c22-8412-c4b6fcdcd1a4", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "14967816-ba8b-4a5a-8568-e69d8b4114a5", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "fdea3214-f0e0-4f13-9d5d-e07ef92d71f1", "comment": "", "command": "click", - "target": "css=#addNewDropdown", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "2c40ac99-5e92-4c1c-923a-5a6100cadf43", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "7a42de04-995f-45aa-ba3f-095900a564ec", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "b2725ef6-b394-4f87-a2a5-031be085cedb", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ - ["id=/name", "id"], - ["name=field4", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "File Backed HTTP Metadata Provider" }, { - "id": "ca36b018-a4df-43d1-9fbd-973d6653d3e0", + "id": "94f84e8a-a971-495e-a3d8-67bbb5e2d332", "comment": "", - "command": "select", - "target": "id=/type", + "command": "click", + "target": "name=type", "targets": [ - ["id=/type", "id"], - ["name=field2", "name"], - ["css=#\\/type", "css:finder"], - ["xpath=//select[@id='/type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=FileBackedHttpMetadataProvider" + "value": "" + }, { + "id": "180e83fa-0a8d-46a5-9ea3-3daea0ed9ef1", + "comment": "", + "command": "select", + "target": "name=type", + "targets": [], + "value": "label=FileBackedHttpMetadataResolver" }, { "id": "e5d1d696-3029-4f9d-ad53-2e60b4789935", "comment": "", @@ -114,6 +150,8 @@ "target": "css=.next", "targets": [ ["css=.next", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/nav/ul/li[2]/button", "xpath:idRelative"], ["xpath=//li[2]/button", "xpath:position"] ], "value": "" @@ -121,19 +159,25 @@ "id": "352f066f-c2af-4735-81b1-5440ba7a3432", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "e7462621-f4e4-4512-b200-20afa5685fc6", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ - ["id=/xmlId", "id"], - ["name=field7", "name"], - ["css=#\\/xmlId", "css:finder"], - ["xpath=//input[@id='/xmlId']", "xpath:attributes"], + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "12345" @@ -141,38 +185,39 @@ "id": "7bfaa2a7-c66d-4e36-b1f4-1de30b02ebd0", "comment": "", "command": "type", - "target": "id=/metadataURL", + "target": "id=root_metadataURL", "targets": [ - ["id=/metadataURL", "id"], - ["name=field8", "name"], - ["css=#\\/metadataURL", "css:finder"], - ["xpath=//input[@id='/metadataURL']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataURL", "id"], + ["css=#root_metadataURL", "css:finder"], + ["xpath=//input[@id='root_metadataURL']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "https://idp.unicon.net/idp/shibboleth" }, { "id": "047e1ea4-e28c-4b1b-86fc-ff19a3c0efcc", "comment": "", "command": "click", - "target": "id=/initializeFromBackupFile.false", + "target": "id=root_initializeFromBackupFile-No", "targets": [ - ["id=/initializeFromBackupFile.false", "id"], - ["css=#\\/initializeFromBackupFile\\.false", "css:finder"], - ["xpath=//input[@id='/initializeFromBackupFile.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_initializeFromBackupFile-No", "id"], + ["css=#root_initializeFromBackupFile-No", "css:finder"], + ["xpath=//input[@id='root_initializeFromBackupFile-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[3]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { "id": "34124b74-7b90-424a-9219-1f0bfbf06b70", "comment": "", "command": "type", - "target": "id=/backingFile", + "target": "id=root_backingFile", "targets": [ - ["id=/backingFile", "id"], - ["name=field10", "name"], - ["css=#\\/backingFile", "css:finder"], - ["xpath=//input[@id='/backingFile']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_backingFile", "id"], + ["css=#root_backingFile", "css:finder"], + ["xpath=//input[@id='root_backingFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[4]/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/input", "xpath:position"] ], "value": "%{idp.home}/foo.txt" }, { @@ -186,13 +231,12 @@ "id": "0668032d-608b-4a01-9ac8-e4e2ac058294", "comment": "", "command": "click", - "target": "css=.btn-outline-secondary", + "target": "css=.toggle-button", "targets": [ - ["css=.btn-outline-secondary", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/backupFileInitNextRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[5]/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -206,38 +250,43 @@ "id": "35dfa0f8-c0f2-4356-a6b0-18b5dc35337b", "comment": "", "command": "click", - "target": "id=/backupFileInitNextRefreshDelay__option--1", + "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "targets": [ - ["id=/backupFileInitNextRefreshDelay__option--1", "id"], - ["css=#\\/backupFileInitNextRefreshDelay__option--1", "css:finder"], - ["xpath=//li[@id='/backupFileInitNextRefreshDelay__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/backupFileInitNextRefreshDelay__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_backupFileInitNextRefreshDelay-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { "id": "b4d0a551-3bc1-466f-b204-ec7164af44ec", "comment": "", "command": "click", - "target": "id=/failFastInitialization.false", + "target": "id=root_failFastInitialization-No", "targets": [ - ["id=/failFastInitialization.false", "id"], - ["css=#\\/failFastInitialization\\.false", "css:finder"], - ["xpath=//input[@id='/failFastInitialization.false']", "xpath:attributes"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_failFastInitialization-No", "id"], + ["css=#root_failFastInitialization-No", "css:finder"], + ["xpath=//input[@id='root_failFastInitialization-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[7]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { "id": "bef80dbb-25a6-4381-8b0e-331faaeb4392", "comment": "", "command": "click", - "target": "id=/satisfyAnyPredicates.true", + "target": "id=root_satisfyAnyPredicates-Yes", "targets": [ - ["id=/satisfyAnyPredicates.true", "id"], - ["css=#\\/satisfyAnyPredicates\\.true", "css:finder"], - ["xpath=//input[@id='/satisfyAnyPredicates.true']", "xpath:attributes"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div/label/input", "xpath:position"] + ["id=root_satisfyAnyPredicates-Yes", "id"], + ["name=root_satisfyAnyPredicates", "name"], + ["css=#root_satisfyAnyPredicates-Yes", "css:finder"], + ["xpath=//input[@id='root_satisfyAnyPredicates-Yes']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[9]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -275,13 +324,12 @@ "id": "824b4515-ae14-436e-a56f-d631ea9e1edc", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", + "target": "css=.row:nth-child(1) > .col-12 .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/minRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(1) > .col-12 .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -295,14 +343,16 @@ "id": "9ee7065a-823e-4b4a-b212-0582eeaf7a00", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--0", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "targets": [ - ["id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--0", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay__option--0", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"], - ["xpath=//li[contains(.,'PT0S')]", "xpath:innerText"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "id"], + ["linkText=PT0S", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] ], "value": "" }, { @@ -316,12 +366,12 @@ "id": "618cc5f1-417b-4bc6-9388-3238f2304904", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -335,39 +385,42 @@ "id": "a89f1b4d-10bd-48f7-9b97-865710cfe01f", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay__option--2", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { "id": "143b781c-56ae-48c6-a7f5-8c93953f6095", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field20", "name"], - ["css=#\\/reloadableMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/reloadableMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_reloadableMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_reloadableMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "dcd01c7a-f733-4977-9cc2-e9084903e079", "comment": "", "command": "type", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field20", "name"], - ["css=#\\/reloadableMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/reloadableMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_reloadableMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_reloadableMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "0.5" }, { @@ -381,162 +434,156 @@ ], "value": "" }, { - "id": "faf43746-1293-437f-a1ce-63145f5d6135", + "id": "a14576bb-2d15-4e51-89c6-b8289311e58a", "comment": "", "command": "pause", "target": "1500", "targets": [], "value": "" }, { - "id": "363af92e-0327-47b9-918c-1560adab40cc", + "id": "a4ff078a-48ec-47c6-a67f-f562f7a2b02c", "comment": "", "command": "click", - "target": "css=.btn-outline-secondary", + "target": "css=.toggle-button", "targets": [ - ["css=.btn-outline-secondary", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div/div/div/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" - }, { - "id": "a14576bb-2d15-4e51-89c6-b8289311e58a", - "comment": "", - "command": "pause", - "target": "1500", - "targets": [], - "value": "" }, { "id": "a4470d6f-04a7-4c4b-8c1e-70cff2f35e8a", "comment": "", "command": "click", - "target": "id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1", + "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "targets": [ - ["id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1", "id"], - ["css=#\\/metadataFilters\\/RequiredValidUntil\\/maxValidityInterval__option--1", "css:finder"], - ["xpath=//li[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'P14D')]", "xpath:innerText"] + ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { "id": "4530c1b4-8f27-4272-9633-c792a3a54f90", "comment": "", "command": "click", - "target": "id=/metadataFilters/SignatureValidation/requireSignedRoot", + "target": "id=root_metadataFilters_1_requireSignedRoot", "targets": [ - ["css=#\\/metadataFilters\\/SignatureValidation\\/requireSignedRoot\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/SignatureValidation/requireSignedRoot.parent']/label", "xpath:idRelative"], - ["xpath=//div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Require Signed Root')]", "xpath:innerText"] + ["id=root_metadataFilters_1_requireSignedRoot", "id"], + ["css=#root_metadataFilters_1_requireSignedRoot", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_requireSignedRoot']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "10cd8cee-fc6a-4e5b-a11b-a7b0a9338f5d", "comment": "", "command": "type", - "target": "id=/metadataFilters/SignatureValidation/certificateFile", + "target": "id=root_metadataFilters_1_certificateFile", "targets": [ - ["id=/metadataFilters/SignatureValidation/certificateFile", "id"], - ["name=field27", "name"], - ["css=#\\/metadataFilters\\/SignatureValidation\\/certificateFile", "css:finder"], - ["xpath=//input[@id='/metadataFilters/SignatureValidation/certificateFile']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_metadataFilters_1_certificateFile", "id"], + ["css=#root_metadataFilters_1_certificateFile", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_certificateFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "%{idp.home}/foo2.txt" }, { - "id": "a3ce889f-0607-4071-bd39-25b169c30114", + "id": "cfefd461-2a9f-45bd-8009-eba5e2a5f279", "comment": "", "command": "click", - "target": "css=div:nth-child(3) > sf-form-element .bg-light", + "target": "css=.array-add-button", "targets": [ - ["css=div:nth-child(3) > sf-form-element .bg-light", "css:finder"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/fieldset-object/div/div/fieldset/div", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "f205ec23-b433-44bb-af80-e72330b4c7a3", + "id": "4cfca7fa-34db-47c9-9076-db799b49511e", "comment": "", "command": "click", - "target": "css=.fa-plus", + "target": "id=root_metadataFilters_2_retainedRoles_0", "targets": [ - ["css=.fa-plus", "css:finder"], - ["xpath=//array-component/div/div/button/i", "xpath:position"] + ["id=root_metadataFilters_2_retainedRoles_0", "id"], + ["css=#root_metadataFilters_2_retainedRoles_0", "css:finder"], + ["xpath=//select[@id='root_metadataFilters_2_retainedRoles_0']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], "value": "" }, { - "id": "4dae6914-ae68-45e2-b332-cc4c1ac71e43", + "id": "5ba86ad0-04c7-48bb-8be8-66611540dffd", "comment": "", "command": "select", - "target": "id=/metadataFilters/EntityRoleWhiteList/retainedRoles/0", + "target": "id=root_metadataFilters_2_retainedRoles_0", "targets": [], "value": "label=SPSSODescriptor" }, { - "id": "4b257d69-1948-4c5f-a88d-b1bfa8f2ba72", + "id": "bab64d21-7733-4c45-8b3a-1c4354d8b936", "comment": "", "command": "click", - "target": "css=option:nth-child(2)", + "target": "css=.array-add-button", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: md:SPSSODescriptor']", "xpath:attributes"], - ["xpath=//select[@id='/metadataFilters/EntityRoleWhiteList/retainedRoles/0']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SPSSODescriptor')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "d47fc8b5-4062-4813-90a8-cdc91b777f1d", + "id": "daebe1ec-bafe-4505-91bd-7058b059ecca", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "id=root_metadataFilters_2_retainedRoles_1", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"] + ["id=root_metadataFilters_2_retainedRoles_2", "id"], + ["css=#root_metadataFilters_2_retainedRoles_2", "css:finder"], + ["xpath=//select[@id='root_metadataFilters_2_retainedRoles_2']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/select", "xpath:position"] ], "value": "" }, { - "id": "442c5b8d-f108-488e-8779-06171f5081f6", + "id": "030e5bcb-60ca-4aa5-82c3-8f48b0039d7b", "comment": "", "command": "select", - "target": "id=/metadataFilters/EntityRoleWhiteList/retainedRoles/1", + "target": "id=root_metadataFilters_2_retainedRoles_1", "targets": [], "value": "label=AttributeAuthorityDescriptor" }, { "id": "42eddc22-9eed-41d1-aaee-2d4a1d933fa9", "comment": "", "command": "click", - "target": "css=#\\/metadataFilters\\/EntityRoleWhiteList\\/retainedRoles\\/1 > option:nth-child(3)", + "target": "id=root_metadataFilters_2_removeRolelessEntityDescriptors", "targets": [ - ["css=#\\/metadataFilters\\/EntityRoleWhiteList\\/retainedRoles\\/1 > option:nth-child(3)", "css:finder"], - ["xpath=(//option[@value='2: md:AttributeAuthorityDescriptor'])[2]", "xpath:attributes"], - ["xpath=//select[@id='/metadataFilters/EntityRoleWhiteList/retainedRoles/1']/option[3]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/select-component/div/select/option[3]", "xpath:position"] + ["id=root_metadataFilters_2_removeRolelessEntityDescriptors", "id"], + ["css=#root_metadataFilters_2_removeRolelessEntityDescriptors", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_2_removeRolelessEntityDescriptors']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "4ebbc08c-ee24-43d8-8c2d-b639a625189c", "comment": "", "command": "click", - "target": "css=#\\/metadataFilters\\/EntityRoleWhiteList\\/removeRolelessEntityDescriptors\\.parent > .custom-control-label", - "targets": [ - ["css=#\\/metadataFilters\\/EntityRoleWhiteList\\/removeRolelessEntityDescriptors\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/EntityRoleWhiteList/removeRolelessEntityDescriptors.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Roleless Entity Descriptors?')]", "xpath:innerText"] - ], - "value": "" - }, { - "id": "1c23c527-46e7-4fe6-8f60-37833af073c8", - "comment": "", - "command": "click", - "target": "css=#\\/metadataFilters\\/EntityRoleWhiteList\\/removeEmptyEntitiesDescriptors\\.parent > .custom-control-label", + "target": "id=root_metadataFilters_2_removeEmptyEntitiesDescriptors", "targets": [ - ["css=#\\/metadataFilters\\/EntityRoleWhiteList\\/removeEmptyEntitiesDescriptors\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/EntityRoleWhiteList/removeEmptyEntitiesDescriptors.parent']/label", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Empty Entities Descriptors?')]", "xpath:innerText"] + ["id=root_metadataFilters_2_removeEmptyEntitiesDescriptors", "id"], + ["css=#root_metadataFilters_2_removeEmptyEntitiesDescriptors", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_2_removeEmptyEntitiesDescriptors']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -553,12 +600,13 @@ "id": "7cd861ea-d86c-4faa-a07b-c1508811b506", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div[@id='/enabled.parent']/label", "xpath:idRelative"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable this service?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -575,26 +623,51 @@ "id": "daa2d46a-d238-4a48-aca7-0f34c9b93d5f", "comment": "", "command": "click", - "target": "css=.btn:nth-child(2) > translate-i18n", + "target": "linkText=File Backed HTTP Metadata Provider", "targets": [ - ["css=.btn:nth-child(2) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/button/translate-i18n", "xpath:idRelative"], - ["xpath=//div/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Filters')]", "xpath:innerText"] + ["linkText=File Backed HTTP Metadata Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'File Backed HTTP Metadata Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/1c0e0d02-5323-44b4-a610-821a6d464792/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'File Backed HTTP Metadata Provider')]", "xpath:innerText"] ], "value": "" }, { "id": "d86e9a98-a0a1-4696-b454-1bca1d01f9d0", "comment": "", "command": "click", - "target": "css=#filters .actions span", + "target": "css=.btn:nth-child(2)", + "targets": [ + ["css=.btn:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='navigation']/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Filters')]", "xpath:innerText"] + ], + "value": "" + }, { + "id": "8cd894a4-6434-4b05-a91b-1d1e09aa58fd", + "comment": "", + "command": "click", + "target": "linkText=Add Filter", "targets": [ - ["css=#filters .actions span", "css:finder"], - ["xpath=//div[@id='filters']/div/div/a/span", "xpath:idRelative"], - ["xpath=//div/a/span", "xpath:position"], - ["xpath=//span[contains(.,'Add Filter')]", "xpath:innerText"] + ["linkText=Add Filter", "linkText"], + ["css=#filters .btn", "css:finder"], + ["xpath=//div[@id='filters']/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/1c0e0d02-5323-44b4-a610-821a6d464792/filter/new')]", "xpath:href"], + ["xpath=//div[3]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Add Filter')]", "xpath:innerText"] ], "value": "" + }, { + "id": "f62f8d1d-8c53-4cb5-bc19-84f68fee870d", + "comment": "", + "command": "pause", + "target": "5000", + "targets": [], + "value": "" }, { "id": "dc41b26d-b101-4ead-866f-482df0bfee04", "comment": "", @@ -618,19 +691,25 @@ "id": "8a52ad88-b583-41b7-92a6-bdb185b03a06", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "b1c779b1-d3ed-47cc-bc88-e5c280161c32", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field37", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Entity Attributes Filter" @@ -645,13 +724,14 @@ "id": "a10a6faf-90cd-4713-8ea3-60c768ed935e", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.valuedd", + "target": "id=dropdown-label.filter-target-type", "targets": [ - ["id=/entityAttributesFilterTarget.valuedd", "id"], - ["css=#\\/entityAttributesFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/entityAttributesFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-label.filter-target-type", "id"], + ["css=#dropdown-label\\.filter-target-type", "css:finder"], + ["xpath=//button[@id='dropdown-label.filter-target-type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { @@ -665,14 +745,13 @@ "id": "1f2b93b8-23ae-4a9c-b015-96ca890ae150", "comment": "", "command": "click", - "target": "linkText=Regex", + "target": "css=.show > .dropdown-item:nth-child(2)", "targets": [ - ["linkText=Regex", "linkText"], - ["css=.dropdown-item:nth-child(2)", "css:finder"], - ["xpath=//a[contains(text(),'Regex')]", "xpath:link"], - ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], - ["xpath=//div/div/a[2]", "xpath:position"], - ["xpath=//a[contains(.,'Regex')]", "xpath:innerText"] + ["css=.show > .dropdown-item:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[16]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div/div/div/button[2]", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Regex')]", "xpath:innerText"] ], "value": "" }, { @@ -686,543 +765,533 @@ "id": "5c2ed93d-3630-408c-bb89-0b2baffb73c0", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.target", + "target": "id=targetInput", "targets": [ - ["id=/entityAttributesFilterTarget.target", "id"], + ["id=targetInput", "id"], ["name=script", "name"], - ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/entityAttributesFilterTarget.target']", "xpath:attributes"], - ["xpath=//div/div/input", "xpath:position"] + ["css=#targetInput", "css:finder"], + ["xpath=//input[@id='targetInput']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "6dec176f-0c5a-4982-867e-087342c90987", "comment": "", "command": "sendKeys", - "target": "id=/entityAttributesFilterTarget.target", - "targets": [], + "target": "id=targetInput", + "targets": [ + ["id=targetInput", "id"], + ["name=script", "name"], + ["css=#targetInput", "css:finder"], + ["xpath=//input[@id='targetInput']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] + ], "value": "/foo.*/" }, { "id": "f4e6e8a5-0040-4aac-a0f9-9b49abbd9568", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", + "targets": [ + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "776f70b4-426a-4be2-99af-66930232b1e9", + "comment": "", + "command": "click", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { "id": "603aff60-cf79-4804-90c5-2ffd0f5ef550", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/signAssertion\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_signAssertion", "targets": [ - ["css=#\\/relyingPartyOverrides\\/signAssertion\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/signAssertion.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Sign the Assertion?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_signAssertion", "id"], + ["css=#root_relyingPartyOverrides_signAssertion", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_signAssertion']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "9456ba02-3dd6-4305-a0d3-f031e1e79b16", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/dontSignResponse\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_dontSignResponse", "targets": [ - ["css=#\\/relyingPartyOverrides\\/dontSignResponse\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/dontSignResponse.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"] + ["id=root_relyingPartyOverrides_dontSignResponse", "id"], + ["css=#root_relyingPartyOverrides_dontSignResponse", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_dontSignResponse']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "a1ce4398-4f95-498c-b01b-2f25e1fd3380", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/turnOffEncryption.parent']/label", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "dcaa766a-3800-4412-9631-0f279e23bf41", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/useSha\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_useSha", "targets": [ - ["css=#\\/relyingPartyOverrides\\/useSha\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/useSha.parent']/label", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Use SHA1 Signing Algorithm?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_useSha", "id"], + ["css=#root_relyingPartyOverrides_useSha", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_useSha']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "c7a9bd88-9198-4ce0-8ae0-618b90fd787a", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/ignoreAuthenticationMethod\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "targets": [ - ["css=#\\/relyingPartyOverrides\\/ignoreAuthenticationMethod\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/ignoreAuthenticationMethod.parent']/label", "xpath:idRelative"], - ["xpath=//div[5]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Ignore any SP-Requested Authentication Method?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_ignoreAuthenticationMethod", "id"], + ["css=#root_relyingPartyOverrides_ignoreAuthenticationMethod", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_ignoreAuthenticationMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "c806723d-9713-4710-96e2-6410b79895c0", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/omitNotBefore\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_omitNotBefore", "targets": [ - ["css=#\\/relyingPartyOverrides\\/omitNotBefore\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/omitNotBefore.parent']/label", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Omit Not Before Condition?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_omitNotBefore", "id"], + ["css=#root_relyingPartyOverrides_omitNotBefore", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_omitNotBefore']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[6]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "1c7d678e-5b74-4542-bf6c-a64d0117f831", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ - ["id=/relyingPartyOverrides/responderId", "id"], - ["name=field50", "name"], - ["css=#\\/relyingPartyOverrides\\/responderId", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/responderId']", "xpath:attributes"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_responderId", "id"], + ["css=#root_relyingPartyOverrides_responderId", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_responderId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "id-123" }, { - "id": "027b4448-eaf6-4f24-ae2f-5b592db910ed", + "id": "7753fdc3-fb29-436e-aa16-c331fa4772d6", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[18]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "1bb700ae-08eb-403c-b3ba-0090132b69ff", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "fd1af538-1b5b-4d6a-b56b-d56e7f01bb40", + "id": "a0915c28-40cd-4c2b-a341-8d683a1058dd", "comment": "", "command": "click", - "target": "css=.fa-caret-down", + "target": "css=.toggle-button", "targets": [ - ["css=.fa-caret-down", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/0-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button/i", "xpath:position"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[20]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "6afaa45d-1beb-4f15-8810-278af7489657", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "cc233154-4159-425b-8ac5-761c26a0de15", + "id": "645be3e5-166a-4ef6-8e7f-18113387c3ab", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { - "id": "d8e3df44-0db6-458e-b133-36b7ec08fbb7", + "id": "7e21402f-383c-4995-89b6-b75db89c0ab5", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .btn", + "target": "css=.row:nth-child(8) .array-add-button > .svg-inline--fa", "targets": [ - ["css=div:nth-child(8) .btn > translate-i18n", "css:finder"], - ["xpath=//array-component/div/div/button/translate-i18n", "xpath:position"] + ["css=.row:nth-child(8) .array-add-button > .svg-inline--fa", "css:finder"] ], "value": "" }, { - "id": "3395ec88-2d19-4785-99f9-3921dddfba28", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "562c7f9f-1e55-432a-8fff-0cae15b23a33", + "id": "a86b93d7-f4f2-48de-85c6-4f6f6190e7d4", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[22]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "c80afbe5-2c88-4207-b133-6d151fea12a8", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "f5f27af2-b869-4b99-a3d9-3efce014be06", + "id": "5e8fc8bb-5cb8-4e25-b7ed-95a7cd4654e3", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/1__option--1", + "target": "css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1 > span", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_1-item-1']/span", "xpath:idRelative"], + ["xpath=//a[2]/span", "xpath:position"], + ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { - "id": "4e595806-b2c6-43c6-bd1f-78e659f795e4", + "id": "8fbcab89-08ff-4c40-a2bc-79674b75720c", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[18]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "5e26a17f-98e4-4adc-b851-4e854228ebba", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "b717af46-a3c1-40f2-ac1a-2c7f84fbf33f", + "id": "545efe56-2c2c-4158-9984-93e8df445f17", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[24]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "d07e6da7-ed28-4460-914a-eb355b3a2de3", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "4655a981-c5d6-4b48-aad2-77295dc37859", + "id": "d195071e-6f5a-4eca-b618-c8b926dc7753", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/2__option--2", + "target": "css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2 > span", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_2-item-2']/span", "xpath:idRelative"], + ["xpath=//a[3]/span", "xpath:position"], + ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { - "id": "9902d02a-d7f7-4424-92f4-2a6072916421", + "id": "72506b7c-224d-4c45-81e6-1b1e5f3a08b8", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[18]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "605d3970-c910-4bec-accd-d7c4d0334f91", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "df07e4c7-8e0f-4eed-ab58-42e2b5bcfc93", + "id": "5382e207-f281-4ea9-9da8-8d2a0e029ab6", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", + "target": "css=.is-invalid .svg-inline--fa", "targets": [ - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/3-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid .svg-inline--fa", "css:finder"] ], "value": "" }, { - "id": "0ef4ae64-3b16-4488-b19e-629162a9c84d", + "id": "0aa7801a-8156-4b45-9947-b2e60218e503", "comment": "", - "command": "pause", - "target": "500", - "targets": [], + "command": "click", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", + "targets": [ + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] + ], "value": "" }, { - "id": "cd34bc8a-564b-4d15-90c9-f09e12d7e078", + "id": "bac85588-bf58-4e2a-ba71-6d0a3941631e", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/3__option--3", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/3__option--3", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[18]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "624fd275-3ee2-4cd0-890a-4ae22b152ed4", + "id": "dd44bd2e-84dc-4512-966f-97f893f530e9", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=#root > div > main > div > section > div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "e6c3d2db-386e-4b9b-a160-c091b025c1b9", + "id": "2d2e92a4-213d-4345-9b1c-f6fb04df3971", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/nameIdFormats/4", + "target": "css=#root > div > main > div > section > div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/4", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/4", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/nameIdFormats/4']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/4-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=//input[@value='someNameID']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], - "value": "nameIdFormat" + "value": "someNameID" }, { - "id": "82093807-448e-4a25-96bf-ed1dfca77452", + "id": "8384cd5e-7678-4de9-96c6-7d81ac9591ce", "comment": "", - "command": "click", - "target": "css=div:nth-child(9) .d-flex > .btn", + "command": "sendKeys", + "target": "css=#root > div > main > div > section > div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=//input[@value='someNameID']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], - "value": "" - }, { - "id": "1acc3e01-45ae-4c6d-9291-165affb7306f", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" + "value": "${KEY_ENTER}" }, { - "id": "fcd7d891-5ea4-45a6-8554-4298ec5804c9", + "id": "f2443263-2147-4457-ae68-9c46bb38940a", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[30]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "faf08fb6-7c62-465c-b198-6da8ef3a1dd5", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "9bb8951c-c932-4236-89d8-9d2c8d49a702", + "id": "22ce2ccc-94d9-4b6c-8a6c-7544af49e00a", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/0__option--0", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/0__listbox']/li", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[32]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "743e6d84-98b7-461a-8fb9-05826abb8e22", + "id": "9af0bdca-6c53-4192-8d51-1e6bb96fda3a", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .d-flex > .btn", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["linkText=https://refeds.org/profile/mfa", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] ], "value": "" }, { - "id": "926e66e1-3bcb-41bd-a6a8-83ed90ceab59", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "81517bc9-7996-46be-9dfe-9eea57f0e616", + "id": "ccd54cce-a783-4dbd-b64e-1932286b4a08", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[30]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "8343153e-ade7-4713-a9f6-079b0bfbac44", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "8f00493c-94ef-4182-8423-5d23bd01136f", + "id": "00087e23-8d82-4dc1-ae12-8043589e08f1", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/1__option--1", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/1__option--1", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[34]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "7a3a49b4-4348-4318-a35c-ba0a2192e811", + "id": "c8ca751b-d9a3-4878-9be7-92befd0bc6a4", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .d-flex > .btn", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "targets": [ - ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken')]", "xpath:innerText"] ], "value": "" }, { - "id": "b9b5a336-2b99-4315-8c14-13ee1c5af2ed", + "id": "58dc23a7-adae-4b09-a056-c1facfc3db89", "comment": "", - "command": "pause", - "target": "500", - "targets": [], + "command": "click", + "target": "css=.row:nth-child(9) .array-add-button", + "targets": [ + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[30]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] + ], "value": "" }, { - "id": "c2f97ae8-fddf-4e48-b961-1d4154ceae9f", + "id": "b1429afc-4501-4fb3-acf7-02f2cb90f7f3", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/2-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[36]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "39a8ea0f-a57a-49b6-b640-7b608eb29b88", + "id": "4aff346b-b423-4999-9e8b-b099f6b275ac", "comment": "", - "command": "pause", - "target": "500", - "targets": [], + "command": "click", + "target": "css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", + "targets": [ + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2 > span", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_2-item-2']/span", "xpath:idRelative"], + ["xpath=//a[3]/span", "xpath:position"], + ["xpath=//span[contains(.,'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport')]", "xpath:innerText"] + ], "value": "" }, { - "id": "3dcbc6b1-2571-4ab8-9014-66b19727fe0a", + "id": "268e6828-97c8-4f68-9f2d-9c443b16dcef", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/2__option--2", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/2__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[30]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "efad42c9-5d79-42f6-a348-54ba5fe59e9d", + "id": "b6dc2be5-574b-4fd6-b1a1-786303efc60a", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .d-flex > .btn", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "9a7b2bfe-8702-40be-a6fe-a76b9a01cdde", + "id": "28aa7d61-803f-48af-a103-5945f84a1601", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/authenticationMethods/3", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/3", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/3", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/authenticationMethods/3']", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/3-container']/div/input", "xpath:idRelative"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/ul/li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=//input[@value='SomeAuthnMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"] ], - "value": "someOverride" + "value": "SomeAuthnMethod" }, { - "id": "82bf7075-6128-4471-a631-c8e4c3525eea", + "id": "3d9af697-8021-4a7b-bc09-7fbcc501817e", "comment": "", - "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(7) > div > div > div:nth-child(1) > div > div:nth-child(9) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(4) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/forceAuthn.parent']/label", "xpath:idRelative"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["css=.focus", "css:finder"], + ["xpath=//input[@value='SomeAuthnMethod']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div[2]/div[4]/div/div/div/div/div/div/div/input", "xpath:position"] ], - "value": "" + "value": "${KEY_ENTER}" }, { - "id": "4098e48d-eef1-42e8-a1a4-e4eb48f5f9bd", + "id": "82bf7075-6128-4471-a631-c8e4c3525eea", "comment": "", "command": "click", - "target": "css=.fa-check", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=.fa-check", "css:finder"], - ["xpath=//button[@id='/attributeRelease.checkall']/i", "xpath:idRelative"], - ["xpath=//td[2]/button/i", "xpath:position"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "2c3908a1-3fbf-4bbe-8611-fb8a87da1a66", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1261,19 +1330,25 @@ "id": "4a663db9-9f10-4b12-9cb9-61aa01ecc0c0", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "92fdc836-2479-4faa-9e3d-447f5b82cc11", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field65", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Name ID Format Filter" @@ -1288,13 +1363,14 @@ "id": "abfa17d5-ebfe-4bb2-b64a-ef5f127bac86", "comment": "", "command": "click", - "target": "id=/nameIdFormatFilterTarget.valuedd", + "target": "id=dropdown-", "targets": [ - ["id=/nameIdFormatFilterTarget.valuedd", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/nameIdFormatFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-", "id"], + ["css=#dropdown-", "css:finder"], + ["xpath=//button[@id='dropdown-']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { @@ -1308,36 +1384,33 @@ "id": "6040112e-86c4-4e98-b258-79d7e61dfb6d", "comment": "", "command": "click", - "target": "linkText=Entity ID", + "target": "css=.show > .dropdown-item:nth-child(1)", "targets": [ - ["linkText=Entity ID", "linkText"], ["css=.show > .dropdown-item:nth-child(1)", "css:finder"], - ["xpath=//a[contains(text(),'Entity ID')]", "xpath:link"], - ["xpath=//a[contains(@href, '#')]", "xpath:href"], - ["xpath=//div/div/a", "xpath:position"], - ["xpath=//a[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=(//button[@type='button'])[14]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { "id": "70eba7e8-d84f-4b65-b5e8-d1523514dd29", "comment": "", "command": "pause", - "target": "2000", + "target": "3000", "targets": [], "value": "" }, { "id": "bba23377-23a1-46d5-b044-15047a08ee53", "comment": "", "command": "type", - "target": "id=/nameIdFormatFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ - ["id=/nameIdFormatFilterTarget.target", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/nameIdFormatFilterTarget.target']", "xpath:attributes"], - ["xpath=//div[@id='-container']/div/input", "xpath:idRelative"], - ["xpath=//div/div/input", "xpath:position"] + ["css=.rbt-input-main", "css:finder"], + ["xpath=(//input[@value=''])[2]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], - "value": "https://idp.unicon.net/idp/shibboleth" + "value": "https://idp.unicon.net" }, { "id": "6fbb57d1-0fc6-42bc-86ca-4a5fe872ea34", "comment": "", @@ -1353,24 +1426,39 @@ "id": "fa75b464-10a7-43da-939e-550e88748eb6", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", + "targets": [ + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "ebe9c389-fd68-4907-b9f7-95274a36de4e", + "comment": "", + "command": "click", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { "id": "a721538a-5f95-4567-8d7c-5851f67f3ae0", "comment": "", "command": "click", - "target": "css=#\\/removeExistingFormats\\.parent > .custom-control-label", + "target": "id=root_removeExistingFormats", "targets": [ - ["css=#\\/removeExistingFormats\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/removeExistingFormats.parent']/label", "xpath:idRelative"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Existing Formats?')]", "xpath:innerText"] + ["id=root_removeExistingFormats", "id"], + ["css=#root_removeExistingFormats", "css:finder"], + ["xpath=//input[@id='root_removeExistingFormats']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -1392,217 +1480,209 @@ "targets": [], "value": "" }, { - "id": "76b5506e-ebd3-416b-9a2d-391d39b8b282", + "id": "226df885-00bc-4974-8496-420f4e080254", "comment": "", "command": "click", - "target": "css=.input-group-append > .btn", + "target": "css=.toggle-button", "targets": [ - ["css=.input-group-append > .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/formats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "e71b7c21-86c7-46e1-8451-4005940dbf02", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "ee812306-8d00-4162-9d92-eb598802f4bc", + "id": "0513bc68-fb27-426e-8f51-4018c0e2497a", "comment": "", "command": "click", - "target": "id=/formats/0__option--0", + "target": "id=option-selector-root_formats_0-item-0", "targets": [ - ["id=/formats/0__option--0", "id"], - ["css=#\\/formats\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/formats/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/0__listbox']/li", "xpath:idRelative"], - ["xpath=//datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_formats_0-item-0", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", "linkText"], + ["css=#option-selector-root_formats_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified')]", "xpath:innerText"] ], "value": "" }, { - "id": "ddcda076-a6d1-4a6f-861d-c32642305841", + "id": "264db296-0744-41b9-a0be-1447056dbc95", "comment": "", "command": "click", "target": "css=.array-add-button", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//array-component/div/div/button/translate-i18n", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "da1e1b22-55cb-4934-9d0c-8955e5434289", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "1f3cca46-1bf0-469f-9ac5-6481c8447633", + "id": "1fbfca66-877d-4122-a110-70e1b4383658", "comment": "", "command": "click", - "target": "css=#\\/formats\\/1-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/formats\\/1-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/formats/1-container']/div/div/button", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "65b07bc0-3c1d-4eeb-b268-baa2f2a0992c", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "aa0cb8e5-a5b5-4956-91dc-d25ea30ff87a", + "id": "81d7e06f-ab01-4eb9-ab56-9e49508f2fbf", "comment": "", "command": "click", - "target": "id=/formats/1__option--1", + "target": "id=option-selector-root_formats_1-item-1", "targets": [ - ["id=/formats/1__option--1", "id"], - ["css=#\\/formats\\/1__option--1", "css:finder"], - ["xpath=//li[@id='/formats/1__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/1__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//li[2]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_formats_1-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_formats_1-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_1-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_1']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { - "id": "233f96b6-032e-40c4-8232-dc65583830fc", + "id": "94fa27ec-740c-49e5-8a3a-6173bcb479a5", "comment": "", "command": "click", "target": "css=.array-add-button", "targets": [ ["css=.array-add-button", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "43200793-5c4c-47dd-93b7-7bdd138eb6d4", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "f313f186-80e1-42ea-9b19-c59efe66a92d", + "id": "ba98136f-2ae5-47e5-9e56-3845461da18c", "comment": "", "command": "click", - "target": "css=#\\/formats\\/2-container .btn", + "target": "css=.is-invalid > .toggle-button", "targets": [ - ["css=#\\/formats\\/2-container .fa", "css:finder"], - ["xpath=//div[@id='/formats/2-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button/i", "xpath:position"] + ["css=.is-invalid > .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "26e1228a-a453-4f79-bd7d-222f50e21b69", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "bf10f8f1-f5b8-43f5-b1d8-6e4e67e92621", + "id": "1e0353c9-84c4-4a62-9598-4c512e08fb4b", "comment": "", "command": "click", - "target": "id=/formats/2__option--2", + "target": "id=option-selector-root_formats_2-item-2", "targets": [ - ["id=/formats/2__option--2", "id"], - ["css=#\\/formats\\/2__option--2", "css:finder"], - ["xpath=//li[@id='/formats/2__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/2__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//li[3]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_formats_2-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_formats_2-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_2-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_2']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] ], "value": "" }, { - "id": "be2cee3b-966a-47e8-8907-9d21bb63a61c", + "id": "73394ddd-4174-4eaf-95a4-de44e3f8c0ed", "comment": "", "command": "click", - "target": "css=.array-add-button", + "target": "css=.fa-plus", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//array-component/div/div/button/translate-i18n", "xpath:position"] + ["css=.fa-plus", "css:finder"] ], "value": "" }, { - "id": "0502f5d7-bc0a-4b4c-b0d0-5cf159dd0492", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" - }, { - "id": "823e4972-3bdd-4286-a22d-8805adef4f2c", + "id": "7b3075ec-6f7b-431b-b279-0f0b010d0cff", "comment": "", "command": "click", - "target": "css=#\\/formats\\/3-container .btn", + "target": "css=.is-invalid .svg-inline--fa", "targets": [ - ["css=#\\/formats\\/3-container .fa", "css:finder"], - ["xpath=//div[@id='/formats/3-container']/div/div/button/i", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button/i", "xpath:position"] + ["css=.is-invalid .svg-inline--fa", "css:finder"] ], "value": "" }, { - "id": "55751a6d-974e-45cb-83fa-cea50fd6612c", + "id": "1f17992f-336f-4ab1-90fa-6b86c0c3aa4f", "comment": "", - "command": "pause", - "target": "500", - "targets": [], + "command": "click", + "target": "id=option-selector-root_formats_3-item-3", + "targets": [ + ["id=option-selector-root_formats_3-item-3", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:transient", "linkText"], + ["css=#option-selector-root_formats_3-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_3-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_3']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:transient')]", "xpath:innerText"] + ], "value": "" }, { - "id": "3cba2ead-22cd-4bc9-b0ca-bb1f5ebb10a2", + "id": "04c4c383-1cd1-4b0f-9988-78ca347cc89f", "comment": "", "command": "click", - "target": "id=/formats/3__option--3", + "target": "css=.array-add-button", "targets": [ - ["id=/formats/3__option--3", "id"], - ["css=#\\/formats\\/3__option--3", "css:finder"], - ["xpath=//li[@id='/formats/3__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/3__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//li[4]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "e793e30f-cefa-4a31-9a92-56c49c87b339", + "id": "c18de9c9-ff9e-4784-897f-9b081102aa9e", "comment": "", "command": "click", - "target": "css=.array-add-button", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//array-component/div/div/button/translate-i18n", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=(//input[@value=''])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "f0ae75e7-b2c0-49fa-9806-23f4f228e3e1", + "id": "3d49dbfc-47e9-4629-a27c-1013e0e2bdac", "comment": "", "command": "type", - "target": "id=/formats/4", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", "targets": [ - ["id=/formats/4", "id"], - ["css=#\\/formats\\/4", "css:finder"], - ["xpath=//input[@id='/formats/4']", "xpath:attributes"], - ["xpath=//div[@id='/formats/4-container']/div/input", "xpath:idRelative"], - ["xpath=//li[5]/div/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/input", "xpath:position"] + ["css=.focus", "css:finder"], + ["xpath=//input[@value='SomeOtherNameIDFormat']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] ], - "value": "name id format" + "value": "SomeOtherNameIDFormat" }, { - "id": "3a97e6c5-badb-45c8-b6e5-a7e8462ee77f", + "id": "875914ff-80a4-41cd-ab6c-602d1ddaaa8f", + "comment": "", + "command": "sendKeys", + "target": "css=div.section-body.p-4.border.border-top-0.border-info > div > div:nth-child(3) > div:nth-child(3) > div.col-lg-9 > div > form > div > div:nth-child(1) > div > div:nth-child(8) > div > div > div:nth-child(1) > div > div > div.p-0.m-0.container-fluid > div:nth-child(5) > div > div.mr-2.flex-grow-1.undefined > div > div:nth-child(1) > div > div > div:nth-child(1) > input.rbt-input-main.form-control.rbt-input", + "targets": [ + ["css=.focus", "css:finder"], + ["xpath=//input[@value='SomeOtherNameIDFormat']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div[5]/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/div/div/input", "xpath:position"] + ], + "value": "${KEY_ENTER}" + }, { + "id": "4ae2793d-9d5a-4416-9875-97a7bbfee59f", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1616,11 +1696,12 @@ "id": "100902ee-6d6e-4148-a69b-b37746a4ad6e", "comment": "", "command": "assertText", - "target": "css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", + "target": "css=.list-group-item:nth-child(1) .mx-4", "targets": [ - ["css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", "css:finder"], - ["xpath=//div[@id='filters']/filter-configuration-list/ul/li/filter-configuration-list-item/div/button", "xpath:idRelative"], - ["xpath=//filter-configuration-list-item/div/button", "xpath:position"], + ["css=.list-group-item:nth-child(1) .mx-4", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='filters']/ul/li/div/button", "xpath:idRelative"], + ["xpath=//li/div/button", "xpath:position"], ["xpath=//button[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] ], "value": "Entity Attributes Filter" @@ -1646,11 +1727,13 @@ "id": "c9d498da-9f59-40ae-b5d4-cae397a13766", "comment": "", "command": "assertText", - "target": "css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", + "target": "css=.list-group-item:nth-child(1) .mx-4", "targets": [ - ["css=tr:nth-child(1) > .td-lg:nth-child(3)", "css:finder"], - ["xpath=//td[3]", "xpath:position"], - ["xpath=//td[contains(.,'Name ID Format Filter')]", "xpath:innerText"] + ["css=.list-group-item:nth-child(1) .mx-4", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='filters']/ul/li/div/button", "xpath:idRelative"], + ["xpath=//li/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Name ID Format Filter')]", "xpath:innerText"] ], "value": "Name ID Format Filter" }, { @@ -1674,11 +1757,13 @@ "id": "441608df-24a3-4a60-bfce-50a90ff0ee16", "comment": "", "command": "assertText", - "target": "css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", + "target": "css=.list-group-item:nth-child(1) .mx-4", "targets": [ - ["css=tr:nth-child(1) > .td-lg:nth-child(3)", "css:finder"], - ["xpath=//td[3]", "xpath:position"], - ["xpath=//td[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] + ["css=.list-group-item:nth-child(1) .mx-4", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='filters']/ul/li/div/button", "xpath:idRelative"], + ["xpath=//li/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] ], "value": "Entity Attributes Filter" }, { @@ -1759,12 +1844,13 @@ "id": "138845c8-0cbf-4cba-b256-8c7e58065c26", "comment": "", "command": "click", - "target": "css=.mb-4:nth-child(1) .actions span", + "target": "css=.mb-4:nth-child(3) .edit-link", "targets": [ - ["css=.mb-4:nth-child(1) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//div/button/span", "xpath:position"], - ["xpath=//span[contains(.,'Edit')]", "xpath:innerText"] + ["css=.mb-4:nth-child(3) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -1774,12 +1860,44 @@ "target": "3000", "targets": [], "value": "" + }, { + "id": "1426c8e4-2c0b-4fa6-983b-32afb0d7cb84", + "comment": "", + "command": "click", + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=.mb-0 > #root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], + "value": "" + }, { + "id": "5f2dc2f5-61e7-4d2c-b2b8-d2c960723162", + "comment": "", + "command": "type", + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], + "value": "" }, { "id": "ae293184-6d83-4ecb-8e25-b757931c49f0", "comment": "", "command": "type", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=.mb-0 > #root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "Provider Version 2" }, { "id": "9c887b33-de0e-4f38-8ea8-d6d0f0a9d841", @@ -1812,14 +1930,16 @@ "id": "6ebd7167-8187-4564-b441-213daa903faa", "comment": "", "command": "click", - "target": "id=/backupFileInitNextRefreshDelay__option--2", + "target": "id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "targets": [ - ["id=/backupFileInitNextRefreshDelay__option--2", "id"], - ["css=#\\/backupFileInitNextRefreshDelay__option--2", "css:finder"], - ["xpath=//li[@id='/backupFileInitNextRefreshDelay__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/backupFileInitNextRefreshDelay__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[3]", "xpath:position"], - ["xpath=//li[contains(.,'PT1M')]", "xpath:innerText"] + ["id=option-selector-root_backupFileInitNextRefreshDelay-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_backupFileInitNextRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_backupFileInitNextRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_backupFileInitNextRefreshDelay']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { @@ -1851,12 +1971,14 @@ "id": "8c0f82f1-d6b4-4e62-bdb0-087dd31471cf", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=div:nth-child(1) > .btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/d1b00b13-5c76-45a1-9286-4968a1b23ae1/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div[2]/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -1873,6 +1995,7 @@ "target": "css=tr:nth-child(1) .custom-control-label", "targets": [ ["css=tr:nth-child(1) .custom-control-label", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/table/tbody/tr/td/div/label", "xpath:idRelative"], ["xpath=//label", "xpath:position"], ["xpath=//label[contains(.,'Check to select')]", "xpath:innerText"] ], @@ -1891,27 +2014,34 @@ "id": "6733a65d-7c16-4bf4-a6b4-bb3007e08c87", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.btn-primary", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//history-list/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Compare Selected')]", "xpath:innerText"] + ["css=.btn-primary", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Compare Selected(1)')]", "xpath:innerText"] ], "value": "" }, { "id": "0abf4b7f-cc20-4a29-8338-90a67421dc41", "comment": "", "command": "waitForElementVisible", - "target": "css=primitive-property:nth-child(1) .bg-diff > .d-block:nth-child(2)", - "targets": [], + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", + "targets": [ + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], + ["xpath=//div/span[2]", "xpath:position"] + ], "value": "30000" }, { "id": "2b495102-da87-400d-8c70-1758de76452d", "comment": "", "command": "assertText", - "target": "css=primitive-property:nth-child(1) .bg-diff > .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=primitive-property:nth-child(1) .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], ["xpath=//div/span[2]", "xpath:position"] ], "value": "Provider Version 2" @@ -1919,10 +2049,11 @@ "id": "63e1b12d-a50a-4877-9588-21209a08b364", "comment": "", "command": "assertText", - "target": "css=primitive-property:nth-child(8) .bg-diff > .d-block:nth-child(2)", + "target": "css=section:nth-child(2) > div > div.p-2 > div:nth-child(2) > div:nth-child(8) > div > span:nth-child(2)", "targets": [ - ["css=primitive-property:nth-child(8) .bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//primitive-property[8]/div/div/span[2]", "xpath:position"], + ["css=div:nth-child(8) > .bg-diff > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[8]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[8]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "PT1M" @@ -1930,19 +2061,24 @@ "id": "1f3e3d25-ea44-4110-913c-c6dc9a7ec215", "comment": "", "command": "click", - "target": "css=.fa-toggle-off", + "target": "id=toggleLimited", "targets": [ - ["css=.fa-toggle-off", "css:finder"], - ["xpath=//div/button/i", "xpath:position"] + ["id=toggleLimited", "id"], + ["name=toggleLimited", "name"], + ["css=#toggleLimited", "css:finder"], + ["xpath=//input[@id='toggleLimited']", "xpath:attributes"], + ["xpath=//div[@id='navigation']/div[2]/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "cfebf080-7825-4412-8a2d-924af79d4b26", "comment": "", "command": "assertText", - "target": "css=primitive-property:nth-child(1) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=primitive-property:nth-child(1) .d-block:nth-child(2)", "css:finder"], + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], ["xpath=//div/span[2]", "xpath:position"] ], "value": "Provider Version 2" @@ -1950,10 +2086,11 @@ "id": "75f45cb6-9c38-44e7-82dc-a473fa7fab62", "comment": "", "command": "assertText", - "target": "css=primitive-property:nth-child(2) .d-block:nth-child(2)", + "target": "css=div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "targets": [ - ["css=primitive-property:nth-child(2) .d-block:nth-child(2)", "css:finder"], - ["xpath=//primitive-property[2]/div/div/span[2]", "xpath:position"], + ["css=div:nth-child(2) > .d-flex > .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[2]/div/span[2]", "xpath:idRelative"], + ["xpath=//div[2]/div/span[2]", "xpath:position"], ["xpath=//span[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "PT1M" @@ -1961,11 +2098,14 @@ "id": "0b097967-1b4e-40cc-b8d7-bd0529fd46d2", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=.btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/620ba911-c591-4006-b5a7-3bbf6b03e078/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -1992,11 +2132,12 @@ "id": "d2d4b08e-1056-4c7f-b9c0-b7efa76dfb94", "comment": "", "command": "click", - "target": "css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", + "target": "css=.list-group-item:nth-child(1) .mx-4", "targets": [ - ["css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", "css:finder"], - ["xpath=//div[@id='filters']/filter-configuration-list/ul/li/filter-configuration-list-item/div/button", "xpath:idRelative"], - ["xpath=//filter-configuration-list-item/div/button", "xpath:position"], + ["css=.list-group-item:nth-child(1) .mx-4", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='filters']/ul/li/div/button", "xpath:idRelative"], + ["xpath=//li/div/button", "xpath:position"], ["xpath=//button[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] ], "value": "" @@ -2011,12 +2152,14 @@ "id": "27db83c9-2893-4958-8547-9496cc73440f", "comment": "", "command": "click", - "target": "css=.justify-content-between > .btn:nth-child(1) > translate-i18n", + "target": "linkText=Edit", "targets": [ - ["css=.justify-content-between > .btn:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='filters']/filter-configuration-list/ul/li/filter-configuration-list-item/div[2]/div/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div[2]/div/div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Edit')]", "xpath:innerText"] + ["linkText=Edit", "linkText"], + ["css=.d-flex:nth-child(1) > .btn:nth-child(1)", "css:finder"], + ["xpath=//div[@id='filters']/ul/li/div[2]/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/620ba911-c591-4006-b5a7-3bbf6b03e078/filter/cd0259d8-7592-4185-b5e9-d2a9c3868397/edit/common')]", "xpath:href"], + ["xpath=//div[2]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -2026,29 +2169,56 @@ "target": "3000", "targets": [], "value": "" + }, { + "id": "b32b054c-1f75-43f4-90ea-030e69d422cb", + "comment": "", + "command": "click", + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "0a06a2ba-f6cd-4725-81c4-9b7e35fce667", + "comment": "", + "command": "type", + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div/div/div/div/input", "xpath:position"] + ], + "value": "" }, { "id": "2152a1f9-8608-420c-85d8-368f69260c21", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field118", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div/div/div/div/input", "xpath:position"] ], "value": "Entity Attributes Filter Version 2" }, { "id": "55de5aff-fc78-488f-aa1a-977dabb678dc", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div[2]/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -2062,12 +2232,15 @@ "id": "97c031ee-65f1-4089-ab43-a4a98bfb3798", "comment": "", "command": "click", - "target": "css=.nav-item translate-i18n", + "target": "linkText=Dashboard", "targets": [ - ["css=.nav-item translate-i18n", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a/translate-i18n", "xpath:idRelative"], - ["xpath=//a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Dashboard')]", "xpath:innerText"] + ["linkText=Dashboard", "linkText"], + ["css=.nav-link:nth-child(3)", "css:finder"], + ["xpath=//a[contains(text(),'Dashboard')]", "xpath:link"], + ["xpath=//div[@id='basic-navbar-nav']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], + ["xpath=//nav/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] ], "value": "" }, { @@ -2123,12 +2296,14 @@ "id": "42bc2d8d-550f-462b-af96-c3811768e78c", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=div:nth-child(1) > .btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/620ba911-c591-4006-b5a7-3bbf6b03e078/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div[2]/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -2174,42 +2349,45 @@ "id": "2ff5a597-9fe0-46b4-9ca5-63123ddb3cef", "comment": "", "command": "click", - "target": "css=.d-flex:nth-child(1) > .border-primary:nth-child(2) .fa", + "target": "css=.border-primary:nth-child(2) .fa-square", "targets": [ - ["css=.d-flex:nth-child(1) > .border-primary:nth-child(2) .fa", "css:finder"], - ["xpath=//div[2]/div/button/i", "xpath:position"] + ["css=.border-primary:nth-child(2) .fa-square", "css:finder"] ], "value": "" }, { "id": "d5c5a3da-6634-4c1f-8eae-cd87baab22ef", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.btn-primary", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//div[3]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Compare Selected')]", "xpath:innerText"] + ["css=.btn-primary", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/div[6]/button", "xpath:idRelative"], + ["xpath=//div[6]/button", "xpath:position"], + ["xpath=//button[contains(.,'Compare Selected')]", "xpath:innerText"] ], "value": "" }, { "id": "d7b5550d-1db8-4fa5-800f-fde753413c13", "comment": "", "command": "assertText", - "target": "css=.bg-diff > .d-block:nth-child(2)", + "target": "css=.mb-4:nth-child(8) .p-2 > div > div:nth-child(1) .d-block:nth-child(2)", "targets": [ - ["css=.bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//section[2]/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'Entity Attributes Filter Version 2')]", "xpath:innerText"] + ["css=.mb-4:nth-child(8) .p-2 > div > div:nth-child(1) .d-block:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[5]/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], + ["xpath=//section[5]/div/div[2]/div[2]/div/div/span[2]", "xpath:position"], + ["xpath=//span[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] ], "value": "Entity Attributes Filter Version 2" }, { "id": "ad797f09-746e-4778-954e-6f92ac5934ea", "comment": "", "command": "assertText", - "target": "css=.bg-diff > .d-block:nth-child(3)", + "target": "css=.mb-4:nth-child(8) .p-2 > div > div:nth-child(1) .d-block:nth-child(3)", "targets": [ - ["css=.bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//section[2]/div/div[2]/object-property/primitive-property/div/div/span[3]", "xpath:position"] + ["css=.mb-4:nth-child(8) .p-2 > div > div:nth-child(1) .d-block:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section[5]/div/div[2]/div[2]/div/div/span[3]", "xpath:idRelative"], + ["xpath=//section[5]/div/div[2]/div[2]/div/div/span[3]", "xpath:position"] ], "value": "Entity Attributes Filter" }, { diff --git a/backend/src/integration/resources/SHIBUI-1364-2.side b/backend/src/integration/resources/SHIBUI-1364-2.side index 4393ffcd8..a36fbf058 100644 --- a/backend/src/integration/resources/SHIBUI-1364-2.side +++ b/backend/src/integration/resources/SHIBUI-1364-2.side @@ -41,51 +41,59 @@ "id": "185a1e41-d3a3-4627-aae2-7f05059e9c7d", "comment": "", "command": "click", - "target": "name=submit", + "target": "css=.btn", "targets": [ - ["name=submit", "name"], - ["css=td:nth-child(1) > input", "css:finder"], - ["xpath=//input[@name='submit']", "xpath:attributes"], - ["xpath=//tr[3]/td/input", "xpath:position"] + ["css=.btn", "css:finder"], + ["xpath=//button[@type='submit']", "xpath:attributes"], + ["xpath=//button", "xpath:position"], + ["xpath=//button[contains(.,'Sign in')]", "xpath:innerText"] ], "value": "" }, { "id": "94e01321-ac2d-427f-89a5-7f816cea0f00", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "c65500ae-3b08-4c22-8c88-b4116d6e0c9b", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "c5ec3177-5a66-4901-a644-8c6cfbb99254", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "d093ad38-ab2d-4441-a60b-2c094d6938f9", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field4", "name"], @@ -95,18 +103,25 @@ ], "value": "Filesystem Metadata Provider" }, { - "id": "aac150b1-6140-476b-8bdb-ebb83a14812d", + "id": "8a575355-d9f6-455c-8ded-5a8cda8c8679", "comment": "", - "command": "select", - "target": "id=/type", + "command": "click", + "target": "name=type", "targets": [ - ["id=/type", "id"], - ["name=field2", "name"], - ["css=#\\/type", "css:finder"], - ["xpath=//select[@id='/type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=FilesystemMetadataProvider" + "value": "" + }, { + "id": "c47c3364-9e5a-4fdf-b87b-1a2ec879189d", + "comment": "", + "command": "select", + "target": "name=type", + "targets": [], + "value": "label=FilesystemMetadataResolver" }, { "id": "7a60cb3c-ed3c-495c-8329-2fe52e72cceb", "comment": "", @@ -121,14 +136,20 @@ "id": "8cbc5dce-126e-4fb6-afcd-9651d9be6ba2", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "c140099c-f6e3-4600-92b3-5b97e07a95ee", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=/xmlId", "id"], ["name=field7", "name"], @@ -141,13 +162,13 @@ "id": "e2e3a3e4-196c-483d-ac52-de4027636a05", "comment": "", "command": "type", - "target": "id=/metadataFile", + "target": "id=root_metadataFile", "targets": [ - ["id=/metadataFile", "id"], - ["name=field8", "name"], - ["css=#\\/metadataFile", "css:finder"], - ["xpath=//input[@id='/metadataFile']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataFile", "id"], + ["css=#root_metadataFile", "css:finder"], + ["xpath=//input[@id='root_metadataFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "%{idp.home}/metadata.txt" }, { @@ -171,13 +192,12 @@ "id": "8197c49f-a70f-46dd-919e-58fff0e14075", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", + "target": "css=.row:nth-child(1) > .col-12 .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/minRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(1) > .col-12 .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[7]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -191,14 +211,16 @@ "id": "0f1a7a34-0955-45bb-bd2a-a5e4f246869b", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "targets": [ - ["id=/reloadableMetadataResolverAttributes/minRefreshDelay__option--1", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/minRefreshDelay__option--1", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/minRefreshDelay__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_minRefreshDelay']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -212,12 +234,12 @@ "id": "64d0912a-0244-4f5e-818f-17000c01477b", "comment": "", "command": "click", - "target": "css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -231,33 +253,36 @@ "id": "80a08176-de7d-4938-8d49-1d296a8ba27c", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2", + "target": "id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "targets": [ - ["id=/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2", "id"], - ["css=#\\/reloadableMetadataResolverAttributes\\/maxRefreshDelay__option--2", "css:finder"], - ["xpath=//li[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/reloadableMetadataResolverAttributes/maxRefreshDelay__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_reloadableMetadataResolverAttributes_maxRefreshDelay']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { "id": "f5d73c96-8567-40da-8c7e-be7524050cb8", "comment": "", "command": "click", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field14", "name"], - ["css=#\\/reloadableMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/reloadableMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_reloadableMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_reloadableMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "85e3eefd-43e7-43b7-b33e-a2c75149ba0c", "comment": "", "command": "type", - "target": "id=/reloadableMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_reloadableMetadataResolverAttributes_refreshDelayFactor", "targets": [ ["id=/reloadableMetadataResolverAttributes/refreshDelayFactor", "id"], ["name=field14", "name"], @@ -280,12 +305,13 @@ "id": "c5fbaf24-139b-4886-a437-ef41a695bbc9", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div[@id='/enabled.parent']/label", "xpath:idRelative"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Metadata Provider?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -302,24 +328,29 @@ "id": "11d71ffb-3372-41cb-9832-72755ef298b5", "comment": "", "command": "click", - "target": "css=.btn:nth-child(2) > translate-i18n", + "target": "linkText=Filesystem Metadata Provider", "targets": [ - ["css=.btn:nth-child(2) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/button/translate-i18n", "xpath:idRelative"], - ["xpath=//div/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Filters')]", "xpath:innerText"] + ["linkText=Filesystem Metadata Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'Filesystem Metadata Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/e0822374-6322-4f89-be89-8342b633832a/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Filesystem Metadata Provider')]", "xpath:innerText"] ], "value": "" }, { "id": "b7312cb1-744c-429f-a6fa-58635f7a1fea", "comment": "", "command": "click", - "target": "css=#filters .actions span", + "target": "linkText=Add Filter", "targets": [ - ["css=#filters .actions span", "css:finder"], - ["xpath=//div[@id='filters']/div/div/a/span", "xpath:idRelative"], - ["xpath=//div/a/span", "xpath:position"], - ["xpath=//span[contains(.,'Add Filter')]", "xpath:innerText"] + ["linkText=Add Filter", "linkText"], + ["css=#filters .btn", "css:finder"], + ["xpath=//div[@id='filters']/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/e0822374-6322-4f89-be89-8342b633832a/filter/new')]", "xpath:href"], + ["xpath=//div[3]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Add Filter')]", "xpath:innerText"] ], "value": "" }, { @@ -345,14 +376,20 @@ "id": "a8ee94c0-d4f2-47f1-974e-09308193e6dd", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "3edb4fc7-f24c-440b-8403-974304f0b4ac", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field18", "name"], @@ -372,13 +409,14 @@ "id": "f2c07797-07f6-4325-8c5f-57a676dc982c", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.valuedd", + "target": "id=dropdown-label.filter-target-type", "targets": [ - ["id=/entityAttributesFilterTarget.valuedd", "id"], - ["css=#\\/entityAttributesFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/entityAttributesFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-label.filter-target-type", "id"], + ["css=#dropdown-label\\.filter-target-type", "css:finder"], + ["xpath=//button[@id='dropdown-label.filter-target-type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { @@ -392,14 +430,13 @@ "id": "bca61e15-7c13-4007-8c90-1a667bbef67d", "comment": "", "command": "click", - "target": "linkText=Regex", + "target": "css=.show > .dropdown-item:nth-child(2)", "targets": [ - ["linkText=Regex", "linkText"], - ["css=.dropdown-item:nth-child(2)", "css:finder"], - ["xpath=//a[contains(text(),'Regex')]", "xpath:link"], - ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], - ["xpath=//div/div/a[2]", "xpath:position"], - ["xpath=//a[contains(.,'Regex')]", "xpath:innerText"] + ["css=.show > .dropdown-item:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[16]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div/div/div/button[2]", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Regex')]", "xpath:innerText"] ], "value": "" }, { @@ -413,113 +450,151 @@ "id": "e0c65de5-d74a-4d87-aca0-9e9f4b37fb36", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.target", + "target": "id=targetInput", "targets": [ - ["id=/entityAttributesFilterTarget.target", "id"], + ["id=targetInput", "id"], ["name=script", "name"], - ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/entityAttributesFilterTarget.target']", "xpath:attributes"], - ["xpath=//div/div/input", "xpath:position"] + ["css=#targetInput", "css:finder"], + ["xpath=//input[@id='targetInput']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "" }, { "id": "70a43e87-7180-4761-8f64-d69c7c7557e5", "comment": "", "command": "sendKeys", - "target": "id=/entityAttributesFilterTarget.target", + "target": "id=targetInput", "targets": [], "value": "/foo.*/" }, { "id": "ce3cf65a-40bd-43fe-beb7-dc3e1d79927b", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", + "targets": [ + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "022802a1-5509-4f0b-a2ab-639bb5eeba2f", + "comment": "", + "command": "click", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { "id": "2eea7d5e-e992-4c85-94da-4537e4863228", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/signAssertion\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_signAssertion", "targets": [ - ["css=#\\/relyingPartyOverrides\\/signAssertion\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/signAssertion.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-object/div/div/fieldset/div/div/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Sign the Assertion?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_signAssertion", "id"], + ["css=#root_relyingPartyOverrides_signAssertion", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_signAssertion']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "f34181b8-eac5-4ce7-8776-0f87cf938503", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/dontSignResponse\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_dontSignResponse", "targets": [ - ["css=#\\/relyingPartyOverrides\\/dontSignResponse\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/dontSignResponse.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"] + ["id=root_relyingPartyOverrides_dontSignResponse", "id"], + ["css=#root_relyingPartyOverrides_dontSignResponse", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_dontSignResponse']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "06699eac-9dcc-46ea-a520-bd8117deab97", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/turnOffEncryption.parent']/label", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "891515dc-c75b-45f7-b33e-05760891e9aa", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_forceAuthn", + "targets": [ + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "04e7dc28-290a-49a3-a65f-fcd6a30e0cb0", + "comment": "", + "command": "click", + "target": "css=.text-left:nth-child(3)", "targets": [ - ["css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/forceAuthn.parent']/label", "xpath:idRelative"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["css=.text-left:nth-child(3)", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[3]", "xpath:idRelative"], + ["xpath=//button[3]", "xpath:position"], + ["xpath=//button[contains(.,'Attributes')]", "xpath:innerText"] ], "value": "" }, { "id": "1c315922-1f5a-43a5-97fd-1767f3392471", "comment": "", "command": "click", - "target": "css=tr:nth-child(5) .custom-control-label", + "target": "id=root_attributeRelease_4", "targets": [ - ["css=tr:nth-child(5) .custom-control-label", "css:finder"], - ["xpath=//tr[5]/td[2]/fieldset/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Toggle givenName')]", "xpath:innerText"] + ["id=root_attributeRelease_4", "id"], + ["css=#root_attributeRelease_4", "css:finder"], + ["xpath=//input[@id='root_attributeRelease_4']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/fieldset/table/tbody/tr[5]/td[2]/fieldset/div/div/input", "xpath:idRelative"], + ["xpath=//tr[5]/td[2]/fieldset/div/div/input", "xpath:position"] ], "value": "" }, { "id": "9569fc2c-5b8d-4724-bf1c-5a2a9af253bd", "comment": "", "command": "click", - "target": "css=tr:nth-child(9) .custom-control-label", + "target": "id=root_attributeRelease_8", "targets": [ - ["css=tr:nth-child(9) .custom-control-label", "css:finder"], - ["xpath=//tr[9]/td[2]/fieldset/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Toggle eduPersonEntitlement')]", "xpath:innerText"] + ["id=root_attributeRelease_8", "id"], + ["css=#root_attributeRelease_8", "css:finder"], + ["xpath=//input[@id='root_attributeRelease_8']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/fieldset/table/tbody/tr[9]/td[2]/fieldset/div/div/input", "xpath:idRelative"], + ["xpath=//tr[9]/td[2]/fieldset/div/div/input", "xpath:position"] ], "value": "" }, { "id": "f2cfdab4-af65-45b5-b62a-56935ae15637", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -585,14 +660,20 @@ "id": "471c00e2-52d8-4cf7-a071-00b50c98bf9e", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "8b0dfae1-5e58-4943-ae62-cad5d32ea203", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field37", "name"], @@ -605,73 +686,77 @@ "id": "ec49b089-a390-4cff-904f-363d3a57cb76", "comment": "", "command": "click", - "target": "id=/nameIdFormatFilterTarget.valuedd", + "target": "id=dropdown-", "targets": [ - ["id=/nameIdFormatFilterTarget.valuedd", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/nameIdFormatFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-", "id"], + ["css=#dropdown-", "css:finder"], + ["xpath=//button[@id='dropdown-']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { "id": "56abaabc-0c96-428c-9070-62a79ba90c6c", "comment": "", "command": "click", - "target": "linkText=Entity ID", + "target": "css=.show > .dropdown-item:nth-child(1)", "targets": [ - ["linkText=Entity ID", "linkText"], ["css=.show > .dropdown-item:nth-child(1)", "css:finder"], - ["xpath=//a[contains(text(),'Entity ID')]", "xpath:link"], - ["xpath=//a[contains(@href, '#')]", "xpath:href"], - ["xpath=//div/div/a", "xpath:position"], - ["xpath=//a[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=(//button[@type='button'])[14]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { "id": "3f8bc2f3-ee80-410f-aa5d-33aea08bf991", "comment": "", "command": "type", - "target": "id=/nameIdFormatFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ - ["id=/nameIdFormatFilterTarget.target", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/nameIdFormatFilterTarget.target']", "xpath:attributes"], - ["xpath=//div[@id='-container']/div/input", "xpath:idRelative"], - ["xpath=//div/div/input", "xpath:position"] + ["css=.rbt-input-main", "css:finder"], + ["xpath=(//input[@value=''])[2]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "unicon" }, { "id": "7129e60b-fecc-436f-b055-0f377ade83f8", "comment": "", "command": "click", - "target": "css=.btn-success:nth-child(1)", + "target": "css=.btn-success", "targets": [ - ["css=.btn-success:nth-child(1)", "css:finder"], - ["xpath=//div[2]/button", "xpath:position"], - ["xpath=//button[contains(.,'Add Entity ID')]", "xpath:innerText"] + ["css=.btn-success", "css:finder"], + ["xpath=(//button[@type='button'])[19]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add Entity ID  ')]", "xpath:innerText"] ], "value": "" }, { "id": "93a29942-d580-412b-b151-9961fd1495d0", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "c0ab05f8-13f7-4e4a-bf02-2118629eca43", "comment": "", "command": "click", - "target": "css=.btn-success > translate-i18n", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=.btn-success > translate-i18n", "css:finder"], - ["xpath=//array-component/div/div/button/translate-i18n", "xpath:position"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { @@ -685,13 +770,13 @@ "id": "028122a4-7a5c-4ee9-afb9-5f7d491cc9bd", "comment": "", "command": "click", - "target": "css=.input-group-append > .btn", + "target": "css=.array-add-button", "targets": [ - ["css=.input-group-append > .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/formats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { @@ -701,29 +786,45 @@ "target": "500", "targets": [], "value": "" + }, { + "id": "ec3cdf6e-0fc8-49b1-a7c4-1a7db14729a3", + "comment": "", + "command": "click", + "target": "css=.toggle-button", + "targets": [ + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] + ], + "value": "" }, { "id": "e50612f4-b0e4-4749-99ec-5c67e66cd398", "comment": "", "command": "click", - "target": "id=/formats/0__option--1", + "target": "id=option-selector-root_formats_0-item-1", "targets": [ - ["id=/formats/0__option--1", "id"], - ["css=#\\/formats\\/0__option--1", "css:finder"], - ["xpath=//li[@id='/formats/0__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/0__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_formats_0-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_formats_0-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_0-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_0']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "952930b1-160e-42cd-9be5-c44f397a1451", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -778,12 +879,15 @@ "id": "d49c5a8e-35f3-4498-a53b-2b03fcc79552", "comment": "", "command": "click", - "target": "css=.nav-item translate-i18n", + "target": "linkText=Dashboard", "targets": [ - ["css=.nav-item translate-i18n", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a/translate-i18n", "xpath:idRelative"], - ["xpath=//a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Dashboard')]", "xpath:innerText"] + ["linkText=Dashboard", "linkText"], + ["css=.nav-link:nth-child(3)", "css:finder"], + ["xpath=//a[contains(text(),'Dashboard')]", "xpath:link"], + ["xpath=//div[@id='basic-navbar-nav']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], + ["xpath=//nav/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] ], "value": "" }, { @@ -832,12 +936,13 @@ "id": "73335934-98c5-4427-9e05-13ddc7f00432", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "css=.mb-4:nth-child(3) .edit-link", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["css=.mb-4:nth-child(3) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -848,49 +953,23 @@ "targets": [], "value": "" }, { - "id": "cc66db21-0f0b-4d85-8ce6-775c3e58de89", - "comment": "", - "command": "click", - "target": "css=tr:nth-child(1) a", - "targets": [ - ["linkText=Sep 25, 2019 22:44:09 (Current)", "linkText"], - ["css=tr:nth-child(1) a", "css:finder"], - ["xpath=//a[contains(@href, '/metadata/provider/c90805c1-6468-4164-b9f1-fad547d31232/configuration/options')]", "xpath:href"], - ["xpath=//td[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Sep 25, 2019 22:44:09 (Current)')]", "xpath:innerText"] - ], - "value": "" - }, { - "id": "0aab0bfa-7866-41ea-a58c-9b6e8fb52bbc", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" - }, { - "id": "976c8149-9620-490c-887b-a23226619f0d", + "id": "d8d952d1-185d-416f-be13-fdbc87296c69", "comment": "", - "command": "click", - "target": "css=.mb-4:nth-child(1) .actions span", + "command": "type", + "target": "id=root_name", "targets": [ - ["css=.mb-4:nth-child(1) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//div/button/span", "xpath:position"], - ["xpath=//span[contains(.,'Edit')]", "xpath:innerText"] + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" - }, { - "id": "6796aa25-00fa-4cf2-9a74-0c0aa6151863", - "comment": "", - "command": "pause", - "target": "2000", - "targets": [], - "value": "" }, { "id": "0362fb34-4886-4f0d-8190-e006dc46df7c", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field61", "name"], @@ -899,28 +978,37 @@ ["xpath=//input", "xpath:position"] ], "value": "Filesystem Metadata Provider V2" + }, { + "id": "c65164cd-76e4-464e-ad58-b2961b1facf2", + "comment": "", + "command": "click", + "target": "id=root_xmlId", + "targets": [], + "value": "" }, { "id": "9d0539c7-e34c-4229-bbcf-d2c9fd499db4", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ - ["id=/xmlId", "id"], - ["name=field64", "name"], - ["css=#\\/xmlId", "css:finder"], - ["xpath=//input[@id='/xmlId']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/input", "xpath:position"] ], "value": "123456" }, { "id": "93d98797-5117-4aca-ace8-c6c7e79976ee", "comment": "", "command": "click", - "target": "css=.btn-info > translate-i18n", + "target": "css=.btn-info", "targets": [ - ["css=.btn-info > translate-i18n", "css:finder"], - ["xpath=//div[2]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -934,10 +1022,10 @@ "id": "a5885119-3102-4d0a-a0ea-d5517a94c6d8", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(1) .text-truncate", + "target": "css=div:nth-child(2) > div:nth-child(1) > .d-flex > .text-truncate", "targets": [ - ["css=.d-block > primitive-property:nth-child(1) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:idRelative"], + ["css=div:nth-child(2) > div:nth-child(1) > .d-flex > .text-truncate", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div/div/span[2]", "xpath:idRelative"], ["xpath=//div/span[2]", "xpath:position"] ], "value": "Filesystem Metadata Provider V2" diff --git a/backend/src/integration/resources/SHIBUI-1364-3.side b/backend/src/integration/resources/SHIBUI-1364-3.side index 81490d195..b5ba454f3 100644 --- a/backend/src/integration/resources/SHIBUI-1364-3.side +++ b/backend/src/integration/resources/SHIBUI-1364-3.side @@ -41,51 +41,59 @@ "id": "185a1e41-d3a3-4627-aae2-7f05059e9c7d", "comment": "", "command": "click", - "target": "name=submit", + "target": "css=.btn", "targets": [ - ["name=submit", "name"], - ["css=td:nth-child(1) > input", "css:finder"], - ["xpath=//input[@name='submit']", "xpath:attributes"], - ["xpath=//tr[3]/td/input", "xpath:position"] + ["css=.btn", "css:finder"], + ["xpath=//button[@type='submit']", "xpath:attributes"], + ["xpath=//button", "xpath:position"], + ["xpath=//button[contains(.,'Sign in')]", "xpath:innerText"] ], "value": "" }, { "id": "94e01321-ac2d-427f-89a5-7f816cea0f00", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "c65500ae-3b08-4c22-8c88-b4116d6e0c9b", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "c5ec3177-5a66-4901-a644-8c6cfbb99254", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "d093ad38-ab2d-4441-a60b-2c094d6938f9", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field4", "name"], @@ -98,15 +106,15 @@ "id": "aac150b1-6140-476b-8bdb-ebb83a14812d", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ - ["id=/type", "id"], - ["name=field2", "name"], - ["css=#\\/type", "css:finder"], - ["xpath=//select[@id='/type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=LocalDynamicMetadataProvider" + "value": "label=LocalDynamicMetadataResolver" }, { "id": "7a60cb3c-ed3c-495c-8329-2fe52e72cceb", "comment": "", @@ -121,14 +129,20 @@ "id": "8cbc5dce-126e-4fb6-afcd-9651d9be6ba2", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "c140099c-f6e3-4600-92b3-5b97e07a95ee", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=/xmlId", "id"], ["name=field7", "name"], @@ -141,13 +155,13 @@ "id": "e2e3a3e4-196c-483d-ac52-de4027636a05", "comment": "", "command": "type", - "target": "id=/sourceDirectory", + "target": "id=root_sourceDirectory", "targets": [ - ["id=/sourceDirectory", "id"], - ["name=field8", "name"], - ["css=#\\/sourceDirectory", "css:finder"], - ["xpath=//input[@id='/sourceDirectory']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_sourceDirectory", "id"], + ["css=#root_sourceDirectory", "css:finder"], + ["xpath=//input[@id='root_sourceDirectory']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] ], "value": "%{idp.home}/foo" }, { @@ -164,12 +178,12 @@ "id": "0586f02c-c210-4e44-9a86-3e914bc94f3b", "comment": "", "command": "type", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/dynamicMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field11", "name"], - ["css=#\\/dynamicMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], + ["id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=.mb-0 > #root_dynamicMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "0.5" @@ -184,13 +198,12 @@ "id": "1a8a9dcf-9c6b-4802-8483-981d14131346", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/minCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -204,14 +217,16 @@ "id": "443a9cfc-17c8-49da-9d87-bfabda8fd0b6", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/minCacheDuration__option--0", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "targets": [ - ["id=/dynamicMetadataResolverAttributes/minCacheDuration__option--0", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration__option--0", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/minCacheDuration__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/minCacheDuration__listbox']/li", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li", "xpath:position"], - ["xpath=//li[contains(.,'PT0S')]", "xpath:innerText"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "id"], + ["linkText=PT0S", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'PT0S')]", "xpath:innerText"] ], "value": "" }, { @@ -225,12 +240,12 @@ "id": "84f35d35-ea9c-4a06-aaec-bee1c1922aec", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", + "target": "css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -244,13 +259,16 @@ "id": "c03be15d-ee34-4cd1-bac9-c52e3baa70a3", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--2", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--2", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration__option--2", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { @@ -264,12 +282,12 @@ "id": "f0cdfbcf-46e2-4013-b085-0730b0127842", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", + "target": "css=.row:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[12]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[4]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -283,25 +301,29 @@ "id": "dd663319-7eef-4301-a0d4-24d9583eab7f", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--1", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--1", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData__option--1", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { "id": "25ed1d75-be93-4e20-88ba-57d8ae7bf053", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/removeIdleEntityData.false", + "target": "id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "targets": [ - ["id=/dynamicMetadataResolverAttributes/removeIdleEntityData.false", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/removeIdleEntityData\\.false", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/removeIdleEntityData.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "id"], + ["css=#root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_removeIdleEntityData-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[5]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { @@ -315,12 +337,12 @@ "id": "54df6d88-1a85-407f-935a-a016f5952a93", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", + "target": "css=.row:nth-child(6) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(6) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -334,13 +356,16 @@ "id": "e7f2439a-e9a1-4b23-b0b9-d992f5b477d4", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval__option--3", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { @@ -357,12 +382,13 @@ "id": "d02ae356-8086-4794-97ba-980fc75cca79", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div[@id='/enabled.parent']/label", "xpath:idRelative"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Metadata Provider?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -379,24 +405,29 @@ "id": "feb08e76-e553-4505-bffe-07f3e77206d0", "comment": "", "command": "click", - "target": "css=.btn:nth-child(2)", + "target": "linkText=Local Dynamic Metadata Provider", "targets": [ - ["css=.btn:nth-child(2) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/button/translate-i18n", "xpath:idRelative"], - ["xpath=//div/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Filters')]", "xpath:innerText"] + ["linkText=Local Dynamic Metadata Provider", "linkText"], + ["css=tr:nth-child(2) a", "css:finder"], + ["xpath=//a[contains(text(),'Local Dynamic Metadata Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr[2]/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2895bcd1-615c-4fa7-9e47-e2c2284014dd/configuration/options')]", "xpath:href"], + ["xpath=//tr[2]/td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Local Dynamic Metadata Provider')]", "xpath:innerText"] ], "value": "" }, { "id": "2afa209b-d09b-468e-8cc3-d549abb3be4a", "comment": "", "command": "click", - "target": "css=#filters .actions span", + "target": "linkText=Add Filter", "targets": [ - ["css=#filters .actions span", "css:finder"], - ["xpath=//div[@id='filters']/div/div/a/span", "xpath:idRelative"], - ["xpath=//div/a/span", "xpath:position"], - ["xpath=//span[contains(.,'Add Filter')]", "xpath:innerText"] + ["linkText=Add Filter", "linkText"], + ["css=#filters .btn", "css:finder"], + ["xpath=//div[@id='filters']/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2895bcd1-615c-4fa7-9e47-e2c2284014dd/filter/new')]", "xpath:href"], + ["xpath=//div[3]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Add Filter')]", "xpath:innerText"] ], "value": "" }, { @@ -404,30 +435,31 @@ "comment": "", "command": "select", "target": "name=type", - "targets": [], + "targets": [ + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/div/div/form/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] + ], "value": "label=EntityAttributes" }, { "id": "5f1229fb-9185-40cf-bd65-76435d93d7df", "comment": "", - "command": "click", + "command": "//click", "target": "css=option:nth-child(2)", - "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='EntityAttributes']", "xpath:attributes"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'EntityAttributes')]", "xpath:innerText"] - ], + "targets": [], "value": "" }, { "id": "03f838cb-2aea-40fa-b549-8263aa2046cf", "comment": "", "command": "click", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field20", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "" @@ -435,7 +467,7 @@ "id": "ad127dfe-2cae-4693-b65f-e35c0655e9eb", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field20", "name"], @@ -448,20 +480,19 @@ "id": "0065c161-84c6-4cd0-8b69-b257ec572915", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ - ["id=/entityAttributesFilterTarget.target", "id"], - ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/entityAttributesFilterTarget.target']", "xpath:attributes"], - ["xpath=//div[@id='-container']/div/input", "xpath:idRelative"], - ["xpath=//div/div/input", "xpath:position"] + ["css=.rbt-input-main", "css:finder"], + ["xpath=(//input[@value=''])[2]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "15d90ee0-b1cc-4fae-abec-ae80d93db1c1", "comment": "", "command": "type", - "target": "id=/entityAttributesFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ ["id=/entityAttributesFilterTarget.target", "id"], ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], @@ -474,67 +505,72 @@ "id": "1d754809-177b-47f9-98e6-5e757713d834", "comment": "", "command": "click", - "target": "css=.btn-success:nth-child(1)", + "target": "css=.btn-success", "targets": [ - ["css=.btn-success:nth-child(1)", "css:finder"], - ["xpath=//div[2]/button", "xpath:position"], - ["xpath=//button[contains(.,'Add Entity ID')]", "xpath:innerText"] + ["css=.btn-success", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add Entity ID  ')]", "xpath:innerText"] ], "value": "" }, { "id": "72c2bc1d-f96f-497b-bbd8-b2e254fae6b6", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "1e74f318-f78c-4e64-8ac7-fc999df0dd19", + "id": "8048dafc-6cfe-4370-8742-786d3457eccc", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=#\\/relyingPartyOverrides\\/turnOffEncryption\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/turnOffEncryption.parent']/label", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Turn off Encryption of Response?')]", "xpath:innerText"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { - "id": "d05f7295-35b2-42ba-98d0-1c9673846190", + "id": "1e74f318-f78c-4e64-8ac7-fc999df0dd19", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/useSha\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_turnOffEncryption", "targets": [ - ["css=#\\/relyingPartyOverrides\\/useSha\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/useSha.parent']/label", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Use SHA1 Signing Algorithm?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_turnOffEncryption", "id"], + ["css=#root_relyingPartyOverrides_turnOffEncryption", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_turnOffEncryption']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "82bbe8c4-e66c-470d-bdf6-9cd3337b4a3e", + "id": "d05f7295-35b2-42ba-98d0-1c9673846190", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_useSha", "targets": [ - ["id=/relyingPartyOverrides/responderId", "id"], - ["name=field33", "name"], - ["css=#\\/relyingPartyOverrides\\/responderId", "css:finder"], - ["xpath=//input[@id='/relyingPartyOverrides/responderId']", "xpath:attributes"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_relyingPartyOverrides_useSha", "id"], + ["css=#root_relyingPartyOverrides_useSha", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_useSha']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[4]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "2e4c1077-cd2f-4298-969f-e945e2d68636", "comment": "", "command": "type", - "target": "id=/relyingPartyOverrides/responderId", + "target": "id=root_relyingPartyOverrides_responderId", "targets": [ ["id=/relyingPartyOverrides/responderId", "id"], ["name=field33", "name"], @@ -544,76 +580,76 @@ ], "value": "responder" }, { - "id": "14785e6f-8ab8-47e0-b16e-8e736638d8c8", + "id": "3e162911-9775-4d01-8802-63f5638c7cba", "comment": "", "command": "click", - "target": "css=div:nth-child(9) .d-flex > .btn", + "target": "css=.row:nth-child(9) .array-add-button", "targets": [ - ["css=div:nth-child(9) .d-flex > .btn", "css:finder"], - ["xpath=//div[9]/sf-form-element/div/sf-widget-chooser/array-component/div/div/button", "xpath:position"] + ["css=.row:nth-child(9) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[20]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[9]/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "1e7c0ceb-f555-497d-a465-92df7d67b40a", + "id": "a9c5ad9d-05ab-4b47-9e0d-c4e81d28c87e", "comment": "", "command": "pause", "target": "500", "targets": [], "value": "" }, { - "id": "3e162911-9775-4d01-8802-63f5638c7cba", + "id": "17e961f9-8e47-434b-a0a8-e023e20cf4c8", "comment": "", "command": "click", - "target": "css=.input-group-append > .btn", + "target": "css=.toggle-button", "targets": [ - ["css=.input-group-append > .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/authenticationMethods/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[22]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[9]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" - }, { - "id": "a9c5ad9d-05ab-4b47-9e0d-c4e81d28c87e", - "comment": "", - "command": "pause", - "target": "500", - "targets": [], - "value": "" }, { "id": "ab2594b3-45a8-43f7-885b-270239a46628", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/authenticationMethods/0__option--0", + "target": "id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "targets": [ - ["id=/relyingPartyOverrides/authenticationMethods/0__option--0", "id"], - ["css=#\\/relyingPartyOverrides\\/authenticationMethods\\/0__option--0", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/authenticationMethods/0__option--0']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/authenticationMethods/0__listbox']/li", "xpath:idRelative"], - ["xpath=//datalist-component/div/auto-complete/div/ul/li", "xpath:position"] + ["id=option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "id"], + ["linkText=https://refeds.org/profile/mfa", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0-item-0']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_authenticationMethods_0']/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '#')]", "xpath:href"], + ["xpath=//div[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'https://refeds.org/profile/mfa')]", "xpath:innerText"] ], "value": "" }, { "id": "dd4e22ff-aa54-40c0-b5c2-6a5b79845062", "comment": "", "command": "click", - "target": "css=.fa-check", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=.fa-check", "css:finder"], - ["xpath=//button[@id='/attributeRelease.checkall']/i", "xpath:idRelative"], - ["xpath=//td[2]/button/i", "xpath:position"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "1c4c90ac-b644-4033-8ebc-07a8cd1bdbdd", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -683,14 +719,20 @@ "id": "a058bf22-7d07-4850-8004-8a85a2016d25", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "8a94f318-76bb-49f1-90d5-b2dcbcb1ff80", "comment": "", "command": "click", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field40", "name"], @@ -703,7 +745,7 @@ "id": "9bd2419e-c4f5-4dd2-9fb8-278d70be987b", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field40", "name"], @@ -723,13 +765,14 @@ "id": "9b9d7604-7025-4ccb-bb95-862f57f696f1", "comment": "", "command": "click", - "target": "id=/nameIdFormatFilterTarget.valuedd", + "target": "id=dropdown-", "targets": [ - ["id=/nameIdFormatFilterTarget.valuedd", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/nameIdFormatFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-", "id"], + ["css=#dropdown-", "css:finder"], + ["xpath=//button[@id='dropdown-']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { @@ -743,14 +786,13 @@ "id": "9e84c57f-c33d-48f8-85ac-ed50751eb37b", "comment": "", "command": "click", - "target": "linkText=Regex", + "target": "css=.show > .dropdown-item:nth-child(2)", "targets": [ - ["linkText=Regex", "linkText"], - ["css=.dropdown-item:nth-child(2)", "css:finder"], - ["xpath=//a[contains(text(),'Regex')]", "xpath:link"], - ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], - ["xpath=//div/div/a[2]", "xpath:position"], - ["xpath=//a[contains(.,'Regex')]", "xpath:innerText"] + ["css=.show > .dropdown-item:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/div/button[2]", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Regex')]", "xpath:innerText"] ], "value": "" }, { @@ -764,30 +806,40 @@ "id": "f3bc22e2-0e3a-4d58-b992-31d687148c57", "comment": "", "command": "sendKeys", - "target": "id=/nameIdFormatFilterTarget.target", - "targets": [], + "target": "id=targetInput", + "targets": [ + ["id=targetInput", "id"], + ["name=script", "name"], + ["css=#targetInput", "css:finder"], + ["xpath=//input[@id='targetInput']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] + ], "value": "/foo.*/" }, { "id": "343b40b9-87df-46ab-b3ef-285e4e5ed784", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "6ce98c83-68b8-45c0-834e-cc40af11fc29", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { @@ -801,13 +853,25 @@ "id": "a7aa04e7-b909-42cf-85ed-adbff0adefce", "comment": "", "command": "click", - "target": "css=.input-group-append > .btn", + "target": "css=.array-add-button", "targets": [ - ["css=.input-group-append > .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/formats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] + ], + "value": "" + }, { + "id": "fff5a62d-900b-4025-9c54-d4bf974fe8e0", + "comment": "", + "command": "click", + "target": "css=.toggle-button", + "targets": [ + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[13]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -821,25 +885,29 @@ "id": "8b7b79fd-2405-4ab6-8f91-4906f663cd1e", "comment": "", "command": "click", - "target": "id=/formats/0__option--1", + "target": "id=option-selector-root_formats_0-item-1", "targets": [ - ["id=/formats/0__option--1", "id"], - ["css=#\\/formats\\/0__option--1", "css:finder"], - ["xpath=//li[@id='/formats/0__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/formats/0__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"] + ["id=option-selector-root_formats_0-item-1", "id"], + ["linkText=urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "linkText"], + ["css=#option-selector-root_formats_0-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_formats_0-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_formats_0']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')]", "xpath:innerText"] ], "value": "" }, { "id": "6d4c2c20-0855-4cdf-8e4d-dbbd6afb328b", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -911,12 +979,15 @@ "id": "45fe6404-6af7-4be0-8f21-2dcf378d0060", "comment": "", "command": "click", - "target": "css=.nav-item translate-i18n", + "target": "linkText=Dashboard", "targets": [ - ["css=.nav-item translate-i18n", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a/translate-i18n", "xpath:idRelative"], - ["xpath=//a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Dashboard')]", "xpath:innerText"] + ["linkText=Dashboard", "linkText"], + ["css=.nav-link:nth-child(3)", "css:finder"], + ["xpath=//a[contains(text(),'Dashboard')]", "xpath:link"], + ["xpath=//div[@id='basic-navbar-nav']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], + ["xpath=//nav/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] ], "value": "" }, { @@ -965,12 +1036,13 @@ "id": "547788c6-8ba2-4edc-8add-8ff24d6805b8", "comment": "", "command": "click", - "target": "css=.mb-4:nth-child(1) .actions span", + "target": "css=.mb-4:nth-child(3) .edit-link", "targets": [ - ["css=.mb-4:nth-child(1) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//div/button/span", "xpath:position"], - ["xpath=//span[contains(.,'Edit')]", "xpath:innerText"] + ["css=.mb-4:nth-child(3) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -980,41 +1052,57 @@ "target": "3000", "targets": [], "value": "" + }, { + "id": "01acf33e-4693-40ea-8217-7c275806d5ef", + "comment": "", + "command": "type", + "target": "id=root_name", + "targets": [], + "value": "" }, { "id": "2383637f-14ad-407d-82cd-49d36f218ee0", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field62", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["id=root_name", "id"], + ["css=.mb-0 > #root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Local Dynamic Metadata Provider V2" + }, { + "id": "a9ce8daa-ce77-48b6-8f6e-2dce2f1e468c", + "comment": "", + "command": "type", + "target": "id=root_xmlId", + "targets": [], + "value": "" }, { "id": "31561081-f7d8-4fc5-90a2-a216da79b8a6", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ - ["id=/xmlId", "id"], - ["name=field65", "name"], - ["css=#\\/xmlId", "css:finder"], - ["xpath=//input[@id='/xmlId']", "xpath:attributes"], - ["xpath=//fieldset[2]/div/div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/input", "xpath:position"] ], "value": "123456" }, { "id": "c988660e-6608-4ca4-814a-f1e3bd6a4347", "comment": "", "command": "click", - "target": "css=.btn-info > translate-i18n", + "target": "css=.btn-info", "targets": [ - ["css=.btn-info > translate-i18n", "css:finder"], - ["xpath=//div[2]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1028,12 +1116,14 @@ "id": "add10378-ed96-4fc2-bd50-5ace327bb698", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=div:nth-child(1) > .btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/e6527f5e-ac1c-4490-ac9e-f07603248b91/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div[2]/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -1068,11 +1158,13 @@ "id": "e0aa8d5c-d81c-4d4a-ac51-1d3511065d97", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.btn-primary", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//history-list/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Compare Selected')]", "xpath:innerText"] + ["css=.btn-primary", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Compare Selected(2)')]", "xpath:innerText"] ], "value": "" }, { diff --git a/backend/src/integration/resources/SHIBUI-1364-4.side b/backend/src/integration/resources/SHIBUI-1364-4.side index c088ae27d..e201417e5 100644 --- a/backend/src/integration/resources/SHIBUI-1364-4.side +++ b/backend/src/integration/resources/SHIBUI-1364-4.side @@ -41,51 +41,84 @@ "id": "185a1e41-d3a3-4627-aae2-7f05059e9c7d", "comment": "", "command": "click", - "target": "name=submit", + "target": "css=.btn", "targets": [ - ["name=submit", "name"], - ["css=td:nth-child(1) > input", "css:finder"], - ["xpath=//input[@name='submit']", "xpath:attributes"], - ["xpath=//tr[3]/td/input", "xpath:position"] + ["css=.btn", "css:finder"], + ["xpath=//button[@type='submit']", "xpath:attributes"], + ["xpath=//button", "xpath:position"], + ["xpath=//button[contains(.,'Sign in')]", "xpath:innerText"] ], "value": "" + }, { + "id": "c3651d7b-1023-42c2-8093-36d348343857", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "739af002-e255-4a84-864c-086f2874a83f", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [ + ["css=body", "css:finder"], + ["xpath=//body", "xpath:position"], + ["xpath=//body[contains(.,'yes, you did it')]", "xpath:innerText"] + ], + "value": "yes, you did it" + }, { + "id": "4ebf9f2c-3a68-441b-910d-8998c6994781", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "94e01321-ac2d-427f-89a5-7f816cea0f00", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "c65500ae-3b08-4c22-8c88-b4116d6e0c9b", "comment": "", "command": "click", - "target": "linkText=Metadata Provider", + "target": "linkText=Add a new metadata provider", "targets": [ - ["linkText=Metadata Provider", "linkText"], - ["css=.nav-link:nth-child(2)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a[2]", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[3]", "xpath:href"], - ["xpath=//a[2]", "xpath:position"] + ["linkText=Add a new metadata provider", "linkText"], + ["css=.text-primary:nth-child(2)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata provider')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a[2]", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/new')]", "xpath:href"], + ["xpath=//a[2]", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"] ], "value": "" }, { "id": "c5ec3177-5a66-4901-a644-8c6cfbb99254", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "name=name", + "targets": [ + ["name=name", "name"], + ["css=.form-control", "css:finder"], + ["xpath=//input[@name='name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "d093ad38-ab2d-4441-a60b-2c094d6938f9", "comment": "", "command": "type", - "target": "id=/name", + "target": "name=name", "targets": [ ["id=/name", "id"], ["name=field4", "name"], @@ -98,15 +131,15 @@ "id": "aac150b1-6140-476b-8bdb-ebb83a14812d", "comment": "", "command": "select", - "target": "id=/type", + "target": "name=type", "targets": [ - ["id=/type", "id"], - ["name=field2", "name"], - ["css=#\\/type", "css:finder"], - ["xpath=//select[@id='/type']", "xpath:attributes"], + ["name=type", "name"], + ["css=.custom-select", "css:finder"], + ["xpath=//select[@name='type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div/div/form/div[2]/select", "xpath:idRelative"], ["xpath=//select", "xpath:position"] ], - "value": "label=DynamicHttpMetadataProvider" + "value": "label=DynamicHttpMetadataResolver" }, { "id": "7a60cb3c-ed3c-495c-8329-2fe52e72cceb", "comment": "", @@ -121,14 +154,20 @@ "id": "8cbc5dce-126e-4fb6-afcd-9651d9be6ba2", "comment": "", "command": "waitForElementVisible", - "target": "id=/xmlId", - "targets": [], + "target": "id=root_xmlId", + "targets": [ + ["id=root_xmlId", "id"], + ["css=#root_xmlId", "css:finder"], + ["xpath=//input[@id='root_xmlId']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "c140099c-f6e3-4600-92b3-5b97e07a95ee", "comment": "", "command": "type", - "target": "id=/xmlId", + "target": "id=root_xmlId", "targets": [ ["id=/xmlId", "id"], ["name=field7", "name"], @@ -141,40 +180,33 @@ "id": "d8716eae-bb36-42ae-b505-2626c5a8c377", "comment": "", "command": "select", - "target": "id=/metadataRequestURLConstructionScheme/type", - "targets": [], - "value": "label=MetadataQueryProtocol" - }, { - "id": "326f3387-12c8-4294-843c-182fd8d06c46", - "comment": "", - "command": "click", - "target": "css=option:nth-child(2)", + "target": "id=root_metadataRequestURLConstructionScheme_@type", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: MetadataQueryProtocol']", "xpath:attributes"], - ["xpath=//select[@id='/metadataRequestURLConstructionScheme/type']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'MetadataQueryProtocol')]", "xpath:innerText"] + ["id=root_metadataRequestURLConstructionScheme_@type", "id"], + ["css=#root_metadataRequestURLConstructionScheme_\\@type", "css:finder"], + ["xpath=//select[@id='root_metadataRequestURLConstructionScheme_@type']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], - "value": "" + "value": "label=MetadataQueryProtocol" }, { "id": "516d7e81-3672-4dd7-811b-70ee38c21e52", "comment": "", "command": "click", - "target": "id=/metadataRequestURLConstructionScheme/content", + "target": "id=root_metadataRequestURLConstructionScheme_content", "targets": [ - ["id=/metadataRequestURLConstructionScheme/content", "id"], - ["name=field10", "name"], - ["css=#\\/metadataRequestURLConstructionScheme\\/content", "css:finder"], - ["xpath=//input[@id='/metadataRequestURLConstructionScheme/content']", "xpath:attributes"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_metadataRequestURLConstructionScheme_content", "id"], + ["css=#root_metadataRequestURLConstructionScheme_content", "css:finder"], + ["xpath=//input[@id='root_metadataRequestURLConstructionScheme_content']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[2]/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "7b60ce4c-a16c-4bc5-9d9c-999f9fc6b197", "comment": "", "command": "type", - "target": "id=/metadataRequestURLConstructionScheme/content", + "target": "id=root_metadataRequestURLConstructionScheme_content", "targets": [ ["id=/metadataRequestURLConstructionScheme/content", "id"], ["name=field10", "name"], @@ -187,24 +219,26 @@ "id": "cd0d4f15-2193-4814-8e72-f38d9d2221e2", "comment": "", "command": "click", - "target": "id=/requireValidMetadata.false", + "target": "id=root_requireValidMetadata-No", "targets": [ - ["id=/requireValidMetadata.false", "id"], - ["css=#\\/requireValidMetadata\\.false", "css:finder"], - ["xpath=//input[@id='/requireValidMetadata.false']", "xpath:attributes"], - ["xpath=//div[2]/label/input", "xpath:position"] + ["id=root_requireValidMetadata-No", "id"], + ["css=#root_requireValidMetadata-No", "css:finder"], + ["xpath=//input[@id='root_requireValidMetadata-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[3]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] ], "value": "" }, { "id": "3b83fa2b-147f-4b7b-9b30-44c28b07576e", "comment": "", "command": "click", - "target": "id=/failFastInitialization.false", + "target": "id=root_failFastInitialization-No", "targets": [ - ["id=/failFastInitialization.false", "id"], - ["css=#\\/failFastInitialization\\.false", "css:finder"], - ["xpath=//input[@id='/failFastInitialization.false']", "xpath:attributes"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_failFastInitialization-No", "id"], + ["css=#root_failFastInitialization-No", "css:finder"], + ["xpath=//input[@id='root_failFastInitialization-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[3]/div[4]/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { @@ -220,21 +254,15 @@ }, { "id": "30565900-4c02-4cb0-9d5a-c980349307ea", "comment": "", - "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", - "targets": [ - ["id=/dynamicMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field15", "name"], - ["css=#\\/dynamicMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], - ["xpath=//input", "xpath:position"] - ], - "value": "" + "command": "waitForElementVisible", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", + "targets": [], + "value": "30000" }, { "id": "5b6ea5bf-d5c1-4d5e-bc15-ffabf67f74ec", "comment": "", "command": "type", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "targets": [ ["id=/dynamicMetadataResolverAttributes/refreshDelayFactor", "id"], ["name=field15", "name"], @@ -254,13 +282,12 @@ "id": "a51172e3-792f-4881-8083-efcb34c63e56", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", + "target": "css=.row:nth-child(2) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[2]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/minCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.row:nth-child(2) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[2]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -274,14 +301,16 @@ "id": "b1ec3405-0d75-45d6-8986-51c2f09c4dc4", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/minCacheDuration__option--1", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "targets": [ - ["id=/dynamicMetadataResolverAttributes/minCacheDuration__option--1", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/minCacheDuration__option--1", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/minCacheDuration__option--1']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/minCacheDuration__listbox']/li[2]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[2]", "xpath:position"], - ["xpath=//li[contains(.,'PT30S')]", "xpath:innerText"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "id"], + ["linkText=PT30S", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration-item-1']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_minCacheDuration']/a[2]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], + ["xpath=//div[2]/a[2]", "xpath:position"], + ["xpath=//a[contains(.,'PT30S')]", "xpath:innerText"] ], "value": "" }, { @@ -295,12 +324,12 @@ "id": "2793bf1b-177b-461f-b06c-0a584ab6eaf0", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", + "target": "css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxCacheDuration-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(3) > .col-12 > .form-group .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[3]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -314,13 +343,16 @@ "id": "87084a6a-8e89-4c00-a3d9-c104107a3ba2", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--3", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxCacheDuration__option--3", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxCacheDuration__option--3", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxCacheDuration__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[3]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxCacheDuration']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { @@ -334,12 +366,12 @@ "id": "4c017bde-e242-4d2f-838e-a2a026e4292b", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", + "target": "css=.row:nth-child(4) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(4) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[12]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[4]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[4]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -353,13 +385,16 @@ "id": "d477fd6a-2c15-4fb6-a199-d49aa495ef94", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "targets": [ - ["id=/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/maxIdleEntityData__option--2", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/maxIdleEntityData__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//div[4]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[3]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_maxIdleEntityData']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { @@ -369,16 +404,29 @@ "target": "500", "targets": [], "value": "" + }, { + "id": "9ef5ccae-f5af-4047-abc6-caa2960c766f", + "comment": "", + "command": "click", + "target": "id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", + "targets": [ + ["id=root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "id"], + ["css=#root_dynamicMetadataResolverAttributes_removeIdleEntityData-No", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_removeIdleEntityData-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[5]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[2]/input", "xpath:position"] + ], + "value": "" }, { "id": "62f7ce3c-5cff-43c6-8ce6-a0e6bf2b2257", "comment": "", "command": "click", - "target": "css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", + "target": "css=.row:nth-child(6) .toggle-button", "targets": [ - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval-container .btn", "css:finder"], - ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], - ["xpath=//div[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval-container']/div/div/button", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/div/div/button", "xpath:position"] + ["css=.row:nth-child(6) .toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[6]/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { @@ -392,33 +440,36 @@ "id": "bf855df4-326e-484e-9022-d2c84e09e6f3", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3", + "target": "id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "targets": [ - ["id=/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/cleanupTaskInterval__option--3", "css:finder"], - ["xpath=//li[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__option--3']", "xpath:attributes"], - ["xpath=//ul[@id='/dynamicMetadataResolverAttributes/cleanupTaskInterval__listbox']/li[4]", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/datalist-component/div/auto-complete/div/ul/li[4]", "xpath:position"] + ["id=option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "id"], + ["linkText=PT10M", "linkText"], + ["css=#option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3", "css:finder"], + ["xpath=//a[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval-item-3']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_dynamicMetadataResolverAttributes_cleanupTaskInterval']/a[4]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[4]", "xpath:href"], + ["xpath=//a[4]", "xpath:position"], + ["xpath=//a[contains(.,'PT10M')]", "xpath:innerText"] ], "value": "" }, { "id": "df2a3e70-d7d3-487b-a205-218e9987b060", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/persistentCacheManagerDirectory", + "target": "id=root_dynamicMetadataResolverAttributes_persistentCacheManagerDirectory", "targets": [ - ["id=/dynamicMetadataResolverAttributes/persistentCacheManagerDirectory", "id"], - ["name=field21", "name"], - ["css=#\\/dynamicMetadataResolverAttributes\\/persistentCacheManagerDirectory", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/persistentCacheManagerDirectory']", "xpath:attributes"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/custom-string/div/input", "xpath:position"] + ["id=root_dynamicMetadataResolverAttributes_persistentCacheManagerDirectory", "id"], + ["css=#root_dynamicMetadataResolverAttributes_persistentCacheManagerDirectory", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_persistentCacheManagerDirectory']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[7]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[7]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "b25d9d91-b8f2-46ad-ac79-cbac34fa3f91", "comment": "", "command": "type", - "target": "id=/dynamicMetadataResolverAttributes/persistentCacheManagerDirectory", + "target": "id=root_dynamicMetadataResolverAttributes_persistentCacheManagerDirectory", "targets": [ ["id=/dynamicMetadataResolverAttributes/persistentCacheManagerDirectory", "id"], ["name=field21", "name"], @@ -431,12 +482,13 @@ "id": "5b546b6b-ee98-4852-8ffd-b95f7e68d954", "comment": "", "command": "click", - "target": "id=/dynamicMetadataResolverAttributes/initializeFromPersistentCacheInBackground.false", + "target": "id=root_dynamicMetadataResolverAttributes_initializeFromPersistentCacheInBackground-No", "targets": [ - ["id=/dynamicMetadataResolverAttributes/initializeFromPersistentCacheInBackground.false", "id"], - ["css=#\\/dynamicMetadataResolverAttributes\\/initializeFromPersistentCacheInBackground\\.false", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/initializeFromPersistentCacheInBackground.false']", "xpath:attributes"], - ["xpath=//div[8]/sf-form-element/div/sf-widget-chooser/boolean-radio/div/div[2]/label/input", "xpath:position"] + ["id=root_dynamicMetadataResolverAttributes_initializeFromPersistentCacheInBackground-No", "id"], + ["css=#root_dynamicMetadataResolverAttributes_initializeFromPersistentCacheInBackground-No", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_initializeFromPersistentCacheInBackground-No']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[4]/div/div/div/div[8]/div/div/div/div/div[2]/input", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div[2]/input", "xpath:position"] ], "value": "" }, { @@ -480,46 +532,49 @@ "id": "22f7bf37-718c-4126-867b-67a383eefff5", "comment": "", "command": "click", - "target": "id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--2", + "target": "id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "targets": [ - ["id=/metadataFilters/RequiredValidUntil/maxValidityInterval__option--2", "id"], - ["css=#\\/metadataFilters\\/RequiredValidUntil\\/maxValidityInterval__option--2", "css:finder"], - ["xpath=//li[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/metadataFilters/RequiredValidUntil/maxValidityInterval__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[3]", "xpath:position"], - ["xpath=//li[contains(.,'PT1M')]", "xpath:innerText"] + ["id=option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "id"], + ["linkText=PT1M", "linkText"], + ["css=#option-selector-root_metadataFilters_0_maxValidityInterval-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_metadataFilters_0_maxValidityInterval-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_metadataFilters_0_maxValidityInterval']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'PT1M')]", "xpath:innerText"] ], "value": "" }, { "id": "5320f384-0881-4e7a-b89f-33a57efb22ba", "comment": "", "command": "click", - "target": "id=/metadataFilters/SignatureValidation/requireSignedRoot", + "target": "id=root_metadataFilters_1_requireSignedRoot", "targets": [ - ["css=#\\/metadataFilters\\/SignatureValidation\\/requireSignedRoot\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/SignatureValidation/requireSignedRoot.parent']/label", "xpath:idRelative"], - ["xpath=//div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Require Signed Root')]", "xpath:innerText"] + ["id=root_metadataFilters_1_requireSignedRoot", "id"], + ["css=#root_metadataFilters_1_requireSignedRoot", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_requireSignedRoot']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "f60a2a6e-2739-4da6-8e94-a5f0e7cf70de", "comment": "", "command": "click", - "target": "id=/metadataFilters/SignatureValidation/certificateFile", + "target": "id=root_metadataFilters_1_certificateFile", "targets": [ - ["id=/metadataFilters/SignatureValidation/certificateFile", "id"], - ["name=field30", "name"], - ["css=#\\/metadataFilters\\/SignatureValidation\\/certificateFile", "css:finder"], - ["xpath=//input[@id='/metadataFilters/SignatureValidation/certificateFile']", "xpath:attributes"], - ["xpath=//custom-string/div/input", "xpath:position"] + ["id=root_metadataFilters_1_certificateFile", "id"], + ["css=#root_metadataFilters_1_certificateFile", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_1_certificateFile']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[2]/div/div/div/div/div/div[3]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "d1402eee-5e5c-4634-ac31-6843ed775bb8", "comment": "", "command": "type", - "target": "id=/metadataFilters/SignatureValidation/certificateFile", + "target": "id=root_metadataFilters_1_certificateFile", "targets": [ ["id=/metadataFilters/SignatureValidation/certificateFile", "id"], ["name=field30", "name"], @@ -532,43 +587,39 @@ "id": "581415bb-bd83-4bc8-9417-da0a9781c7bd", "comment": "", "command": "click", - "target": "css=.btn-success", + "target": "css=.array-add-button", "targets": [ - ["css=.btn-success", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { "id": "6e976ed9-98a5-4e5d-8151-13a6c8498155", "comment": "", "command": "select", - "target": "id=/metadataFilters/EntityRoleWhiteList/retainedRoles/0", - "targets": [], - "value": "label=SPSSODescriptor" - }, { - "id": "4c21b4c9-6f8e-4520-b55c-9b945b97de01", - "comment": "", - "command": "click", - "target": "css=option:nth-child(2)", + "target": "id=root_metadataFilters_2_retainedRoles_0", "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='1: SPSSODescriptor']", "xpath:attributes"], - ["xpath=//select[@id='/metadataFilters/EntityRoleWhiteList/retainedRoles/0']/option[2]", "xpath:idRelative"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'SPSSODescriptor')]", "xpath:innerText"] + ["id=root_metadataFilters_2_retainedRoles_0", "id"], + ["css=#root_metadataFilters_2_retainedRoles_0", "css:finder"], + ["xpath=//select[@id='root_metadataFilters_2_retainedRoles_0']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[2]/div/div/div/div/div/div[2]/div/div/div/div/div/div/select", "xpath:idRelative"], + ["xpath=//select", "xpath:position"] ], - "value": "" + "value": "label=SPSSODescriptor" }, { "id": "b027e53b-bdf7-40e5-a296-6f25eae50732", "comment": "", "command": "click", - "target": "id=/metadataFilters/EntityRoleWhiteList/removeRolelessEntityDescriptors", + "target": "id=root_metadataFilters_2_removeRolelessEntityDescriptors", "targets": [ - ["css=#\\/metadataFilters\\/EntityRoleWhiteList\\/removeRolelessEntityDescriptors\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/metadataFilters/EntityRoleWhiteList/removeRolelessEntityDescriptors.parent']/label", "xpath:idRelative"], - ["xpath=//div[2]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Roleless Entity Descriptors?')]", "xpath:innerText"] + ["id=root_metadataFilters_2_removeRolelessEntityDescriptors", "id"], + ["css=#root_metadataFilters_2_removeRolelessEntityDescriptors", "css:finder"], + ["xpath=//input[@id='root_metadataFilters_2_removeRolelessEntityDescriptors']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[5]/div/div/div/div/div[2]/div[3]/div/div/div/div/div/div[3]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[3]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { @@ -585,12 +636,13 @@ "id": "c4d98111-537a-45a1-9bfd-e8d780a0c0b3", "comment": "", "command": "click", - "target": "css=.custom-control-label", + "target": "id=root_enabled", "targets": [ - ["css=.custom-control-label", "css:finder"], - ["xpath=//div[@id='/enabled.parent']/label", "xpath:idRelative"], - ["xpath=//label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Metadata Provider?')]", "xpath:innerText"] + ["id=root_enabled", "id"], + ["css=#root_enabled", "css:finder"], + ["xpath=//input[@id='root_enabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div/form/div/div/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { @@ -607,21 +659,25 @@ "id": "ae27b108-a2f4-4d4b-b375-b582ccc0ef56", "comment": "", "command": "waitForElementVisible", - "target": "css=.d-block > primitive-property:nth-child(2) .text-truncate", + "target": "linkText=Dynamic Http Metadata Provider", "targets": [ - ["css=.d-block > primitive-property:nth-child(2) .text-truncate", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div[2]/object-property/primitive-property[2]/div/div/span[2]", "xpath:idRelative"], - ["xpath=//primitive-property[2]/div/div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'DynamicHttpMetadataResolver')]", "xpath:innerText"] + ["linkText=Dynamic Http Metadata Provider", "linkText"], + ["css=.align-middle > a", "css:finder"], + ["xpath=//a[contains(text(),'Dynamic Http Metadata Provider')]", "xpath:link"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/7eede370-9063-42fd-898e-f90780a78386/configuration/options')]", "xpath:href"], + ["xpath=//td[2]/a", "xpath:position"], + ["xpath=//a[contains(.,'Dynamic Http Metadata Provider')]", "xpath:innerText"] ], "value": "10000" }, { "id": "8c52471a-70f5-43aa-b670-6f8d22e18668", "comment": "", "command": "assertText", - "target": "css=.d-block > primitive-property:nth-child(2) .text-truncate", + "target": "css=.align-middle:nth-child(3)", "targets": [ - ["css=td:nth-child(3)", "css:finder"], + ["css=.align-middle:nth-child(3)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[3]", "xpath:idRelative"], ["xpath=//td[3]", "xpath:position"], ["xpath=//td[contains(.,'DynamicHttpMetadataResolver')]", "xpath:innerText"] ], @@ -630,7 +686,7 @@ "id": "31a8587f-8ac0-4512-98ec-6cd230dfb0b6", "comment": "", "command": "click", - "target": "css=.btn:nth-child(2) > translate-i18n", + "target": "linkText=Dynamic Http Metadata Provider", "targets": [ ["css=.btn:nth-child(2) > translate-i18n", "css:finder"], ["xpath=//div[@id='navigation']/div/button/translate-i18n", "xpath:idRelative"], @@ -642,12 +698,14 @@ "id": "fb7aea4e-7991-482c-b673-de998c20129c", "comment": "", "command": "click", - "target": "css=#filters .actions span", + "target": "linkText=Add Filter", "targets": [ - ["css=#filters .actions span", "css:finder"], - ["xpath=//div[@id='filters']/div/div/a/span", "xpath:idRelative"], - ["xpath=//div/a/span", "xpath:position"], - ["xpath=//span[contains(.,'Add Filter')]", "xpath:innerText"] + ["linkText=Add Filter", "linkText"], + ["css=#filters .btn", "css:finder"], + ["xpath=//div[@id='filters']/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/7eede370-9063-42fd-898e-f90780a78386/filter/new')]", "xpath:href"], + ["xpath=//div[3]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Add Filter')]", "xpath:innerText"] ], "value": "" }, { @@ -657,30 +715,24 @@ "target": "name=type", "targets": [], "value": "label=EntityAttributes" - }, { - "id": "5d3daf7a-a4e0-4767-a1ef-2416270bfae4", - "comment": "", - "command": "click", - "target": "css=option:nth-child(2)", - "targets": [ - ["css=option:nth-child(2)", "css:finder"], - ["xpath=//option[@value='EntityAttributes']", "xpath:attributes"], - ["xpath=//option[2]", "xpath:position"], - ["xpath=//option[contains(.,'EntityAttributes')]", "xpath:innerText"] - ], - "value": "" }, { "id": "f013d7b6-96c3-4155-ac1e-cff223e5e547", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "10000" }, { "id": "a58e088d-329b-4cfb-949b-eea9fdbdad37", "comment": "", "command": "click", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field39", "name"], @@ -693,7 +745,7 @@ "id": "60177908-3143-407a-8bdf-a045463d5490", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field39", "name"], @@ -706,20 +758,19 @@ "id": "67d52837-5e50-487c-a744-9ee0ea39f5b7", "comment": "", "command": "click", - "target": "id=/entityAttributesFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ - ["id=/entityAttributesFilterTarget.target", "id"], - ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], - ["xpath=//input[@id='/entityAttributesFilterTarget.target']", "xpath:attributes"], - ["xpath=//div[@id='-container']/div/input", "xpath:idRelative"], - ["xpath=//div/div/input", "xpath:position"] + ["css=.rbt-input-main", "css:finder"], + ["xpath=(//input[@value=''])[2]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "3512eb60-34d4-455b-8a2c-e6c98d382cac", "comment": "", "command": "type", - "target": "id=/entityAttributesFilterTarget.target", + "target": "css=.rbt-input-main", "targets": [ ["id=/entityAttributesFilterTarget.target", "id"], ["css=#\\/entityAttributesFilterTarget\\.target", "css:finder"], @@ -732,116 +783,146 @@ "id": "a9d49b1c-c794-4c54-83ea-c61bd3011dba", "comment": "", "command": "click", - "target": "css=.btn-success:nth-child(1)", + "target": "css=.btn-success", "targets": [ - ["css=.btn-success:nth-child(1)", "css:finder"], - ["xpath=//div[2]/button", "xpath:position"], - ["xpath=//button[contains(.,'Add Entity ID')]", "xpath:innerText"] + ["css=.btn-success", "css:finder"], + ["xpath=(//button[@type='button'])[17]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[6]/div/div/div/fieldset/div/div/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add Entity ID  ')]", "xpath:innerText"] ], "value": "" }, { "id": "dff6b5d5-02ae-41a1-bae4-6ce39aeca199", "comment": "", "command": "click", - "target": "css=#\\/filterEnabled\\.parent > .custom-control-label", + "target": "id=root_filterEnabled", "targets": [ - ["css=#\\/filterEnabled\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/filterEnabled.parent']/label", "xpath:idRelative"], - ["xpath=//checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Enable Filter?')]", "xpath:innerText"] + ["id=root_filterEnabled", "id"], + ["css=#root_filterEnabled", "css:finder"], + ["xpath=//input[@id='root_filterEnabled']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[5]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[5]/div/div/div/div/div/input", "xpath:position"] + ], + "value": "" + }, { + "id": "fdb8df7c-cb68-4c9a-9325-db6615591ff8", + "comment": "", + "command": "click", + "target": "css=.nav-link:nth-child(2)", + "targets": [ + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] ], "value": "" }, { "id": "356339ea-0caf-406a-a2d6-b3eb991b7af6", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/omitNotBefore\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_omitNotBefore", "targets": [ - ["css=#\\/relyingPartyOverrides\\/omitNotBefore\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/omitNotBefore.parent']/label", "xpath:idRelative"], - ["xpath=//div[6]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Omit Not Before Condition?')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_omitNotBefore", "id"], + ["css=#root_relyingPartyOverrides_omitNotBefore", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_omitNotBefore']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[6]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[6]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { "id": "fdb64234-9424-4e0d-8be0-dd7c43859de3", "comment": "", "command": "click", - "target": "css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", + "target": "id=root_relyingPartyOverrides_forceAuthn", "targets": [ - ["css=#\\/relyingPartyOverrides\\/forceAuthn\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/relyingPartyOverrides/forceAuthn.parent']/label", "xpath:idRelative"], - ["xpath=//div[10]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Force AuthN')]", "xpath:innerText"] + ["id=root_relyingPartyOverrides_forceAuthn", "id"], + ["css=#root_relyingPartyOverrides_forceAuthn", "css:finder"], + ["xpath=//input[@id='root_relyingPartyOverrides_forceAuthn']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[10]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div[10]/div/div/div/div/div/input", "xpath:position"] ], "value": "" }, { - "id": "c722da17-b739-4fa6-b731-8b347e3c96e3", + "id": "93505bd6-8a5e-4ef0-8f50-d2dc9bce71d6", "comment": "", "command": "click", - "target": "css=div:nth-child(8) .d-flex > .btn", + "target": "css=.row:nth-child(8) .array-add-button", "targets": [ - ["css=div:nth-child(8) .d-flex > .btn", "css:finder"], - ["xpath=//array-component/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Add   ')]", "xpath:innerText"] + ["css=.row:nth-child(8) .array-add-button", "css:finder"], + ["xpath=(//button[@type='button'])[18]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[8]/div/div/div/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Add ')]", "xpath:innerText"] ], "value": "" }, { - "id": "1abe39e3-d7f2-447f-aff4-3382cc648e29", + "id": "70e68495-a52f-4c3b-aeb4-fac69e8cda96", "comment": "", "command": "pause", "target": "500", "targets": [], "value": "" }, { - "id": "93505bd6-8a5e-4ef0-8f50-d2dc9bce71d6", + "id": "b269b8f4-8191-47c1-a84a-5b64df6aadcb", "comment": "", "command": "click", - "target": "css=.input-group-append > .btn", + "target": "css=.toggle-button", "targets": [ - ["css=.input-group-append > .btn", "css:finder"], - ["xpath=(//button[@type='button'])[3]", "xpath:attributes"], - ["xpath=//div[@id='/relyingPartyOverrides/nameIdFormats/0-container']/div/div/button", "xpath:idRelative"], - ["xpath=//auto-complete/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Toggle Dropdown')]", "xpath:innerText"] + ["css=.toggle-button", "css:finder"], + ["xpath=(//button[@type='button'])[20]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div[8]/div/div/div/div/div/div[2]/div/div/div/div/div/div/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div/div/div/div/div/div/button", "xpath:position"] ], "value": "" }, { - "id": "70e68495-a52f-4c3b-aeb4-fac69e8cda96", + "id": "bbe6893b-033c-4a57-9065-afe00d75a818", "comment": "", - "command": "pause", - "target": "500", - "targets": [], + "command": "click", + "target": "id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", + "targets": [ + ["id=option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "id"], + ["linkText=urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", "linkText"], + ["css=#option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2", "css:finder"], + ["xpath=//a[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0-item-2']", "xpath:attributes"], + ["xpath=//div[@id='option-selector-root_relyingPartyOverrides_nameIdFormats_0']/a[3]", "xpath:idRelative"], + ["xpath=(//a[contains(@href, '#')])[3]", "xpath:href"], + ["xpath=//a[3]", "xpath:position"], + ["xpath=//a[contains(.,'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent')]", "xpath:innerText"] + ], "value": "" }, { - "id": "b269b8f4-8191-47c1-a84a-5b64df6aadcb", + "id": "6895180e-e563-4199-acda-f20823f58a03", "comment": "", "command": "click", - "target": "id=/relyingPartyOverrides/nameIdFormats/0__option--2", + "target": "css=.text-left:nth-child(3)", "targets": [ - ["id=/relyingPartyOverrides/nameIdFormats/0__option--2", "id"], - ["css=#\\/relyingPartyOverrides\\/nameIdFormats\\/0__option--2", "css:finder"], - ["xpath=//li[@id='/relyingPartyOverrides/nameIdFormats/0__option--2']", "xpath:attributes"], - ["xpath=//ul[@id='/relyingPartyOverrides/nameIdFormats/0__listbox']/li[3]", "xpath:idRelative"], - ["xpath=//auto-complete/div/ul/li[3]", "xpath:position"] + ["css=.text-left:nth-child(3)", "css:finder"], + ["xpath=(//button[@type='button'])[10]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[3]", "xpath:idRelative"], + ["xpath=//button[3]", "xpath:position"], + ["xpath=//button[contains(.,'Attributes')]", "xpath:innerText"] ], "value": "" }, { "id": "c4431fc6-cbd3-4b7b-b1fd-b30141aa2af8", "comment": "", "command": "click", - "target": "css=tr:nth-child(6) .custom-control-label", + "target": "id=root_attributeRelease_6", "targets": [ - ["css=tr:nth-child(6) .custom-control-label", "css:finder"], - ["xpath=//tr[6]/td[2]/fieldset/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Toggle eduPersonAffiliation')]", "xpath:innerText"] + ["id=root_attributeRelease_6", "id"], + ["css=#root_attributeRelease_6", "css:finder"], + ["xpath=//input[@id='root_attributeRelease_6']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[8]/div/div/div/fieldset/table/tbody/tr[7]/td[2]/fieldset/div/div/input", "xpath:idRelative"], + ["xpath=//tr[7]/td[2]/fieldset/div/div/input", "xpath:position"] ], "value": "" }, { "id": "7b22d9b0-81f4-47c6-91f1-713c89cf9dd1", "comment": "", "command": "click", - "target": "css=tr:nth-child(7) .custom-control-label", + "target": "id=root_attributeRelease_7", "targets": [ ["css=tr:nth-child(7) .custom-control-label", "css:finder"], ["xpath=//tr[7]/td[2]/fieldset/div/label", "xpath:position"], @@ -852,7 +933,7 @@ "id": "ad3ec36d-6e6a-4650-b7a1-0c8efaaeabe3", "comment": "", "command": "click", - "target": "css=tr:nth-child(8) .custom-control-label", + "target": "id=root_attributeRelease_8", "targets": [ ["css=tr:nth-child(8) .custom-control-label", "css:finder"], ["xpath=//tr[8]/td[2]/fieldset/div/label", "xpath:position"], @@ -863,12 +944,13 @@ "id": "25090cbb-9e11-4938-b44e-70326857422d", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary", "css:finder"], - ["xpath=//button[@type='submit']", "xpath:attributes"], - ["xpath=//div/button", "xpath:position"], - ["xpath=//button[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -927,12 +1009,12 @@ "id": "be76769e-6422-4b1f-a2e4-00a32d394057", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ - ["id=/name", "id"], - ["name=field59", "name"], - ["css=#\\/name", "css:finder"], - ["xpath=//input[@id='/name']", "xpath:attributes"], + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "Name ID Format Filter" @@ -947,13 +1029,14 @@ "id": "81373637-8e36-4736-9b2a-7b8d477dc2c1", "comment": "", "command": "click", - "target": "id=/nameIdFormatFilterTarget.valuedd", + "target": "id=dropdown-", "targets": [ - ["id=/nameIdFormatFilterTarget.valuedd", "id"], - ["css=#\\/nameIdFormatFilterTarget\\.valuedd", "css:finder"], - ["xpath=//button[@id='/nameIdFormatFilterTarget.valuedd']", "xpath:attributes"], + ["id=dropdown-", "id"], + ["css=#dropdown-", "css:finder"], + ["xpath=//button[@id='dropdown-']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/button", "xpath:idRelative"], ["xpath=//fieldset/div/div/div/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"] + ["xpath=//button[contains(.,'Entity ID ')]", "xpath:innerText"] ], "value": "" }, { @@ -967,14 +1050,13 @@ "id": "f562c710-39fc-490d-80c9-d3525722397c", "comment": "", "command": "click", - "target": "linkText=Regex", + "target": "css=.show > .dropdown-item:nth-child(2)", "targets": [ - ["linkText=Regex", "linkText"], - ["css=.dropdown-item:nth-child(2)", "css:finder"], - ["xpath=//a[contains(text(),'Regex')]", "xpath:link"], - ["xpath=(//a[contains(@href, '#')])[2]", "xpath:href"], - ["xpath=//div/div/a[2]", "xpath:position"], - ["xpath=//a[contains(.,'Regex')]", "xpath:innerText"] + ["css=.show > .dropdown-item:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[15]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div/div/div/button[2]", "xpath:idRelative"], + ["xpath=//fieldset/div/div/div/div/div/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Regex')]", "xpath:innerText"] ], "value": "" }, { @@ -988,30 +1070,53 @@ "id": "c5dc3e04-eb5a-4885-92ed-3425da3026e6", "comment": "", "command": "sendKeys", - "target": "id=/nameIdFormatFilterTarget.target", - "targets": [], + "target": "id=targetInput", + "targets": [ + ["id=targetInput", "id"], + ["name=script", "name"], + ["css=#targetInput", "css:finder"], + ["xpath=//input[@id='targetInput']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[3]/div/div/div/fieldset/div/div/div[2]/div/div/input", "xpath:idRelative"], + ["xpath=//div[2]/div/div/input", "xpath:position"] + ], "value": "/foo.*/" + }, { + "id": "1fd21e00-882a-42d2-82dc-11935393b718", + "comment": "", + "command": "click", + "target": "css=.nav-link:nth-child(2)", + "targets": [ + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[9]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Options')]", "xpath:innerText"] + ], + "value": "" }, { "id": "d2cbc813-89e5-4801-a9fe-5e0e775a419f", "comment": "", "command": "click", - "target": "css=#\\/removeExistingFormats\\.parent > .custom-control-label", + "target": "id=root_removeExistingFormats", "targets": [ - ["css=#\\/removeExistingFormats\\.parent > .custom-control-label", "css:finder"], - ["xpath=//div[@id='/removeExistingFormats.parent']/label", "xpath:idRelative"], - ["xpath=//div[7]/sf-form-element/div/sf-widget-chooser/checkbox-component/div/div/div/label", "xpath:position"], - ["xpath=//label[contains(.,'Remove Existing Formats?')]", "xpath:innerText"] + ["id=root_removeExistingFormats", "id"], + ["css=#root_removeExistingFormats", "css:finder"], + ["xpath=//input[@id='root_removeExistingFormats']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div[2]/div[2]/div/form/div/div/div/div[7]/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "77dfeb05-38e3-4ef8-9566-06e7597d464c", "comment": "", "command": "click", - "target": "css=.btn-primary", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//div/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[6]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1025,12 +1130,13 @@ "id": "285fa762-484b-4a81-bdc3-68358cbbe895", "comment": "", "command": "click", - "target": "css=.mb-4:nth-child(1) .actions span", + "target": "css=.mb-4:nth-child(3) .edit-link", "targets": [ - ["css=.mb-4:nth-child(1) .actions span", "css:finder"], - ["xpath=//metadata-configuration[@id='configuration']/div/section/div/div/div/button/span", "xpath:idRelative"], - ["xpath=//div/button/span", "xpath:position"], - ["xpath=//span[contains(.,'Edit')]", "xpath:innerText"] + ["css=.mb-4:nth-child(3) .edit-link", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { @@ -1044,14 +1150,27 @@ "id": "c82354e7-3041-4b44-952a-a654510d0069", "comment": "", "command": "waitForElementVisible", - "target": "id=/name", - "targets": [], + "target": "id=root_name", + "targets": [ + ["id=root_name", "id"], + ["css=.mb-0 > #root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] + ], "value": "30000" + }, { + "id": "6e62eda3-8e04-4836-905a-77e1965de7cf", + "comment": "", + "command": "type", + "target": "id=root_name", + "targets": [], + "value": "" }, { "id": "9e520768-e930-483e-b078-c39be294438f", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field88", "name"], @@ -1064,24 +1183,32 @@ "id": "8c2f44ff-29f5-49b0-94ee-6e79e2fe871b", "comment": "", "command": "click", - "target": "css=.nav > .nav-link:nth-child(2)", + "target": "css=.nav-link:nth-child(2)", "targets": [ - ["linkText=Dynamic Attributes", "linkText"], - ["css=.nav > .nav-link:nth-child(2)", "css:finder"], - ["xpath=(//a[contains(@href, '/metadata/provider/e9de09a6-6d16-4e94-bba4-13fa38c312ff/edit/dynamic')])[2]", "xpath:href"], - ["xpath=//nav/a[2]", "xpath:position"] + ["css=.nav-link:nth-child(2)", "css:finder"], + ["xpath=(//button[@type='button'])[8]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/nav/button[2]", "xpath:idRelative"], + ["xpath=//nav/button[2]", "xpath:position"], + ["xpath=//button[contains(.,'Dynamic Attributes')]", "xpath:innerText"] ], "value": "" + }, { + "id": "c3282a5c-6b89-4a02-b1e6-32f0c9928123", + "comment": "", + "command": "type", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", + "targets": [], + "value": "" }, { "id": "a339275d-3c7a-4a4d-9e6e-cf587521e65c", "comment": "", "command": "type", - "target": "id=/dynamicMetadataResolverAttributes/refreshDelayFactor", + "target": "id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "targets": [ - ["id=/dynamicMetadataResolverAttributes/refreshDelayFactor", "id"], - ["name=field99", "name"], - ["css=#\\/dynamicMetadataResolverAttributes\\/refreshDelayFactor", "css:finder"], - ["xpath=//input[@id='/dynamicMetadataResolverAttributes/refreshDelayFactor']", "xpath:attributes"], + ["id=root_dynamicMetadataResolverAttributes_refreshDelayFactor", "id"], + ["css=#root_dynamicMetadataResolverAttributes_refreshDelayFactor", "css:finder"], + ["xpath=//input[@id='root_dynamicMetadataResolverAttributes_refreshDelayFactor']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div/form/div/div/div/div/div[4]/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], ["xpath=//input", "xpath:position"] ], "value": "0.7" @@ -1089,11 +1216,13 @@ "id": "7cab82a7-0703-4087-b0d4-5d02a97c28f2", "comment": "", "command": "click", - "target": "css=.btn-info > translate-i18n", + "target": "css=.btn-info", "targets": [ - ["css=.btn-info > translate-i18n", "css:finder"], - ["xpath=//div[2]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div/div[2]/button", "xpath:idRelative"], + ["xpath=//div[2]/div/div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1149,11 +1278,13 @@ "id": "bf03f3d5-c6f3-4693-9145-3afefbc84bab", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.btn-primary", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//history-list/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Compare Selected')]", "xpath:innerText"] + ["css=.btn-primary", "css:finder"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Compare Selected(2)')]", "xpath:innerText"] ], "value": "" }, { @@ -1194,11 +1325,14 @@ "id": "010da979-20a9-419f-89ff-d897f11e6ccb", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=.btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2a395997-566c-4511-ac42-f972e5b1fcf9/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -1207,61 +1341,66 @@ "command": "click", "target": "css=tr:nth-child(1) a", "targets": [ - ["linkText=Oct 03, 2019 10:37:01 (Current)", "linkText"], + ["linkText=Jun 15, 2021 16:09:47 (Current)", "linkText"], ["css=tr:nth-child(1) a", "css:finder"], - ["xpath=//a[contains(@href, '/metadata/provider/28ab5bc2-c16d-4460-8e62-18b788b40b8d/configuration/options')]", "xpath:href"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/table/tbody/tr/td[2]/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2a395997-566c-4511-ac42-f972e5b1fcf9/configuration/options')]", "xpath:href"], ["xpath=//td[2]/a", "xpath:position"], - ["xpath=//a[contains(.,'Oct 03, 2019 10:37:01 (Current)')]", "xpath:innerText"] + ["xpath=//a[contains(.,'Jun 15, 2021 16:09:47 (Current)')]", "xpath:innerText"] ], "value": "" }, { "id": "f4d519b0-c4f5-4421-a7d2-c745de1c695f", "comment": "", "command": "click", - "target": "css=.btn:nth-child(2) > translate-i18n", + "target": "css=.list-group-item:nth-child(1) .mx-4", "targets": [ - ["css=.btn:nth-child(2) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/button/translate-i18n", "xpath:idRelative"], - ["xpath=//div/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Filters')]", "xpath:innerText"] + ["css=.list-group-item:nth-child(1) .mx-4", "css:finder"], + ["xpath=(//button[@type='button'])[11]", "xpath:attributes"], + ["xpath=//div[@id='filters']/ul/li/div/button", "xpath:idRelative"], + ["xpath=//li/div/button", "xpath:position"], + ["xpath=//button[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] ], "value": "" }, { "id": "53fcbf86-d8f4-4366-b9ea-1a01dd89ac08", "comment": "", "command": "click", - "target": "css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", + "target": "linkText=Edit", "targets": [ - ["css=.list-group-item:nth-child(1) > filter-configuration-list-item > .d-flex > .btn", "css:finder"], - ["xpath=//div[@id='filters']/filter-configuration-list/ul/li/filter-configuration-list-item/div/button", "xpath:idRelative"], - ["xpath=//filter-configuration-list-item/div/button", "xpath:position"], - ["xpath=//button[contains(.,'Entity Attributes Filter')]", "xpath:innerText"] + ["linkText=Edit", "linkText"], + ["css=.d-flex:nth-child(1) > .btn:nth-child(1)", "css:finder"], + ["xpath=//div[@id='filters']/ul/li/div[2]/div/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2a395997-566c-4511-ac42-f972e5b1fcf9/filter/0e6a21f4-f88c-494e-a1d7-5b2dc684d75f/edit/common')]", "xpath:href"], + ["xpath=//div[2]/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Edit')]", "xpath:innerText"] ], "value": "" }, { - "id": "65b8ceb0-7589-465c-be12-123bd78de9ea", + "id": "2457e1c1-6ff5-4839-bdb4-311aadc87b78", "comment": "", - "command": "click", - "target": "css=.justify-content-between > .btn:nth-child(1) > translate-i18n", + "command": "waitForElementVisible", + "target": "id=root_name", "targets": [ - ["css=.justify-content-between > .btn:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='filters']/filter-configuration-list/ul/li/filter-configuration-list-item/div[2]/div/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div[2]/div/div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Edit')]", "xpath:innerText"] + ["id=root_name", "id"], + ["css=#root_name", "css:finder"], + ["xpath=//input[@id='root_name']", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div[2]/div[2]/div/form/div/div/div/div/div/div/div/div/input", "xpath:idRelative"], + ["xpath=//div/div/div/div/input", "xpath:position"] ], - "value": "" + "value": "30000" }, { - "id": "2457e1c1-6ff5-4839-bdb4-311aadc87b78", + "id": "d9357940-f476-4ae7-ad39-2f20b8cb979c", "comment": "", - "command": "waitForElementVisible", - "target": "id=/name", + "command": "type", + "target": "id=root_name", "targets": [], - "value": "30000" + "value": "" }, { "id": "4600a21d-e332-4d99-8903-691a6126722f", "comment": "", "command": "type", - "target": "id=/name", + "target": "id=root_name", "targets": [ ["id=/name", "id"], ["name=field118", "name"], @@ -1274,11 +1413,13 @@ "id": "7b064f9b-5820-43cf-aca4-b5f8df846200", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.btn-info", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//div[2]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Save')]", "xpath:innerText"] + ["css=.btn-info", "css:finder"], + ["xpath=(//button[@type='button'])[5]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div[2]/div[2]/div/div[2]/div/button", "xpath:idRelative"], + ["xpath=//div[2]/div/button", "xpath:position"], + ["xpath=//button[contains(.,' Save')]", "xpath:innerText"] ], "value": "" }, { @@ -1292,12 +1433,15 @@ "id": "2e2a837d-0904-40bc-bef8-92d26660e04f", "comment": "", "command": "click", - "target": "css=.nav-item translate-i18n", + "target": "linkText=Dashboard", "targets": [ - ["css=.nav-item translate-i18n", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li[2]/a/translate-i18n", "xpath:idRelative"], - ["xpath=//a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Dashboard')]", "xpath:innerText"] + ["linkText=Dashboard", "linkText"], + ["css=.nav-link:nth-child(3)", "css:finder"], + ["xpath=//a[contains(text(),'Dashboard')]", "xpath:link"], + ["xpath=//div[@id='basic-navbar-nav']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/dashboard')]", "xpath:href"], + ["xpath=//nav/div/div/a", "xpath:position"], + ["xpath=//a[contains(.,'Dashboard')]", "xpath:innerText"] ], "value": "" }, { @@ -1346,12 +1490,14 @@ "id": "43a67b75-0971-49ce-b457-0c0424a5a2aa", "comment": "", "command": "click", - "target": "css=.btn-link:nth-child(1) > translate-i18n", + "target": "linkText=Version History", "targets": [ - ["css=.btn-link:nth-child(1) > translate-i18n", "css:finder"], - ["xpath=//div[@id='navigation']/div/a/translate-i18n", "xpath:idRelative"], - ["xpath=//div/a/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Version History')]", "xpath:innerText"] + ["linkText=Version History", "linkText"], + ["css=div:nth-child(1) > .btn-link:nth-child(1)", "css:finder"], + ["xpath=//div[@id='navigation']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/provider/2a395997-566c-4511-ac42-f972e5b1fcf9/configuration/history')]", "xpath:href"], + ["xpath=//section/div/div/div[2]/div/a", "xpath:position"], + ["xpath=//a[contains(.,' Version History')]", "xpath:innerText"] ], "value": "" }, { @@ -1389,7 +1535,9 @@ "target": "css=.btn-primary", "targets": [ ["css=.btn-primary", "css:finder"], - ["xpath=//history-list/button", "xpath:position"], + ["xpath=(//button[@type='button'])[4]", "xpath:attributes"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/button", "xpath:idRelative"], + ["xpath=//section/div/div/button", "xpath:position"], ["xpath=//button[contains(.,'Compare Selected(2)')]", "xpath:innerText"] ], "value": "" @@ -1404,42 +1552,46 @@ "id": "359620ef-2e60-425e-9513-a303075b3006", "comment": "", "command": "click", - "target": "css=.d-flex:nth-child(1) > .border-primary:nth-child(2) .fa", + "target": "id=toggleLimited", "targets": [ - ["css=.d-flex:nth-child(1) > .border-primary:nth-child(2) .fa", "css:finder"], - ["xpath=//div[2]/div/button/i", "xpath:position"] + ["id=toggleLimited", "id"], + ["name=toggleLimited", "name"], + ["css=#toggleLimited", "css:finder"], + ["xpath=//input[@id='toggleLimited']", "xpath:attributes"], + ["xpath=//div[@id='navigation']/div[2]/input", "xpath:idRelative"], + ["xpath=//input", "xpath:position"] ], "value": "" }, { "id": "e83dc2da-ad95-4e50-b969-57721eb8f1dc", "comment": "", "command": "click", - "target": "css=.btn-primary > translate-i18n", + "target": "css=.d-flex:nth-child(5) > .border-primary:nth-child(2) .svg-inline--fa", "targets": [ - ["css=.btn-primary > translate-i18n", "css:finder"], - ["xpath=//div[3]/button/translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Compare Selected')]", "xpath:innerText"] + ["css=.d-flex:nth-child(5) > .border-primary:nth-child(2) .svg-inline--fa", "css:finder"] ], "value": "" }, { "id": "c2102a31-6e18-4d6c-8146-e23459403b65", "comment": "", "command": "assertText", - "target": "css=.bg-diff > .d-block:nth-child(2)", + "target": "css=.border-primary:nth-child(2) > .bg-primary-light .mb-0:nth-child(1)", "targets": [ - ["css=.bg-diff > .d-block:nth-child(2)", "css:finder"], - ["xpath=//section[2]/div/div[2]/object-property/primitive-property/div/div/span[2]", "xpath:position"], - ["xpath=//span[contains(.,'Entity Attributes Filter V2')]", "xpath:innerText"] + ["css=.border-primary:nth-child(2) > .bg-primary-light .mb-0:nth-child(1)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/div[4]/div[2]/div/div/p", "xpath:idRelative"], + ["xpath=//p", "xpath:position"], + ["xpath=//p[contains(.,'Entity Attributes Filter V2')]", "xpath:innerText"] ], "value": "Entity Attributes Filter V2" }, { "id": "cac6c125-c81b-40af-ae21-2b717df9511e", "comment": "", "command": "assertText", - "target": "css=.bg-diff > .d-block:nth-child(3)", + "target": "css=.border-primary:nth-child(3) > .bg-primary-light .mb-0:nth-child(1)", "targets": [ - ["css=.bg-diff > .d-block:nth-child(3)", "css:finder"], - ["xpath=//section[2]/div/div[2]/object-property/primitive-property/div/div/span[3]", "xpath:position"] + ["css=.border-primary:nth-child(3) > .bg-primary-light .mb-0:nth-child(1)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div/div[4]/div[3]/div/div/p", "xpath:idRelative"], + ["xpath=//div[3]/div/div/p", "xpath:position"] ], "value": "Entity Attributes Filter" }, { diff --git a/backend/src/integration/resources/SHIBUI-950.side b/backend/src/integration/resources/SHIBUI-950.side index 7eb184198..c101d3cd6 100644 --- a/backend/src/integration/resources/SHIBUI-950.side +++ b/backend/src/integration/resources/SHIBUI-950.side @@ -49,31 +49,61 @@ ["xpath=//tr[2]/td[2]/input", "xpath:position"] ], "value": "${KEY_ENTER}" + }, { + "id": "6cfc4462-7d98-42ad-9503-1420238af405", + "comment": "", + "command": "open", + "target": "/api/heheheheheheheWipeout", + "targets": [], + "value": "" + }, { + "id": "563df7e6-3968-4107-a698-3fd7e52f18bc", + "comment": "", + "command": "assertText", + "target": "css=body", + "targets": [], + "value": "yes, you did it" + }, { + "id": "78c92dcb-4104-482d-8997-3b33c29ec2cf", + "comment": "", + "command": "open", + "target": "/", + "targets": [], + "value": "" }, { "id": "694012a7-3480-4af9-9dbc-2879ffd4d8b1", "comment": "", "command": "click", - "target": "css=#addNewDropdown > translate-i18n", + "target": "xpath=(//button[@id='dropdown-basic'])[2]", "targets": [ - ["css=#addNewDropdown > translate-i18n", "css:finder"], - ["xpath=//button[@id='addNewDropdown']/translate-i18n", "xpath:idRelative"], - ["xpath=//translate-i18n", "xpath:position"], - ["xpath=//translate-i18n[contains(.,'Add New')]", "xpath:innerText"] + ["xpath=(//button[@id='dropdown-basic'])[2]", "xpath:attributes"], + ["xpath=(//div[@id='basic-nav-dropdown']/button)[2]", "xpath:idRelative"], + ["xpath=//div[2]/button", "xpath:position"], + ["xpath=//button[contains(.,'Add New')]", "xpath:innerText"] ], "value": "" }, { "id": "d000a81f-a776-44f6-80c4-dfb5ec892dc0", "comment": "", "command": "click", - "target": "linkText=Metadata Source", + "target": "linkText=Add a new metadata source", "targets": [ - ["linkText=Metadata Source", "linkText"], - ["css=.dropdown-menu > .nav-link:nth-child(1)", "css:finder"], - ["xpath=//div[@id='navbar']/ul/li/div/a", "xpath:idRelative"], - ["xpath=(//a[contains(@href, '')])[2]", "xpath:href"], - ["xpath=//div/a", "xpath:position"] + ["linkText=Add a new metadata source", "linkText"], + ["css=.text-primary:nth-child(1)", "css:finder"], + ["xpath=//a[contains(text(),'Add a new metadata source')]", "xpath:link"], + ["xpath=//div[@id='basic-nav-dropdown']/div/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/new')]", "xpath:href"], + ["xpath=//div/a", "xpath:position"], + ["xpath=//a[contains(.,'Add a new metadata source')]", "xpath:innerText"] ], "value": "" + }, { + "id": "2a074ac0-d142-4124-83c1-792d5e744605", + "comment": "", + "command": "waitForElementVisible", + "target": "css=.resolver-nav-option:nth-child(1) > .btn", + "targets": [], + "value": "30000" }, { "id": "1e8aba21-e7f4-45ef-b004-4aedcf2ab74e", "comment": "", @@ -86,6 +116,13 @@ ["xpath=//button[contains(.,'Upload/URL')]", "xpath:innerText"] ], "value": "" + }, { + "id": "c23d44f2-0896-4c5e-a574-3444c4c89e7e", + "comment": "", + "command": "waitForElementVisible", + "target": "id=serviceProviderName", + "targets": [], + "value": "30000" }, { "id": "d1ab5623-6daa-4ccb-bc06-e16a3f504e1d", "comment": "", @@ -114,7 +151,7 @@ "id": "e5d771f5-57e2-4f11-af50-124c2121d36b", "comment": "", "command": "attachFile", - "target": "id=fileInput", + "target": "id=custom-file", "targets": [], "value": "${SHIBUI950}" }, { @@ -131,11 +168,12 @@ "id": "cf4285d3-6f70-499e-ad3a-85278e27dbf0", "comment": "", "command": "waitForElementVisible", - "target": "css=tr > .text-right", + "target": "css=td:nth-child(1)", "targets": [ - ["css=tr > .text-right", "css:finder"], - ["xpath=//td[5]", "xpath:position"], - ["xpath=//td[contains(.,'Disabled')]", "xpath:innerText"] + ["css=td:nth-child(1)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td", "xpath:idRelative"], + ["xpath=//td", "xpath:position"], + ["xpath=//td[contains(.,'File Upload Test')]", "xpath:innerText"] ], "value": "10000" }, { @@ -147,7 +185,8 @@ ["linkText=File Upload Test", "linkText"], ["css=td > a", "css:finder"], ["xpath=//a[contains(text(),'File Upload Test')]", "xpath:link"], - ["xpath=//a[contains(@href, '/metadata/resolver/144a49cd-37f1-4399-9a4a-7f820aab724b/configuration/options')]", "xpath:href"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td/a", "xpath:idRelative"], + ["xpath=//a[contains(@href, '/metadata/source/3d0fdd1b-e3b1-48d5-9e44-8fe84bd0c1dd/configuration/options')]", "xpath:href"], ["xpath=//td/a", "xpath:position"], ["xpath=//a[contains(.,'File Upload Test')]", "xpath:innerText"] ], @@ -159,6 +198,7 @@ "target": "css=td:nth-child(2)", "targets": [ ["css=td:nth-child(2)", "css:finder"], + ["xpath=//div[@id='root']/div/main/div/section/div/div[2]/div/div/div/table/tbody/tr/td[2]", "xpath:idRelative"], ["xpath=//td[2]", "xpath:position"], ["xpath=//td[contains(.,'https://wiki.shibboleth.net/shibboleth')]", "xpath:innerText"] ],