Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

How to add automation attributes to java script dialogue box

edited May 8, 2019 5:05AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

In the support web, i have found below code to add automation attributes to Button. How to add these attributes to dialogue box

if (autoOn) {

var ATA={}; // add automation tag attributes

ATA[consts.get("SWE_PROP_AUTOM_OT")] = 'Button';

ATA[consts.get("SWE_PROP_AUTOM_RN")] = 'LinkedIn';

ATA[consts.get("SWE_PROP_AUTOM_UN")] = 'LinkedIn';

$('[name="myLinkedInIcon"]').attr(ATA);

}

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center