Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/atata-framework/atata
C#/.NET test automation framework for web
https://github.com/atata-framework/atata
Add `Report` property to `AtataContext`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Update methods of `PageObject<TOwner>` to use internally `Log.ExecuteSection` method instead of `Log.Info`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add setter to `TypingIntervalInSeconds` property of `TypesTextUsingSendKeysCharByCharAttribute` and `SetsValueUsingCharByCharTypingAttribute`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `GetComponents` method to `UriProvider<TOwner>`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `RelativeUnescaped`, `Absolute` and `AbsoluteUnescaped` properties to `UriProvider<TOwner>`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Rename `UriProvider<TOwner>.AbsolutePath` property to `Path`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Optimize `FindByLabelStrategy` to use one composite XPath query
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `FillUriTemplateString` methods to `AtataContext`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Support merging of page object's `NavigationUrl` with `Go.To` method's `url` parameter
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Use Selenium.WebDriver package v4.8.0
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add support of template variables in `UrlAttribute` and `Go.To` method's `url` parameter
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `PathAndQuery` and `Relative` properties to `UriProvider<TOwner>`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Navigation actually occurs despite `navigate: false` argument of `Go.To` only for first navigation within `AtataContext`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Replace `WaitForAngularJSAjaxAttribute` with `WaitForAngularJSAttribute`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `WaitForAngularAttribute` trigger attribute
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `WaitForAngular` methods to `UIComponentScriptExecutor<TOwner>`
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Simplify page object navigation by dynamic URL
YevgeniyShunevych opened this issue almost 2 years ago
YevgeniyShunevych opened this issue almost 2 years ago
Add `BeFocused` verification extension method for `Control<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Use Selenium.WebDriver package v4.7.0
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `Match(string, RegexOptions)` overloaded verification extension method for `string`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ConsistOf` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ConsistOnlyOf` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Change default string comparison from `StringComparison.CurrentCulture` to `StringComparison.Ordinal` in verification functionality
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `IEqualityComparer<T>` support to verification functionality
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
`BeEquivalent` verification extension methods for `IEnumerable<T>` are false positive for some cases
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Remove `args` parameter from `Satisfy` verification extension method for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `EndWith` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `StartWith` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `EndWithAny` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `EndWithAny` verification extension methods for `string`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `StartWithAny` verification extension methods for `string`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `StartWithAny` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ContainAny` verification extension methods for `IEnumerable<T>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Change `IEnumerable` object string representation in verification messages
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `Contains` and `ContainsAny` extension methods for `IObjectProvider<IEnumerable<TSource>>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ForEach` extension method for `IObjectProvider<IEnumerable<TSource>, TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
`BeEquivalent` and `EqualSequence` verification methods should not throw when expected is an empty enumerable
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `Resolve` overloaded method to `UIComponentChildrenList<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `IsFocused` property to `Control<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Make `PressKeysAttribute` inheritors to inherit `TriggerAttribute` directly
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Update `PressKeysAttribute` to use `PageObject<TOwner>.Press` method
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `TakeScreenshotAttribute` and mark `ScreenshotAttribute` as obsolete
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Update screenshots functionality to work with `AtataContext` without navigation
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Nightly (preview) NuGet feed with prerelease versions
Piedone opened this issue about 2 years ago
Piedone opened this issue about 2 years ago
Add `TakeScreenshot` method to `AtataContext` and mark `ILogManager.Screenshot` method as obsolete
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Use Selenium.WebDriver package v4.6.0
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add page snapshot functionality
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `AddArtifact` methods to `AtataContext`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Overcome `GetDevToolsSession` slowness issue for Chrome and Edge on Windows
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `FillPathTemplateString` methods to `AtataContext`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ConsistSequentiallyOf` verification extension methods
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `Configure<TLogConsumer>()` method to `LogConsumersAtataContextBuilder`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ConsistOfSingle` verification extension methods
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Remove double quote characters wrapping non-string value in verification log messages
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `IsPresent` and `IsVisibleInViewPort` properties to `IUIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `TagName` property to `UIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
An extra "/" prepends a name of `ControlList<TItem, TOwner>` value providers
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Use Selenium.WebDriver package v4.5.1
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add DOM attribute properties to some controls
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Make `UIComponent<TOwner>.Attributes` obsolete and replace its usage with `DomAttributes` and `DomProperties`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `DomClasses` property to `UIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `DomProperties` property to `UIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `DomAttributes` property to `UIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
`BePresent`, `BeVisible`, `Exist`, `BeHidden` verification methods use `VerificationTimeout`/`VerificationRetryInterval` for waitings
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `ToNewWindow` and `ToNewWindowAsTab` methods to `Go`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Use Atata.WebDriverExtras package v2.2.0
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Use Selenium.WebDriver package v4.5.0
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Change return type of `ControlList<TItem, TOwner>.GetAllByXPathCondition` methods to `EnumerableValueProvider<TItem, TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Change hierarchical component name format in log messages
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
Add `CreateEnumerableValueProvider` method to `UIComponent<TOwner>`
YevgeniyShunevych opened this issue about 2 years ago
YevgeniyShunevych opened this issue about 2 years ago
[FindItemByLabel] for RadioButtonList
bughunterqa opened this issue about 2 years ago
bughunterqa opened this issue about 2 years ago
Custom dropdown list
bughunterqa opened this issue about 2 years ago
bughunterqa opened this issue about 2 years ago
Fixing mac test failures and typos
nadvolod opened this pull request over 2 years ago
nadvolod opened this pull request over 2 years ago
Value format doesn't handle correctly `"{{"` and `"}}"`
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
[Question] How to get tr attribute in TableRow entry
gregwinterstein opened this issue over 2 years ago
gregwinterstein opened this issue over 2 years ago
Use Selenium.WebDriver package v4.4.0
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Update default scroll behavior to use `Actions.ScrollToElement(IWebElement)` instead of `Actions.MoveToElement(IWebElement)`
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Update `ActionsExtensions.MoveToElement` method to use `Actions.MoveToElement(IWebElement, int, int)` method instead of `Actions.MoveToElement(IWebElement, int, int, MoveToElementOffsetOrigin)`
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Use Atata.WebDriverExtras package v2.1.0
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Use Selenium.WebDriver package v4.3.0
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Remove Opera driver classes and members
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
`ControlList<TItem, TOwner>` ambiguous method calls
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Ambiguous calls after upgrading to 2.0.0
KeterSCP opened this issue over 2 years ago
KeterSCP opened this issue over 2 years ago
Consider using GitHub auto-generated release notes
Piedone opened this issue over 2 years ago
Piedone opened this issue over 2 years ago
Use Atata.WebDriverExtras package v2.0.0
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Can I run UT without opening the browser?
188867052 opened this issue over 2 years ago
188867052 opened this issue over 2 years ago
Rename `AtataContextInitEvent` to `AtataContextInitStartedEvent`
YevgeniyShunevych opened this issue over 2 years ago
YevgeniyShunevych opened this issue over 2 years ago
Change default control visibility from `Visible` to `Any`
YevgeniyShunevych opened this issue almost 3 years ago
YevgeniyShunevych opened this issue almost 3 years ago
Rename `EnumerableProvider<TItem, TOwner>` to `EnumerableValueProvider<TItem, TOwner>`
YevgeniyShunevych opened this issue almost 3 years ago
YevgeniyShunevych opened this issue almost 3 years ago
Change default value of `AtataContext.ModeOfCurrent` property to `AtataContextModeOfCurrent.AsyncLocal`
YevgeniyShunevych opened this issue almost 3 years ago
YevgeniyShunevych opened this issue almost 3 years ago
Use Selenium.WebDriver package v4.1.1
YevgeniyShunevych opened this issue almost 3 years ago
YevgeniyShunevych opened this issue almost 3 years ago
Replace `RemoteWebDriverLoggingExtensions` with `IJavaScriptExecutorLoggingExtensions`
YevgeniyShunevych opened this issue almost 3 years ago
YevgeniyShunevych opened this issue almost 3 years ago
IWebDriver-using AtataContextBuilder.UseDriver()
Piedone opened this issue almost 3 years ago
Piedone opened this issue almost 3 years ago
[Enhancement] Add Where method to ControlList control
slapperywd opened this issue about 3 years ago
slapperywd opened this issue about 3 years ago
Return `""` instead of `null` as value of string-based field component
YevgeniyShunevych opened this issue about 3 years ago
YevgeniyShunevych opened this issue about 3 years ago
Is it possible to use FindBy with data from external resource (JSON, Resources.resx, etc.)
alex-gagnon-firebrand opened this issue almost 5 years ago
alex-gagnon-firebrand opened this issue almost 5 years ago
Atata Screenshot Comparison
iarif20-devops opened this issue about 5 years ago
iarif20-devops opened this issue about 5 years ago
Testing of screenshots....
natiki opened this issue almost 7 years ago
natiki opened this issue almost 7 years ago
Windows Desktop applications support
ZedZipDev opened this issue over 7 years ago
ZedZipDev opened this issue over 7 years ago