Jump to content

Manivel

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Manivel

  1. Hi, Can any one please share the Connection string for SQL Developer. How to Connect the SQL Developer from AutoIT. We need to execute the query through AutoIt. is that possible ?
  2. We are launching the AutoIT script through selenium and passing the values through command lines. Similarly able to return the value from AutoIt to selenium ? If yes ? how to return the values ?
  3. Thanks for update. Will try to handle this.
  4. my concern is the values what you are showing in msg box is dynamic value. it may be 15 or 13 or 19 or any value. Its a control [button]. I need to click that button. The property value might be 15 or any value. Through sub string we can get the value. How to replace that value. Because the expected value is dynamic. thats why i thought of asking about regular expression.
  5. Actually its SAP Control property value. property values changed based on the selections. That value is belong to one of the menu option. for example - in outlook we have home, Send/Receive, Folder, View extra right. Same thing. if the particular menu selected by default - then the property id is usr/subSUB0:SAPLMEGUI:0015............................ if some other tab is selected or expanded, then we need to select the expected menu means - the property id is usr/subSUB0:SAPLMEGUI:0019... Not sure about the default selection. Its based on the users. so we need to handle this id's in regular expression. Thank you
  6. Hi, We are trying to automate the SAP applications. For automating that we are using sap.au3 wrapper file. Facing some issues with the dynamic control values example: Please consider the highlighted values. ("usr/subSUB0:SAPLMEGUI:0015/subSUB3:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1301/subSUB2:SAPLMEGUI:1303/tabsITEM_DETAIL/tabpTABIDT3") ("usr/subSUB0:SAPLMEGUI:0019/subSUB3:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1301/subSUB2:SAPLMEGUI:1303/tabsITEM_DETAIL/tabpTABIDT13") While in execution we are getting either 15 or 19 and some times 13 also. How to handle this in autoit. What i though was through autoit regular expression we can ? but didn't get the proper guidelines and time to implement. If you have any idea how to handle this issue, please let me know. Thanks Manivel P
×
×
  • Create New...