Search found 3 matches

by tbailey
Mon Apr 20, 2015 3:49 pm
Forum: Automation API
Topic: Start recording from user code
Replies: 3
Views: 2677

Re: Start recording from user code

Thanks for the reply. I'm testing logging into a web app. If the user is already logged in, all my tests fail, so I need to run a specific recording to log out if I detect that the web app is already logged in. I didn't include the version information because my issue wasn't really version specific.
by tbailey
Mon Apr 20, 2015 3:39 pm
Forum: Automation Tools
Topic: Chrome Flash Plugin Out of Date
Replies: 11
Views: 4521

Chrome Flash Plugin Out of Date

I'm running Ranorex 5.3.1 on Windows. Starting today, I am getting a message in Chrome that my Flash debug plugin is out of date. This breaks all of my tests.

I tried upgrading to 5.3.2 and running the Instrumentation Wizard, but this didn't correct the problem. Any idea how I can get running again?
by tbailey
Fri Apr 17, 2015 5:06 pm
Forum: Automation API
Topic: Start recording from user code
Replies: 3
Views: 2677

Start recording from user code

I have a recording "hello.rxrec" that I'm trying to run from VB code in another record. From what I read, I only need to use "hello.Start()". However, I get an error "test is not declared. It may be inaccessible due to its protection level." This seems like it should be pretty simple, not sure what ...