Questions tagged [atata]

Atata is C#/.NET web UI test automation full featured framework based on Selenium WebDriver. It uses fluent page object pattern.

Atata is web UI full featured framework based on . It uses fluent page object pattern.

Features:

  • WebDriver. Based on Selenium WebDriver and preserves all its features.
  • Page Object. Provides unique fluent page object pattern that is easy to implement and maintain.
  • Components. Supports a rich set of components.
  • Integration. Works on any .NET test engine (e.g. , ) as well as on systems like or .
  • Triggers. A bunch of triggers to bind with different component events.
  • Verification. A set of methods and triggers for the component and data verification.
  • Configurable. Defines the default component search strategies as well as additional settings.
  • Logging. Built-in customizable logging and screenshot capturing functionality.
  • Extensible. Atata and packages have a set of ready to use components.

Links:

53 questions
1
vote
1 answer

FireFox NumberInput and TextInput behavior when using Set() with decimal points

I have a NumberInput defined thus: [FindByXPath("//input[@class='form-control ']")] public NumberInput<_> Amount { get; private set; } For this input in the SUT:
Steve Gray
  • 133
  • 8
1
vote
1 answer

Validating text after
in Atata

I have this table cell on my page: Some Text
random description I'd like to come up with a way to validate the text after the br and have it return that as Text so I can use the atata asserts (like…
Steve Gray
  • 133
  • 8
1
vote
1 answer

NUnit Selenium webdriver is not closed after running all tests

I am trying to open browser, run several tests and close browser. My problem is that browser stays open after running all tests. What is the correct way of closing browser? If I put [Setup] and [TearDown] attributes to open and close browser in each…
1
vote
1 answer

How do we handle jQuery autocomple with ATATA?

Here is the input: These are the results from predictive search I could not find a better way to handle JQuery autocomple input in ATATA framework. If I do without the framework, I could have done something like this private IWebElement…
23534
  • 33
  • 6
1
vote
2 answers

Unable to locate element using ID, XPath and CSS Selector

I am using atata framework with C#. I am trying to locate web element to select all rows but neither Id, CSS Path or XPath are able to find. I have used ID, XPath and CSS Selector [FindById("com.kronos.wfc.ngui.genies.selectall")] public Button<_>…
Query
  • 13
  • 3
1
vote
1 answer

Atata - How to define alert in page class?

I want to test the following application: https://romashov.tech/chat This is the code of my MainPage: using Atata; using _ = Chat.Tests.Model.MainPage; namespace Chat.Tests.Model { [Url("")] public class MainPage : Page<_> { …
Dmitry Romashov
  • 174
  • 2
  • 14
1
vote
2 answers

How to set content inside ckeditor using Atata framework?

I am trying to set content inside ckeditor, to be precise inside of an