Hi,
In my Mobile(Android app) Application i have to do swipe down untill element is visible , when i am trying below code Swipe down was happening and able to reach that element, After getting that element also loop was iterating since element was not able to identify. always 'b' value was false.
[UserCodeMethod]
public static void swipe1_method()
{
Boolean b= repo.ComKciDwcPatientapp.MyPlanPage.BtnMyHealingTrackingInfo.Exists(1000);
do{
Keyboard.Press("{Down}");
b=repo.ComKciDwcPatientapp.MyPlanPage.BtnMyHealingTrackingInfo.Exists(1000);
}while(!b);
so i have tested the same element by using ranorex predefined function(Validate.Exists(repo.ComKciDwcPatientapp.MyPlanPage.BtnMyHealingTrackingInfo)) , for this i have done swipe down manually.This function is working and able to recognize that element.
But when iam trying to do same in Usercode it's not Working.
Can you please help me on this issue.
Thanks,
Geetha C
Swipe down in Android App using Ranorex
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Swipe down in Android App using Ranorex
Hi!
Please contact us via the links below and we will be more than happy to further assist you with this!
Ranorex Team
Please contact us via the links below and we will be more than happy to further assist you with this!
- []Existing Customer: https://www.ranorex.com/support-query
[]Evaluation Customer: https://www.ranorex.com/prices/contact/
Ranorex Team