robotframework-appiumflutterlibrary icon indicating copy to clipboard operation
robotframework-appiumflutterlibrary copied to clipboard

Robotframework library for Flutter apps testing.

Results 8 robotframework-appiumflutterlibrary issues
Sort by recently updated
recently updated
newest added

This is a fix for #29 It looks like a side effect to some of the changes in the underlying dependencies.. switching from a dict to AppiumOptions solved the issue...

Hello There, I Installed Appium, appium-flutter-driver, robot and this library, and I was unable to make the app work. I keep getting the following error: ``` AttributeError: 'NoneType' object has...

I have to testing with old Flutter app, developers are not supported, element may not have ValueKey, Text... So is there a way to interact with Xpath ?

enhancement
good first issue

Hi all, I need to use switch flutter driver to UiAutomator2, Is it possible with this library ? It would be very helpfull for hybrid applications and using ui automator...

enhancement

my app is developed using flutter but some pages are webview ... ex. run robot framework use appium flutter library can't click or input page webview How do you have...

HI Team The scroll element function does not support the listView ,because it's used the flutter driver function:scrollIntoView , but it's not used when the element is listView , I...

Hi thanks for this libary helps us to automate mobile application tests, Could you help me to know how can get element chan for example : ------key:element_1 ----------key:sub_element ------key:element_2 ----------key:sub_element...

enhancement

When I use the Press KeyCode event, the driver trow following error on Appium 2.0. WebDriverException: Message: Method has not yet been implemented Stacktrace: NotYetImplementedError: Method has not yet been...

enhancement