atata
atata copied to clipboard
C#/.NET test automation framework for web
Hi, Is there any support or planned support for comparing screenshots in a test? Something like https://ghostinspector.com/docs/comparing-screenshots/ would be ideal.
Hi, I am working on a test to match two screenshots. I have added some custom functionality to compare the screenshot taken by a user with a screenshot taken using...
Hello: I want to use the repo to connect with a running Chrome browser, then from the current page, find a file upload button and click the button and select...
Add configurable option to highlight each active element. It can be usable for debug, we can fire trigger event after FindBy operation for each element. https://stackoverflow.com/questions/10660291/highlight-elements-in-webdriver-during-runtime Currently we can implement...
Hello! Imagine a field with 4 switch buttons. Like this:  I would like to declare the component just once. My idea with Atata inside BasePage: ```csharp [FindByXPath] [Format("//h6[text()='{0}']//following-sibling::div")] public...
It will be very good feature: to support windows desktop (c++) application, WinAppDriver, Appium.
It would be good if can add possibility to work with different pages for different page layout like resolution/device/platform without changing code of test or implementing additional logic related to...
I'd suggest having something like a nightly NuGet feed, or a preview feed if you will, with packages published daily for `main` or after each commit. This would allow people...
Does Atata support single-sign on via https://login.microsoftonline.com/? Is there a workaround for MFA or it has to be disabled?