Search found 21 matches

by lila
Wed Mar 22, 2017 2:10 pm
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

Hi, Let me explain in detail about this issue. My script fails whenever a dropdown contains a null value as the first option. Example of the dropdown is mentioned below; Dropdown.png Here if you have noted the first listitem in the dropdown is null. I am building my xpath as mentioned below; ListIte...
by lila
Fri Mar 17, 2017 10:50 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

I had a discussion with our developers here and it seems that they are passing empty string in first value of the list item. I am receiving the value as null for the first element and hence it is throwing a null pointer exception for me. I need to find a solution for it now. Thank you all for your v...
by lila
Fri Mar 17, 2017 7:37 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

IE 9 Screenshot 2
Dropdown 4.png
IE 11 Screenshot 1
Content_Editable_Inherit.jpg
[IE 11 Screenshot 2
Valid_Ture.jpg
by lila
Fri Mar 17, 2017 7:34 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

Thanks for the efforts. Attached are the screenshots and my observation . The difference between your dropdown list and my dropdown list is that the first value of the dropdown in your case has a value Dropdown 1.png while mine doesn't have a value. Dropdown 2.png That is the reason the same code wo...
by lila
Thu Mar 16, 2017 3:01 pm
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

No path has changed. I am running the same script in parallel on two different machines containing IE 9 and IE 11 on the same server . The one with IE 9 works absolutely fine whereas the one with IE 11 fails.
by lila
Thu Mar 16, 2017 1:31 pm
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

Below is the error that I am getting; Unable to find Select Item: locationone. No element found for path '/container[@caption='selectbox']/listitem[@text='locationone']' within 10s. Below is the way i am calling the method; I have a internal Class named RanorexObjects and I have created all the clas...
by lila
Thu Mar 16, 2017 11:59 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

I tried to save the snapshot using the Instant Tracking method that you suggested and I am getting the below error. I have got the Snapshot in one instance. Please check if that could be of help. As per your suggestion, I also upgraded trial version of latest Ranorex and still getting the same error.
by lila
Thu Mar 16, 2017 9:52 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

I have attached both the snapshtos now. I will try upgrading to latest version and let you know the behaviour
by lila
Thu Mar 16, 2017 9:43 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Re: Dropdown selection in IE 11 doesnot work

Attached is the snapshots that you had requested for. I am using Ranorex verrsion 5.3.0
by lila
Thu Mar 16, 2017 8:30 am
Forum: General Questions
Topic: Dropdown selection in IE 11 doesnot work
Replies: 18
Views: 7803

Dropdown selection in IE 11 doesnot work

Dear all, I have been working on an application which has support only for IE 9. I had used the below customized code for selecting an element from a drop down; public void SelectfromSelecttag(SelectTag selectTag, string comboItem) { try { int attemptsToSelect =0; int maxAttemps = 3; while(attemptsT...
by lila
Mon Dec 05, 2016 7:16 am
Forum: Automation Tools
Topic: IE crash with message "A problem caused the program to stop"
Replies: 1
Views: 1758

IE crash with message "A problem caused the program to stop"

Hi all, Mine is automation suite which runs on IE browser. I have a function to terminate my browser for which I have used the below code // public void terminateBrowser(string browsername) { try { Process[] pname = Process.GetProcessesByName("iexplore"); do { Host.Local.KillBrowser(browsername); De...
by lila
Mon Nov 28, 2016 1:07 pm
Forum: General Questions
Topic: Regular Expression Usage in TR element
Replies: 6
Views: 1454

Re: Regular Expression Usage in TR element

Hi Pavel,

Thank you so much for the detailed explanation.

This is of great help to me.

With Best Regards,
LiLa
by lila
Mon Nov 28, 2016 11:16 am
Forum: General Questions
Topic: Regular Expression Usage in TR element
Replies: 6
Views: 1454

Re: Regular Expression Usage in TR element

Hi Pavel,

I used this and it really worked.

But I would like to know how this works and what is the logic behind using this format.

It would be really helpful if you could explain the below mentioned part;

parent::tr/following-sibling::tr

Thanks in Advance for your help.

Regards,
LiLa
by lila
Mon Nov 28, 2016 7:48 am
Forum: General Questions
Topic: Regular Expression Usage in TR element
Replies: 6
Views: 1454

Regular Expression Usage in TR element

Hi , I am working on automation of web application. The module that I am currently working on is Admin Module. The Admin module contains the same Admin link named "Settings" multiple times in the page. Below is the Xpath for one of the "Settings" admin menu link; ?/frame[@name='mainFrame']//frame[@n...
by lila
Tue Feb 24, 2015 3:08 pm
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Hi Markus,

I have sent the snapshot file to email id [email protected] referring this link.

Thank you for your support

Regards,
LiLa