Hi,
I trying to automate some of the operations of https web page, but unfortunately i am not able to view any objectID/object name of that web page, as it been developed/showing java script in view source.
Please let me know how can i use Auto IT do the operation on these pages ?
First page is Login page which is having User Name & Password field with the Login buton enabled but in view source it shows only java scripts
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> </title>
<script src="RoboHelp_CSH.js" language="javascript"></script>
<script src="AC_OETags.js" language="javascript"></script>
<style>
body { margin: 0px; overflow:hidden }
</style>
<script language="JavaScript" type="text/javascript">
and rest other same codes...
Please help me out on this thanks in Advance...
Santosh