Question
6
Replies
244
Views
Sykes Asia Inc.
Posted: April 10, 2019
Last activity: April 15, 2019
Closed
Raise Event Method not found
Hi Guys,
I'm currently creating an application that will automate Kronos process. However, Kronos uses a java applet on its front end. Somehow I need to trigger an event on one of its textboxes to continue the workflow, upon searching all text box method I cannot see raise event method. Also when I interrogated this textbox OpenSpan tag this as "OpenSpan.Adapters.Controls.TextBox", Seeking for your assistance on this one. Thank you.
The RaiseEvent method is only available for web controls not Java controls. You might need to perform a SendKeys to simulate a mouse click. With Java controls, you have the ability to write your own connectors to interact with the controls directly. Here are a couple articles that may help your understanding, although this is a pretty advanced topic.
https://community.pega.com/knowledgebase/documents/creating-ui-connectors
https://community.pega.com/knowledgebase/documents/technical-article-understanding-translators