VaishnaviBUtpat Posted August 17, 2017 Posted August 17, 2017 (edited) expandcollapse popup<!DOCTYPE html> <html lang="en" xml:lang="en" style="height: 100%;" xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style> * { margin: 0; padding: 0; } .th-lk { color: #3665d0; font-family: Arial; font-size: small; text-decoration: none; } .th-lk { vertical-align: 0px; } .th-menu2 .th-lk { line-height: 2em; margin-bottom: 0px; margin-right: 0px; overflow: hidden; padding: 0; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .th-menu2 .th-lk { color: black; font-weight: bold; } .th-menu2 > li > .th-lk { display: block; padding-left: 8px; width: auto; } .th-menu2 .th-menu2-sub-item .th-lk, .th-menu2 .th-menu2-sub-item-hov .th-lk { margin-right: 20px; } .th-menu2-sub-item { position: relative !important; } .th-menu2 .th-menu2-item, .th-menu2 .th-menu2-item-hov, .th-menu2 .th-menu2-sub-item, .th-menu2 .th-menu2-sub-item-hov { background-repeat: repeat-x; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 1px; height: 2em; list-style: none; margin-bottom: 0px; padding: 0; width: 100%; } .th-menu2 .th-menu2-item, .th-menu2 .th-menu2-item-hov, .th-menu2 .th-menu2-sub-item, .th-menu2 .th-menu2-sub-item-hov { background-color: #ECECEC; background-image: url(sap_skins/default/styling/lshape/chg_butt_det_nav.gif); border-left-color: #d3d1ce; border-right-color: #d3d1ce; border-top-color: #d3d1ce; border-top-width: 0px; } .th-menu2 { border: 0 solid black; left: 0px; list-style: none; margin: 0; padding: 0; position: relative; } .th-menu2 { z-index: 10006; } .th-menu2 { background-color: white; } div { zoom: 1; } .th-sc-content { left: 0px; position: absolute; top: 0px; } .th-sc-container { left: 0px; overflow: hidden; position: relative; top: 0px; } .th-sc-top { position: relative; } .th-sc-top, .th-sc-content, .th-sc-container, .th-sc-buttondown, .th-sc-buttonup { width: 172px; } .th-sc-buttonup, .th-sc-container { z-index: 10101; } .th-sc-top { z-index: 10100; } body, td, th { font-family: Arial,Helvetica,sans-serif; font-size: small; } .th-l-navcontainer, .th_l_downcontainer { border-right-style: solid; border-right-width: 1px; width: 172px; } .th-l-navcontainer, .th_l_downcontainer { background-color: white; border-right-color: #d3d1ce; } body, html { margin: 0px; border: 0; margin: 0; } </style> </head> <body><form name="myFormId" id="myFormId" action="/sap(ZT1TVVJEWDFWVFVsOWZYMTlmTWpNNU9UWmZXWTlwZG5telZ1RGhBSUFBQ3Nyc2tBPT0=)/bc/bsp/sap/crm_ui_frame/BSPWDApplication.do?sap-client=100&sap-language=EN&sap-domainrelax=min" method="post" target="WorkAreaFrame2"><div class="th-ajax-area" id="rootAreaDiv"><div id="C1_W1_V2" tgt="" dhe="false"><table width="100%" style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><table width="100%" style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="th-l-navcontainer" id="th_l_navcontainer"><div class="th-sc-top" id="C1_W1_V2_thescroll" style="height: 786px;"><div class="th-sc-container" id="C1_W1_V2_thescroll_scbox" style="height: 786px;"><div class="th-sc-content" id="C1_W1_V2_thescroll_sccontent"><div class="th-ajax-area" id="C1_W1_V2_$navbar"><div id="C7_W35_V36" tgt="" dhe="true" excevt="" intevt="c:C7_W35_V36:C1_W1_V2_C7_W35_V36_MainNavigationLinks.do;" automode="true"><div class="th-ajax-area" id="C1_W1_V2_C7_W35_V36_MainNavigationLinks.do"><ul class="th-menu2" id="C7_W35_V36_mainmenu" style="width: 171px;"><li class="th-menu2-sub-item"><a title="Sales Cycle" class="th-lk" id="C7_W35_V36_UTL-SLS" onclick="htmlbSubmitLib('htmlb',this,'thtmlb:link:click:0','myFormId','C7_W35_V36_UTL-SLS','UTL\x2dSLS\x2dWC',0);return false" onfocus="thSaveKbFocus(this);" oncontextmenu="return false;" href="javascript:void(0)">Sales Cycle</a></li></ul></div></div></div></div></div></div></td></tr></tbody></table></td></tr></tbody></table></div></div></form></body> </html> How to capture above HTML element using AutoIT Edited August 18, 2017 by VaishnaviBUtpat
VaishnaviBUtpat Posted August 17, 2017 Author Posted August 17, 2017 I have tried to capture form and then form element using _IEFormGetObjByName _IEFormElementGetObjByName and then action Click using _IEAction But its unable to capture it.
Danp2 Posted August 17, 2017 Posted August 17, 2017 Show us your code and the resulting output from running it in Scite. VaishnaviBUtpat 1 Latest Webdriver UDF Release Webdriver Wiki FAQs
mLipok Posted August 17, 2017 Posted August 17, 2017 5 hours ago, VaishnaviBUtpat said: How to capture above HTML element using AutoIT Do you mean CSS ? If so you can try to look here: VaishnaviBUtpat 1 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24
VaishnaviBUtpat Posted August 18, 2017 Author Posted August 18, 2017 I have used the below code of AutoIT. Its working fine for first two pages but not working for next page. expandcollapse popup#include <IE.au3> #include <MsgBoxConstants.au3> #include <string.au3> #include <File.au3> #include <MsgBoxConstants.au3> #include <FileConstants.au3> #include <WinAPIFiles.au3> #include <Misc.au3> #include <AutoItConstants.au3> #include <Date.au3> #include<Inet.au3> #include <Inet.au3> Local $oIE = _IECreate("URL USED For WEB UI Browser",1,1,1,1) Sleep(2000) WinWaitActive ("Logon - Internet Explorer") Sleep (3000) $file1 = " Local Path of the file containing Log-in credentials" ;~ $file1 = @WorkingDir & "\ISU-NUB.csv" FileOpen($file1, 0) For $f = 1 to _FileCountLines($file1) $line1 = FileReadLine($file1, $f) Send($line1) Send ("{Tab}") Next Sleep(200) Local $oSubmit = _IEGetObjByName($oIE, "LOGON_BUTTON") _IEAction($oSubmit, "click") WinWaitActive("Select a business role: - [SAP] - Internet Explorer") Sleep (2000) _IELinkClickByText($oIE, "Name of the WEB UI business role") WinWaitActive("Inbox - [SAP] - Internet Explorer") ""-> Inbox is the work center/navigation bar on the CRM WEB UI application where we need to perform action on HTML elements like drop box or link $OIE = _IEAttach($oIE,"URL for WEB UI Browser after we select business role") Local $oForm = _IEFormGetObjByName($oIE, "crmUIHostDialogContainerForm") ; here code from this line is not working $select= _IEFormElementGetObjByName($oform,"Sales Cycle") _IEAction($select, "click")
Danp2 Posted August 18, 2017 Posted August 18, 2017 Some general feedback -- Have you considered using _IELoadWait instead of WinWaitActive? That the standard way of interacting with the browser. Using Send should be a last resort. Use _IEFormElementSetValue instead. The HTML you previously posted doesn't contain the form "crmUIHostDialogContainerForm", so either you're using the wrong form name or you haven't shown us the correct HTML. VaishnaviBUtpat 1 Latest Webdriver UDF Release Webdriver Wiki FAQs
VaishnaviBUtpat Posted August 22, 2017 Author Posted August 22, 2017 On 18.08.2017 at 5:13 PM, Danp2 said: Some general feedback -- Have you considered using _IELoadWait instead of WinWaitActive? That the standard way of interacting with the browser. Using Send should be a last resort. Use _IEFormElementSetValue instead. The HTML you previously posted doesn't contain the form "crmUIHostDialogContainerForm", so either you're using the wrong form name or you haven't shown us the correct HTML. Thanks for the suggestions.... I applied above suggestions.... But still its not working... Same code, same logic is working fine with other websites But its not working for CRM WEB UI.
Danp2 Posted August 22, 2017 Posted August 22, 2017 We can't help you without more details. As stated previously, the code you posted doesn't match the HTML. Please do the following -- Post the correct HTML Post the revised code Show us the results from the Scite output window when you run your script Latest Webdriver UDF Release Webdriver Wiki FAQs
VaishnaviBUtpat Posted September 12, 2017 Author Posted September 12, 2017 On 22.08.2017 at 7:14 PM, Danp2 said: We can't help you without more details. As stated previously, the code you posted doesn't match the HTML. Please do the following -- Post the correct HTML Post the revised code Show us the results from the Scite output window when you run your script ok thank you...!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now