Jump to content

vick

Active Members
  • Posts

    139
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vick's Achievements

Adventurer

Adventurer (3/7)

1

Reputation

  1. Hi, i know AutoIT and python both well. Now for my automation project, which option is better either create Autoit script alone or import autoit in python and create python script? thanks,
  2. perfect!! it works. thanks
  3. thank you very much both @Juvigy and @water for your support.
  4. even i use $ARRAYUNIQUE_NOCOUNT still it shows. i guess it takes count as one of array element that's why it even not changing.
  5. surprisingly this code works but after arrayunique count is showing original one not after unique . i observed this script convert first array to string and then from string to array. then it works. still something missing in logic of arrayunique function. thanks,
  6. i remove all other columns to make it simple. is it possible because of too many data in excel? can you send me pls same code you executed so i can try same one?
  7. i uploaded file. But if i put same worksheet numbers in array manually and then use _Arrayunique then it works so when i read from excel has something wrong i guess. TEST1.xlsx
  8. @error shows 0. version of Autoit is v3.3.14.2
  9. Hi, I have attached screenshots of what i did and what i am getting. still not getting unique.
  10. Hi All, To get unique value from column i use below code but it si not working. can you tell me where i am wrong pls? Local $oExcel = _Excel_Open() Local $oWorkbook = _Excel_BookOpen($oExcel, @ScriptDir & "\test.xlsx") $bat = _Excel_RangeRead($oWorkbook,1,"AY3:AY7") _ArrayDisplay($bat) $d = _ArrayUnique($bat) _ArrayDisplay($d) thanks,
  11. Hi will it work on java object as well because i tried it but not worked so i am asking? thanks,
  12. Hi All, I can get element details with java access bridge as name and role and also i can select with java UDF but if i want to click any of element how i can do? thanks,
  13. Hi , when i use winhttp i got below response: Cache-Control: no-cache Date: Thu, 28 Jun 2018 15:56:03 GMT Pragma: no-cache Content-Length: 16072 Content-Type: text/html; charset=utf-8 Expires: -1 Server: Microsoft-IIS/7.5 Set-Cookie: LP30_SESSION_ID=8C4C92B56F92BBB39637; expires=Thu, 28-Jun-2018 16:16:04 GMT; path=/ X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET but when i use soapUI i am getting below: HTTP/1.1 200 OK Cache-Control: no-cache Pragma: no-cache Content-Type: application/json; charset=utf-8 Expires: -1 Server: Microsoft-IIS/7.5 Set-Cookie: Token=50b77d2c-869b-4b01-969f-5bb742549d1e; expires=Thu, 28 Jun 2018 16:13:32 GMT X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Thu, 28 Jun 2018 15:58:32 GMT Content-Length: 41 how i can get this token value using winhttp pls?
  14. this is automation script of window application. so i trigger build from VSTS which will start and run script on VSTS agent which is running on remote machine. If i log in remote machine and keep open on monitor then it works fine. But if i not keep open then script looks like not finding some windows etc and script hangs. I can see in task manager it is running but doing nothing.
  15. Hi, I have automation scripts which i am trying to run on VSTS agent which is running on remote desktop. if i login to remote desktop then i can see script running OK but if i do not login or remote desktop minimized then script is losing focus and hang . is there any workaround for it pls?
×
×
  • Create New...