You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
absolute method path should be visible to the report so that we can easily change the locators in our script. This means I can easily figure out at which line in our framework, the healing took place.
In the above diagram waitForElementToBeDisplayed() is our common method, now if multiple elements are healed at runtime then after looking at the report, it is impossible to know at which page, the healing happened.
Repot should show something like - com.amazonPageTest.verifyamazonPageTitle();
The text was updated successfully, but these errors were encountered:
absolute method path should be visible to the report so that we can easily change the locators in our script. This means I can easily figure out at which line in our framework, the healing took place.
In the above diagram waitForElementToBeDisplayed() is our common method, now if multiple elements are healed at runtime then after looking at the report, it is impossible to know at which page, the healing happened.
Repot should show something like - com.amazonPageTest.verifyamazonPageTitle();
The text was updated successfully, but these errors were encountered: