2
Insert/Caps lock key for presskey
There are no options for these keys on Windows 10 (in my case) at the moment. It would be useful so I can simulate them for my tests.
Feature Requests
Next
Cascading Relationals with logical operators
Currently, there is no way to combine more than one relational descriptor like leftOf() or rightOf(). A more flexible use of them will be possible when they can be combined together to describe one target element, such as:await aui.click() .element() .below() .text() .withText(‘city’) .and() .rightOf() .text() .withText(‘ka’) .exec();I would expect this code to click the element that is below the text 'city' and right of the text 'ka' at the same time.As the element() is a much flexible descriptor, a corresponding flexibility of the relationals would make it more useable. Also, it can give more information about the target element, to perform a better interaction.
In Review
4
BrowserStack Integration
Integration with the largest testing platform
Milestones
Later
1
Showing all the code to end user at error is not good
await aui.click().text().withText('No').exec(); The above command produced below.. i was trying to click the No button
For disabled button it's recognising with wrong text
It says - text: ConurmBut actual text - text: ConfirmRefer snap.
Annotations - option to only export html file for annotations if unique
Scenario: I run the same tests over and over under afterEach(), this results in many annotations. I do this so I can save myself dev time. If I had to do annotateInteractively all the time, it would take me longer to do what I want to do.Problem: Even though the filenames are timestamped, the contents of the file could be the same. In other words, the same screen with the same annotations could potentially be generated (unless the askui's AI is inconsistent in detection).Solution: If there was a way to de-duplicate annotations, that would help. It's not a big issue right now but saves me deleting files manually.
not able to recognise number "2"
await aui.click().text().withExactText("Account 2").exec();This step is not clicking on "Account 2", it was not able to recognise number "2"Discussed & shown the issue to Adrian over call
Annotation reads an elements once and next time it does not read the same
This element was recognised as icon = ellipsis-vSo i wrote the below code.. when i tried to use it again.. it could not recognize..This inconsistent behavior can lead to problems await aui.click().icon().withText('ellipsis-v').exec();
Wrong text is being read by annotation g is read as a
LongDistance is read as lonadistance by annotation commandg is read as a, this will cause the test case to fail if g is read as a
3
GPT-3 for askui input
Eliminating the need to learn automation syntax, by unlocking the power of the most notorious and powerful language model.
Tell us how we could make the product more useful for you.