Search found 62 matches

by sstowe
Wed Sep 26, 2018 6:13 pm
Forum: General Questions
Topic: getting ALL <li> children from div
Replies: 4
Views: 2130

Re: getting ALL <li> children from div

The code you gave will get LI direct children. I imagine it is not possible to get ALL li descendants?
by sstowe
Wed Sep 26, 2018 5:36 pm
Forum: General Questions
Topic: getting ALL <li> children from div
Replies: 4
Views: 2130

Re: getting ALL <li> children from div

I will try that. Thanks. The thing about a snapshot is that I want to be able to do this for any div...
I did not realize I could not delete this one when I added the other which seemed a better place for it.
by sstowe
Wed Sep 26, 2018 3:21 pm
Forum: General Questions
Topic: getting ALL <li> children from div
Replies: 4
Views: 2130

getting ALL <li> children from div

I am writing a method to get all the li children of an element, usually a div at runtime. I want to pass in the repo item info and get all the li elements that are currently available. I would love to be able to get to all children, grandchildren and greats... for a given div of the div at runtime. ...
by sstowe
Thu Sep 20, 2018 3:27 pm
Forum: General Questions
Topic: Where to get the elapsed time for entre suite run
Replies: 1
Views: 1466

Where to get the elapsed time for entre suite run

In my log file for my suite run I see: Duration 56.95s I have code in which I am trying to determine the run duration. double dblElapsed = (double) Ranorex.Core.Reporting.ActivityStack.Current.ElapsedTime.Milliseconds / (double) 1000; The values are different. I can readily imagine the ActivityStack...
by sstowe
Tue Sep 18, 2018 2:01 pm
Forum: General Questions
Topic: Urgent: <select option not reporting error on click but clicking to upper left corner of dom (maybe?)
Replies: 7
Views: 1937

Re: Urgent: <select option not reporting error on click but clicking to upper left corner of dom (maybe?)

"that you are trying to click an option element, without expanding the SelectBox? " No. The test clicked the <select> . The latter issue seems to be the issue since the test works in IE. I am not sure what object viewer you are using to expose this in Chrome. It looks like a plain old select to me i...
by sstowe
Mon Sep 17, 2018 9:08 pm
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3542

Re: setvalue on Android entering the value but app not recognizing input

So... what I am really reading here? Trying something like this repo.ComBottomlineEastern.WebDocument6012SbxBtbankingCom.Self.ExecuteScript("$(\"#'a11y-realm'\").change();"); Caused an error in my AUT. And really provides a highly unsatisfactory solution. If I cannot get a plain text box to accept i...
by sstowe
Mon Sep 17, 2018 4:19 pm
Forum: General Questions
Topic: Urgent: <select option not reporting error on click but clicking to upper left corner of dom (maybe?)
Replies: 7
Views: 1937

Urgent: <select option not reporting error on click but clicking to upper left corner of dom (maybe?)

I have a <select> tag that is causing me pain. <select name="widget-injector"> <option value="-1">Add Widget</option> <option value="SMBACCTLIST">Accounts</option> <option value="ALERTS_CENTER_WIDGET">Alerts Center</option> <option value="CHECKFREE_SSO">Bill Payment Enrollment</option> <option value...
by sstowe
Thu Sep 13, 2018 3:12 pm
Forum: General Questions
Topic: teardown getting current test info for email
Replies: 5
Views: 1749

Re: teardown getting current test info for email

Thanks! You can always hire me to write the documentation. :)
by sstowe
Thu Sep 13, 2018 1:14 pm
Forum: General Questions
Topic: teardown getting current test info for email
Replies: 5
Views: 1749

Re: teardown getting current test info for email

I am sending an email on test fail using AutomationHelpers. I am looking for a reference to the Ranorex API for determining pass/fail and execution time. I know it exists but cannot find it. I love Ranorex. I don't love the documentation I fear.
by sstowe
Wed Sep 12, 2018 5:41 pm
Forum: General Questions
Topic: teardown getting current test info for email
Replies: 5
Views: 1749

teardown getting current test info for email

How do I get things like

- Current running test configuration.
- Execution time
- pass/fail status

I know it is part of the API, but I cannot find it in the docs. Thanks

Stephanie
by sstowe
Mon Sep 10, 2018 6:58 pm
Forum: General Questions
Topic: attachment in report
Replies: 1
Views: 1031

attachment in report

Is it possible to attach a file to the test run report? Thanks
by sstowe
Thu Sep 06, 2018 3:29 pm
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3542

Re: setvalue on Android entering the value but app not recognizing input

So yes, I can tell that setvalue is not triggering underlying events. I guess that is my question. I can touch the field and see the indicator that it has focus. But the mobilekeypress is not supported. I tried (see keypress) and received a failure "Specified method is not supported. " As you can se...
by sstowe
Wed Sep 05, 2018 3:47 pm
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3542

setvalue on Android entering the value but app not recognizing input

Hello from a mobile super noob. I am writing my first test. I am simulating loading app enter realm enter user id enter password touch sign in My test steps are run mobile app... SetValue Name: Value Value: the correct info) with repo item for each text box touch Sign In button I can see the values ...
by sstowe
Fri Aug 24, 2018 2:30 pm
Forum: General Questions
Topic: Ranorex report to pdf conversion blog
Replies: 5
Views: 1855

Re: Ranorex report to pdf conversion blog

I am not seeing any help specific to the ReporttoPDFModule parameters. Can you share that link, please? Thank you.