Search found 37 matches

by mmahra
Fri Mar 20, 2020 4:23 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Hi Pavel,

I am not getting class attributes identified in my APP!.

Do you know what can I use as emulator for ioS?

Thank you
by mmahra
Thu Mar 19, 2020 12:38 pm
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Hello Pavel, its ok

The element is failing to capture the snapshot

it is failing when /text[@text=$BlogName] and passing when /text[@text='test blog'] while the variable is defined to be 'test blog'.

Thank you for your help.
by mmahra
Thu Mar 19, 2020 12:03 pm
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Unfortunately using, /mobileapp[@title='com.jivesoftware.daily.prodinternal']/form[@title='ChannelNActivity']/androidelement[@rid='content']/androidelement/androidelement[1]/androidelement[3]/container[@containertype='Linear']/container[@containertype='Frame']/androidelement[1]/androidelement[1]/con...
by mmahra
Thu Mar 19, 2020 6:10 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Hi again,

I am trying to use variables more often than exact text as it is the main purpose for me here.

I created a variable and gave it a default name and added it in the XPath as per attached text[@text='$BlogName'].

it keeps failing
by mmahra
Thu Mar 19, 2020 4:31 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Hi Pavel,

I have been trying to implement your suggestion since yesterday, it is working for text but not for hints, maybe you can suggest a solution for the attached snapshot, I am trying to locate Email address field and Password field and not able to identify caption/text/hint.

Thank you..
by mmahra
Wed Mar 18, 2020 11:14 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Hello Pavel,

the Xpath works but indicated the search bar not the returned search.
by mmahra
Wed Mar 18, 2020 9:16 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Re: Anrdoid studio emulator and Tracking element in Mobile app

Thank you Pavel for your reply.

Expanding the tree is not helping much here as I was not able to find the element.

PFA
by mmahra
Wed Mar 18, 2020 5:35 am
Forum: How To …
Topic: Anrdoid studio emulator and Tracking element in Mobile app
Replies: 18
Views: 3588

Anrdoid studio emulator and Tracking element in Mobile app

Hello, I am using Android studio as emulator to Ranorex and I am stuck somehow on a Test where I do search and should verify the returned result. since Spy captures the UI elements first , I am not able to identify my returned search result. any work around for that? xpath: /mobileapp[@title='com.ji...
by mmahra
Mon Mar 16, 2020 8:32 am
Forum: Mobile Testing
Topic: Unable to connect Android and iOS devices through 'Endpoints' option.
Replies: 10
Views: 4283

Re: Unable to connect Android and iOS devices through 'Endpoints' option.

I tried multiple drivers,
I didn't do any instrumentation, trying to get the phone connected first
allowed Ports and enabled debugging,
by mmahra
Mon Mar 16, 2020 8:15 am
Forum: Mobile Testing
Topic: Unable to connect Android and iOS devices through 'Endpoints' option.
Replies: 10
Views: 4283

Re: Unable to connect Android and iOS devices through 'Endpoints' option.

I am facing exactly the same problem and increasing timeout is not helping here.
by mmahra
Mon Mar 16, 2020 4:57 am
Forum: How To …
Topic: Tracking element in desktop
Replies: 7
Views: 1602

Re: Tracking element in desktop

Hello Pavel, Thank you for your detailed reply and suggestions but I have tried the 4 probabilities here. VM(Windows Server 2016): Admin and local user Local machine(Windows10): admin and local user On the VM i was not able to capture the text area by all means knowing that Ranorex was installed on ...
by mmahra
Fri Mar 13, 2020 12:18 pm
Forum: How To …
Topic: Tracking element in desktop
Replies: 7
Views: 1602

Re: Tracking element in desktop

Hello Pavel, Thank you for your reply, I hope I can explain the problem here well. in this recording I am opening a bat file and validating on some text . yesterday, Using the Ranorex tracking, I was only able to track the bat window, so I captured a Snapshot and got the "TextArea" Path and created ...
by mmahra
Fri Mar 13, 2020 9:31 am
Forum: How To …
Topic: Tracking element in desktop
Replies: 7
Views: 1602

Re: Tracking element in desktop

Hi Pavel,

I got the problem with dynamic identifiers and it is more common in Web recording but my problem was that Ranorex was identifying the window name differently each time in the repo, so all the elements below that repo had to be updated everytime and that was frustrating honestly.