Menu

Click OK in alert messge through Jameleon

Help
lalaar
2007-08-20
2013-04-25
  • lalaar

    lalaar - 2007-08-20

    Hi,

    Does any one knows is there any tag in jiffie plug to click ok button from JavaScript alert message.

    Thanks

     
    • Christian Hargraves

      In the Jiffie plug-in, you'd actually need to use the ie-send-keys tag to actually send keys to the screen.

       
      • lalaar

        lalaar - 2007-08-21

        Hi Chirs

        I used like below example but the Jamel eon cannot find the Warning alert box

        <jm:ie-send-keys functionId="Click OK" windowTitle="Microsoft Internet Explorer" keys="OK" functionDelay="10"/>

        I know I am doing something wrong can you give me one example how clicl ok for javascript alert?

        Thanks

         
    • lalaar

      lalaar - 2007-08-21

      hi Chirs,

      Thanks I found it now , if any one want to use Jameleon for clicking alert message here is the example

      <jm:ie-send-keys functionId="Click OK" windowTitle="Microsoft Internet Explorer" keys="~" functionDelay="10"/>

       

Log in to post a comment.