Search found 11 matches

by bhagya
Tue Feb 19, 2013 12:13 pm
Forum: General Questions
Topic: unable to identify redline changes in word using ranorex
Replies: 1
Views: 1619

unable to identify redline changes in word using ranorex

Hi team,

I have verification like i need to insert some text in word document and check the inserted text is shown as red line. Could you please guide me on the same
by bhagya
Tue Jul 24, 2012 1:14 pm
Forum: Automation Discussions
Topic: unable to click option within select tag
Replies: 15
Views: 10574

Re: unable to click option within select tag

I want to use it in both IE and firefox. I can use option.selected = true, but can you please let me know how the change event will be fired. Because only with selected = true, it doesn't refresh the page. So finding another solution for the problem. Along with this, I have tried 'ExecuteScript' but...
by bhagya
Tue Jul 24, 2012 10:26 am
Forum: General Questions
Topic: Dropdown (option) tag isn't clickable in IE
Replies: 3
Views: 1692

Re: Dropdown (option) tag isn't clickable in IE

Hi John,

Did you get any solution for this?
Please let me know as I am stucked for this optiontag.

Thanks,
Bhagya
by bhagya
Tue Jul 24, 2012 10:04 am
Forum: Automation Discussions
Topic: unable to click option within select tag
Replies: 15
Views: 10574

Re: unable to click option within select tag

hi All,

Thanks all for your solutions. However, I am still stucked with this problem.
It identifies the option tag within combo box but doent click it. It goes somewhere else and try to click it.
Please let me know.
by bhagya
Thu May 24, 2012 12:49 pm
Forum: Automation Discussions
Topic: unable to click option within select tag
Replies: 15
Views: 10574

Re: unable to click option within select tag

I want to click the option within combo box. The above solutions are not working. Anyone is having other solution.
by bhagya
Wed May 23, 2012 1:01 pm
Forum: Automation Discussions
Topic: unable to click option within select tag
Replies: 15
Views: 10574

Re: unable to click option within select tag

savedSearch.Selected = true;

Above code doesn't fire any event. I want page to be refreshed after selecting the particular value.
The code is written on clicking of option.
by bhagya
Wed May 23, 2012 10:00 am
Forum: Automation Discussions
Topic: unable to click option within select tag
Replies: 15
Views: 10574

unable to click option within select tag

hi, currently i am having a combo box which is identified as SelectTag in ranorex. I need to click option within that combo box. Code which i have written: Ranorex.SelectTag searchCombo = ecmMainPage.FindSingle("/dom[@domain='" + Constants.SERVER_PORT + "']//select[@id='select_savedsearches']"); sea...
by bhagya
Wed May 09, 2012 9:51 am
Forum: Automation Discussions
Topic: Need excel manipulation using Ranorex
Replies: 2
Views: 2727

Re: Need excel manipulation using Ranorex

Thanks Ciege.
by bhagya
Tue May 08, 2012 6:41 am
Forum: Automation Discussions
Topic: Need excel manipulation using Ranorex
Replies: 2
Views: 2727

Need excel manipulation using Ranorex

Hi, I have a scenario in which I need to open the excel file and update few of the cells with some value close it. I searched on forum and found that Ranorex is having a Ranorex.Plugin.Office dll by which we can open the excel file and manipulate it. However; when i added that file in my visual stud...
by bhagya
Wed Apr 25, 2012 6:00 am
Forum: General Questions
Topic: need a way to wait till a popup disappears
Replies: 6
Views: 7588

Re: need a way to wait till a popup disappears

Thanks for the code snnipet. I tried it and its working.
I also want to know if I am using Ranorex.dll in my visual studio solution, then why all the methods (ex. WaitTillnotExists) are not visible to me. Am I missing any other dll?
by bhagya
Tue Apr 24, 2012 12:42 pm
Forum: General Questions
Topic: need a way to wait till a popup disappears
Replies: 6
Views: 7588

need a way to wait till a popup disappears

Hi,

i am using Ranorex.dll in my C# script in visual studio. I want to wait till a small dialog disappears. I dont want to use thread.Sleep method. So is there any API in ranorex by which I can wait till the dialog disappears.

Thanks,
Bhagya