Search found 49 matches

by bheemuabhigna
Fri May 06, 2016 8:39 am
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Hi,

We spoke with our developers and below are the technologies used in our app

• awesomium web control v1.7.5.1
• chrome 18.x
• WPF

Let me know whether Ranorex can help us in automating application.

Thanks,
Abhigna
by bheemuabhigna
Thu May 05, 2016 5:18 pm
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Does this confirm that Ranorex will not work for our application.
Can I inform the same to our client or can we try with any other ways

Thanks,
Abhigna
by bheemuabhigna
Thu May 05, 2016 3:41 pm
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Hi,

what does embedded chrome mean.You mean in chrome browser.
This is windows application. Do you mean that activating plugin in chrome browser will effect the windows application.

Thanks,
Abhigna
by bheemuabhigna
Thu May 05, 2016 7:13 am
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Hi,

Any update regarding this post.
Let me know whether Ranorex can handle these kind of objects
We need to update client asap.

Thanks,
Abhigna
by bheemuabhigna
Wed May 04, 2016 1:58 pm
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Hi,

sent snapshot in email

Thanks,
Abhigna
by bheemuabhigna
Tue May 03, 2016 4:52 pm
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Re: Does ranorex support windows app with somium

Hi, We are using Ranorex 5.4.6 I tried with below wpf options with below combinations Enable wpf debug capacity = true Realize items in virtualizer container = true show all elements = true WPF Legacy/UIA Interaction = WPfpreferred and Enable wpf debug capacity = true Realize items in virtualizer co...
by bheemuabhigna
Tue May 03, 2016 1:51 pm
Forum: General Questions
Topic: Does ranorex support windows app with awesomium
Replies: 11
Views: 3024

Does ranorex support windows app with awesomium

Hi Team, We have a windows application that needs to be automated. The application is developed on .net using somium with Google chrome. When I tried spy objects i got message to install "WPF plugin". I enabled wpf plugin from Ranorex and tried spying again. Now I am able to identify windows control...
by bheemuabhigna
Thu Sep 15, 2011 7:35 am
Forum: Automation Tools
Topic: passing data from config file
Replies: 3
Views: 3454

Re: passing data from config file

Hi Support team,

Thanks for update. I will try this.

What about environment variables.
Can we create environment variable in system and use that in my script?

Thanks,
Abhigna
by bheemuabhigna
Wed Sep 14, 2011 10:01 am
Forum: Automation Tools
Topic: passing data from config file
Replies: 3
Views: 3454

passing data from config file

Hi, We want to pass some value from config file I added below code to "C:\Documents and Settings\<User>\Application Data\RanorexConfig3.xml" <appSettings> <add key="DBConnectionString" value="Password=xxxx;Persist Security Info=True;User ID=xxx;Initial Catalog=testing;Data Source=1.1.1.1"> </appSett...
by bheemuabhigna
Mon Sep 05, 2011 9:02 am
Forum: Automation Tools
Topic: How to get http request logs
Replies: 1
Views: 3494

How to get http request logs

Is it possible to get all httprequests of a browser Eg: we have opened the browser, navigated to google.com, searched for a string, clicked on any link and I got some error Now I want to track all httprequests from opening browser We have been using fiddler, but our client wants this to be done by r...
by bheemuabhigna
Tue Aug 09, 2011 11:08 am
Forum: Automation Discussions
Topic: Unable to unzip zip files
Replies: 3
Views: 4691

Unable to unzip zip files

Hi, I have used Ionic.zip.dll to zip the files. The system is able to zip and send me mail. But when I try to unzip the file using 7zip , it tells that "Cannot open the file "C:\.." as Archive" Every thing worked fine earlier when I tested the code Please let me know where the issue can be Thanks, A...
by bheemuabhigna
Mon Aug 08, 2011 10:13 am
Forum: Automation Tools
Topic: Not able to get findform options in Application
Replies: 4
Views: 2142

Re: Not able to get findform options in Application

Thank You Very much

It was very helpful.

Thanks,
Abhigna
by bheemuabhigna
Mon Aug 08, 2011 7:38 am
Forum: Automation Tools
Topic: Not able to get findform options in Application
Replies: 4
Views: 2142

Re: Not able to get findform options in Application

Thanks for information. I am trying to capture image of desktop. So, I found some article to read desktop as form and capturing it. please let me know how can I have a screenshot of desktop. I am capturing screenshot of browser. If browser is not available, the script should capture the desktop imag...
by bheemuabhigna
Thu Aug 04, 2011 7:56 am
Forum: Automation Tools
Topic: Not able to get findform options in Application
Replies: 4
Views: 2142

Not able to get findform options in Application

Hi, I am trying to use "application.findformclassname()" option in my scripts But I am unable to find any find option(findformclassname,findformtitle, etc., ) in Application object We are using Ranorex 3.0.1 and I have added Ranorex.core.dll also. Is there anything else I have to do to get these opt...
by bheemuabhigna
Fri Apr 01, 2011 8:48 am
Forum: Automation Discussions
Topic: Ranorex integration with SVN and draco
Replies: 7
Views: 3476

Re: Ranorex integration with SVN and draco

Hi, Atlast, I was able to figure it out. Its very simple and I struggled a lot it find out this simple approch. I am giving detailes steps below to create Nant build. Hope it will be useful to someone else. 1.Downlad Nant from the site 2.Go to my computer propertie -> Advanced -> Environment variabl...