Search found 13 matches

by thecrazykaktus
Tue Jun 24, 2014 11:34 am
Forum: Object Identification and Technologies
Topic: input field is deleted
Replies: 10
Views: 2343

Re: input field is deleted

I have found the problem.
Before I make the entry in the user name and password I delete the Cache of Firefox automatically which is also a Ranorex test.

If I empty the cache then my test then my test is not working properly.
by thecrazykaktus
Tue Jun 24, 2014 10:09 am
Forum: Object Identification and Technologies
Topic: input field is deleted
Replies: 10
Views: 2343

Re: input field is deleted

First i make an key sequence in the name field an when i swich in the Passwort field the name field will be deleted.

I use Firefox 30 an Ranorex 5.03
by thecrazykaktus
Tue Jun 24, 2014 9:57 am
Forum: Object Identification and Technologies
Topic: input field is deleted
Replies: 10
Views: 2343

Re: input field is deleted

Unfortunately it does not work that way.

The website calls if you want to test is.

https://www.mydvag.com/

I can give you no login unfortunately but if you tried it with Firefox and you switch with Ranorex the input fields they will be deleted
by thecrazykaktus
Mon Jun 23, 2014 1:31 pm
Forum: Object Identification and Technologies
Topic: input field is deleted
Replies: 10
Views: 2343

Re: input field is deleted

Here are the xpath

Input Username
/dom[@domain='www.xxx.com']//input[#'vb_nr']

Input Password
/dom[@domain='www.xxx.com']//input[#'CurrPW']

Here are the Snapshorts of both elements (Firefox)

Username
Benutzerkennung.rxsnp

PW:
Password.rxsnp
by thecrazykaktus
Mon Jun 23, 2014 12:44 pm
Forum: Object Identification and Technologies
Topic: input field is deleted
Replies: 10
Views: 2343

input field is deleted

Hello, I have a problem.
I have two input fields, once a name field and a password field.
When I enter the user name and and switch in the Password field the User field will be deleted. (Firefox 30)
In Internet Explorer everything works fine.
by thecrazykaktus
Mon May 26, 2014 9:16 am
Forum: Object Identification and Technologies
Topic: Select Box and onchange
Replies: 3
Views: 2592

Re: Select Box and onchange

First of all thanks for the hint, But unfortunately I do not know exactly how I need to implement it. I hope you can help me with this? I'm unfortunately a novice programmer :) This is my current code. public void Alle_Kategorien() { SelectTag someSelectTag = "//div[#'ifrdiv_intranet']/iframe[@id='i...
by thecrazykaktus
Thu May 22, 2014 3:51 pm
Forum: Object Identification and Technologies
Topic: Select Box and onchange
Replies: 3
Views: 2592

Select Box and onchange

Hello, I have a problem with the Selectbox. Sorrow I can select a list item, but but the onchange do not work. public void test() { SelectTag someSelectTag = "/dom[@domain='www.....com']//div[#'ifrdiv_intranet']/iframe[@id='ifr_intranet']//frameset[#'main']/frame[@id='DVAGcontent']//div[#'searchbox'...
by thecrazykaktus
Wed May 07, 2014 12:10 pm
Forum: Automation API
Topic: which Brwoser is currently active?
Replies: 2
Views: 2697

Re: which Brwoser is currently active?

Thanks, it works fine!
by thecrazykaktus
Tue May 06, 2014 10:52 am
Forum: Automation API
Topic: which Brwoser is currently active?
Replies: 2
Views: 2697

which Brwoser is currently active?

Hi people,


can any one tell me how I can check which Browser is currently active?
I want to check if just the IE or Firefox is active.

How can i do that?

Thanks.
by thecrazykaktus
Thu Mar 27, 2014 1:51 pm
Forum: Object Identification and Technologies
Topic: How can I check if a video is playing?
Replies: 1
Views: 1801

How can I check if a video is playing?

Hello,

I have a Flash video on the home page, now I want to check if it is played correctly or Check if the flash video is played.

Is there a possibility to check that?
by thecrazykaktus
Thu Feb 20, 2014 1:06 pm
Forum: Object Identification and Technologies
Topic: Find a special Row
Replies: 3
Views: 2240

Find a special Row

Hi, Unfortunately I have another problem. I have a table with multiple rows and columns. There, I'm trying to find a special content and I want to click this. (Example Absender = Ralf Goebe, Betreff = ticktack) Picture of the table with content http://picload.org/image/ldowilo/test2.jpg http://piclo...
by thecrazykaktus
Wed Feb 19, 2014 2:40 pm
Forum: Object Identification and Technologies
Topic: Edit JS Framework
Replies: 2
Views: 2048

Re: Edit JS Framework

Thanks!
by thecrazykaktus
Wed Feb 19, 2014 12:38 pm
Forum: Object Identification and Technologies
Topic: Edit JS Framework
Replies: 2
Views: 2048

Edit JS Framework

Hi I have a problem with dynamic IDs. We use the JS Framework. I have a link witch is a Button that is generated dynamically. The example can be found here. .//div[#'ifrdiv_comcat']/iframe[@id='ifr_comcat']//a[#'form_vertical_toolbar:j_idt112:create'] How can i handle the dynamic ID? I have no other...