Search found 13 matches

by tgroeger
Fri Aug 08, 2014 7:03 am
Forum: Mobile Testing
Topic: Closing keyboard on iOS
Replies: 1
Views: 2403

Closing keyboard on iOS

Hello everyone, I've recently installed the new version of Ranorex (5.1.1) and integrated the newest version of the libraries (1.6.1) into the iOS apps I am automating and have noticed that I can no longer close the keyboard once it pops up. I've used to identify the close button and touch it. I can...
by tgroeger
Mon Jul 21, 2014 6:37 am
Forum: Mobile Testing
Topic: Calling methods of the underlying control
Replies: 1
Views: 2112

Calling methods of the underlying control

Hello, I've read the following in the release notes of the most recent Ranorex Release (5.1.0): "Mobile elements now allow calling methods and getting/setting properties of the underlying control" This has the potential to significantly improve my automated tests and I'm very happy to hear that this...
by tgroeger
Wed May 28, 2014 9:01 am
Forum: Object Identification and Technologies
Topic: Identifying elements without children via RanoreXpath
Replies: 8
Views: 3029

Re: Identifying elements without children via RanoreXpath

It would be a lot easier, provided I only wanted to use that path or the objects a few times in single instances of recordings and/or code. But the path is used as a basepath to specify children inside of specific ColumnCells and subsequently used to define actions on them in the form of recordings....
by tgroeger
Wed May 28, 2014 8:43 am
Forum: Object Identification and Technologies
Topic: Identifying elements without children via RanoreXpath
Replies: 8
Views: 3029

Re: Identifying elements without children via RanoreXpath

Thank you for your help. I'm unable to provide you with the Snapshot file, because I'm not allowed to do so. Your path does generally identify the elements I'm searching and was one of the things I've tried beforehand. In practice when using this path I'm unable to access any but the very first Colu...
by tgroeger
Wed May 28, 2014 6:20 am
Forum: Object Identification and Technologies
Topic: Identifying elements without children via RanoreXpath
Replies: 8
Views: 3029

Re: Identifying elements without children via RanoreXpath

Unfortunately even though those elements aren't discernible on the UI they are nevertheless "Visible" as far as Ranorex is concerned, as can be seen on the screenshot I provided (Invisible items show up as greyed out in the spy). iosscrollview/container[@platformclass='ColumnCell'][$fieldrowNumber]/...
by tgroeger
Tue May 27, 2014 2:25 pm
Forum: Object Identification and Technologies
Topic: Identifying elements without children via RanoreXpath
Replies: 8
Views: 3029

Re: Identifying elements without children via RanoreXpath

The path you specified returns the parent of the first element inside any ColumnCell. Example: ColumnCell - element - element ColumnCell - element - element - element ColumnCell ColumnCell - element Using a variation of your path to get the fourth ColumnCell by using the number 4 as $fieldrowNumber ...
by tgroeger
Tue May 27, 2014 1:39 pm
Forum: Object Identification and Technologies
Topic: Identifying elements without children via RanoreXpath
Replies: 8
Views: 3029

Identifying elements without children via RanoreXpath

Hello everyone, I've just come across a rather obstinate problem concerning ranoreXpaths. The following screenshot shows the relevant part of the application I'm working on. SpyScreenshot.PNG I'm trying to create a ranoreXpath which identifies those Containers 'ColumnCell' inside the IosScrollView w...
by tgroeger
Tue Apr 29, 2014 10:28 am
Forum: Mobile Testing
Topic: Android DatePicker
Replies: 4
Views: 2996

Re: Android DatePicker

Hello Markus,

just today I've gotten my hands on a newer android device, which is also running a newer version of android (4.2.2) than my previous device. In this version your workaround seems to work just fine with a few modifications.

Thanks for your help!

Regards, tgroeger
by tgroeger
Fri Apr 25, 2014 2:16 pm
Forum: Mobile Testing
Topic: Android DatePicker
Replies: 4
Views: 2996

Re: Android DatePicker

Unfortunately even with those measures in place the value I entered was not saved. Even trying to use a swipe or touching various or single parts of the date before or after entering a value did not help.
by tgroeger
Wed Apr 23, 2014 2:06 pm
Forum: Mobile Testing
Topic: Android DatePicker
Replies: 4
Views: 2996

Android DatePicker

Hello everyone, I've recently come across a particularly annoying problem. I have to automate setting a date using the android widget "DatePicker". As you can probably imagine I wish to circumvent the need to have to press arrows until the value I wish to set appears so I'm looking for a way to set ...
by tgroeger
Tue Apr 22, 2014 9:39 am
Forum: Automation Tools
Topic: Static binding of global variable to repository variable
Replies: 1
Views: 2490

Static binding of global variable to repository variable

Hello everyone, I'm in the process of automating a few tests in a web environment and have come across the need to be able to quickly substititute the URL of the page I'm running the test on with something else. I'm doing this mainly to be able to test differing versions of the same page located und...
by tgroeger
Thu Dec 12, 2013 4:17 pm
Forum: Mobile Testing
Topic: iOS6 UISwitch
Replies: 1
Views: 2531

iOS6 UISwitch

Dear Ranorex Support Team and everyone else reading, I recently had to automate a GUI-test for iOS7 and 6, which has to use an UISwitch as part of it. While simply touching the UISwitch makes it toggle its status as intended in iOS7, it does not do the same in iOS6. In fact it doesn't do anything in...
by tgroeger
Wed Oct 16, 2013 1:42 pm
Forum: Mobile Testing
Topic: iOS: Embedded web object recognition
Replies: 1
Views: 2467

iOS: Embedded web object recognition

Dear Ranorex Support Team and other readers, I'm currently experiencing problems with using controls inside of an embedded web object inside of the app I'm currently testing. The app is opening an external webpage in an embedded browser. I am able to use any controls of the embedded web page manuall...