Inflectra Customer Forums: Using JS (Thread) Hi, im new using rapise, i have a question.... How can i use 'document.getElementById' from javascript? And also, i cant use alert from javascript Thanks in advance conchitabh en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/rapise/issues-questions/1311.aspxthreadId=1311Concepcion C Bautista (mbautista@occ.com.mx)Using JS Hi, im new using rapise, i have a question.... How can i use 'document.getElementById' from javascript? And also, i cant use alert from javascript Thanks in advance conchitabh Tue, 06 Oct 2015 15:55:47 -04002015-10-07T22:52:04-04:00/Support/Forum/rapise/issues-questions/1311.aspxmessageId=2365Inflectra Sarah (donotreply6@kronodesk.net) Hi Concepcion There is a way (using ExecJS) to send commands directly to the browser, howev Hi Concepcion There is a way (using ExecJS) to send commands directly to the browser, however it is not the recommended way of doing things. Rapise works by learning 'objects' that map to physical elements on the web page. I would try following the Rapise Quick Start Guide to get a feel for how this works. In particular, the section on using the WebSpy should help you get going. Regards Sarah. Wed, 07 Oct 2015 20:49:31 -04002015-10-07T20:49:31-04:00/Support/Forum/rapise/issues-questions/1311.aspx#reply2365messageId=2366Concepcion C Bautista (mbautista@occ.com.mx) Hi, thank you, I tried with this: var saludo ='hello'; Navigator.DoCheckAlert(saludo); Hi, thank you, I tried with this: var saludo ='hello'; Navigator.DoCheckAlert(saludo); But why is not working? The error says: Browser popup message missing: hello I'm using Google Chrome as navigator Wed, 07 Oct 2015 22:52:04 -04002015-10-07T22:52:04-04:00/Support/Forum/rapise/issues-questions/1311.aspx#reply2366