cancel
Showing results for 
Search instead for 
Did you mean: 

Automate data entry of portal

former_member212650
Participant
0 Kudos

I want to automate the portal for data entry from the client side ie..on a PC.

I have a Portal and I want to do some automated testing, Im getting access to fields using the DOM in IE from the client (PC side), and when i query the page through the dom model , get down in the HTML, i hit this var windowID = EPCM.getUniqueWindowId();

i want to put a cursor on a field inside this EPCM? I am running this from the client PC and I don't know how to reference fields

inside the EPCM..?

someone suggested :

Accessing HTML elements can be done using the DOM model. The windowID is used for the EPCF doNavigation() call that is used by the Desktop InnerPage.

but how do i know how what the field name is to pass to the EPCM.donavigation().

My question is - Is there a way to find this out what field names are ,from the Client side /PC side through the dom model.. ?

It dosen't look like the user entry fields are in plain HTML they are inside the portal client ..which i guess is a java applet?

mike

Accepted Solutions (1)

Accepted Solutions (1)

former_member212650
Participant
0 Kudos

Answers (0)