Search found 13 matches

by steven.fitzpatrick
Thu Mar 10, 2016 1:15 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

Re: Set Value/Press Keys on iPad using Ranorex browser

Hi, I've attempted your suggested steps but that's not exactly what I'm looking for. I'm attempting to enter a text value in an input field (eg. "Hello World") with the PressKeys("Hello World") user code rather than use the Mobile Key Press(Enter) as shown in your screenshot. I've made sure the keyb...
by steven.fitzpatrick
Mon Mar 07, 2016 3:40 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

Re: Set Value/Press Keys on iPad using Ranorex browser

I'm still waiting on certain div tags being updated to inputs by our developers but I've encountered an issue with using PressKeys again. I mentioned this in my original post but I have an input tag that I am able to set a value on but as was mentioned already, this doesn't trigger a keyboard event ...
by steven.fitzpatrick
Wed Mar 02, 2016 11:43 am
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

Re: Set Value/Press Keys on iPad using Ranorex browser

Thanks for the info, I had wondered why two of the tags were different from the rest but thought Ranorex would be able to send keys regardless.

Thanks for the help, it's been raised so hopefully I'll get an update soon & get it working.

Cheers
by steven.fitzpatrick
Tue Mar 01, 2016 4:06 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

Re: Set Value/Press Keys on iPad using Ranorex browser

Thanks for the quick reply, I thought that might be why the Save button didn't activate for the first part of my problem; I tried using PressKeys and entering a value but I also got the "Method not supported" error for that as well. I've added a Snapshot of the elements. The one I seen to be having ...
by steven.fitzpatrick
Tue Mar 01, 2016 3:19 pm
Forum: Mobile Testing
Topic: Set Value/Press Keys on iPad using Ranorex browser
Replies: 17
Views: 7908

Set Value/Press Keys on iPad using Ranorex browser

Hi, I'm currently attempting to automated the creation of a post on our website and the first stage is entering a few values in a web CMS with the Ranorex browser but I've already ran into a few problems. Through Ranorex Spy I can see a few of the elements are '/input' field and I am able to user Se...
by steven.fitzpatrick
Fri Feb 12, 2016 10:04 am
Forum: Mobile Testing
Topic: Ranorex regularly fails to connect to iOS app
Replies: 7
Views: 2498

Re: Ranorex regularly fails to connect to iOS app

Just an update, I've now been able to try over a WiFi connection & the problem persists.
by steven.fitzpatrick
Thu Feb 04, 2016 10:55 am
Forum: Mobile Testing
Topic: Ranorex regularly fails to connect to iOS app
Replies: 7
Views: 2498

Re: Ranorex regularly fails to connect to iOS app

Hi, Thanks for the quick reply. I've been using USB as it's not really feasible to try via WiFi as the phone needs to point to our test environment & the desktop computer is unable to reliably point at the same WiFi network. The reason I'm inclined to believe it's not the USB connection that is at f...
by steven.fitzpatrick
Wed Feb 03, 2016 5:04 pm
Forum: Mobile Testing
Topic: Ranorex regularly fails to connect to iOS app
Replies: 7
Views: 2498

Ranorex regularly fails to connect to iOS app

Hi, I'm currently writing tests in Ranorex that require actions to take place on a desktop browser and then open an iOS app and check there has been an update there. Everything is fine on the desktop side but when I create a new test recording and attempt to open the iOS app then I run into problems...
by steven.fitzpatrick
Thu Nov 05, 2015 10:24 am
Forum: General Questions
Topic: Clicking/Touching an non-repo element
Replies: 3
Views: 1387

Re: Clicking/Touching an non-repo element

Excellent. Thanks very much, your code worked once I'd edited the xpath slightly and and changed the foreach to 'Ranorex.AndroidElement'
foreach (Ranorex.AndroidElement)
Many thanks
by steven.fitzpatrick
Wed Nov 04, 2015 3:06 pm
Forum: General Questions
Topic: Clicking/Touching an non-repo element
Replies: 3
Views: 1387

Clicking/Touching an non-repo element

Hi all, I'm working on some Android app tests at the moment & have a calendar style container with today's date in it and those for a week previous & week in the future. I have used Host.Local.Find and a For Loop to find each element and correct the Xpath. I want to click on each of these elements i...
by steven.fitzpatrick
Fri Oct 30, 2015 10:16 am
Forum: Mobile Testing
Topic: Unable to touch screen / inject event error
Replies: 5
Views: 3975

Re: Unable to touch screen / inject event error

Ranorex support have been in touch. Hopefully I can get a workaround & I'll update here if I do.

Cheers.
by steven.fitzpatrick
Fri Oct 30, 2015 10:14 am
Forum: Mobile Testing
Topic: Unable to touch screen / inject event error
Replies: 5
Views: 3975

Re: Unable to touch screen / inject event error

Sadly that didn't help. I get the inject event error regardless of what element I attempt to touch, even on the video containers. I've added some attachments, one of the elements available on the device when I attempt to validate them and one of the error I get when I target any of these elements wi...
by steven.fitzpatrick
Wed Oct 28, 2015 4:03 pm
Forum: Mobile Testing
Topic: Unable to touch screen / inject event error
Replies: 5
Views: 3975

Unable to touch screen / inject event error

I'm currently attempting to test video playback on an Android application that requires me to press the screen in order to ensure the video controls menu is visible before I can press the pause/play button. When I attempt to 'touch' any element on the page through Ranorex the test fails & I get an "...