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
When searching for elements, if not found, the log does not display the name of the element. The example should be doped with the element name and the locator. Only the locator is displayed, without a name (C#, aquality-selenium-dotnet).
…) +semver: breaking
* update Aquality.Selenium.Core nuget package
* inherit Form from Core.Forms.Form
* [breaking] removed [Obsolete] properties and methods from the Form abstraction
* add "visualization" section to settings.json
* add visual tests
* Stabilization of automation practice site interactions
closes#200, fixes#201
* Fix sonar code smells
When searching for elements, if not found, the log does not display the name of the element. The example should be doped with the element name and the locator. Only the locator is displayed, without a name (C#, aquality-selenium-dotnet).
private IList ListSubscriptionLabels => ElementFactory.FindElements(By.XPath(SubscriptionsLocator), "Subscription", expectedCount: ElementsCount.MoreThenZero);
The text was updated successfully, but these errors were encountered: