Jump to content

allcapone1912

Active Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

141 profile views

allcapone1912's Achievements

  1. without IE because i am not using direct connectiion, using via proxy and very often get error i don't have permission to install any other additional item, like MozRepl...
  2. I hoped that there are other methods besides AutoBert's suggestion but, if no other i will use it but will take me much more time that i thought
  3. thanks for our reply, interesting post but a little too complicate for me(ive never used it in past) so, if i will not find any other solution, eventually i will use your advice
  4. sorry for confusion i mean without IE.au3 or FF.au3 only with Run('"C:\Program Files (x86)\Mozilla Firefox\firefox.exe", "http://mdecho.com/"')
  5. in order to make it via WInHTTTP i have to make an addition connection to url but i need to get link and click on it from opened Firefox, no other addition GET/REQUEST Run('"C:\Program Files (x86)\Mozilla Firefox\firefox.exe", "http://mdecho.com/"')
  6. more details each images/links html source will have this format: <img src="some random link" alt="KEYWORD" /> so, what i currently trying to do is to click on that "some random link" for specific alt="KEYWORD" with IE this can be done in this mode ; Click on IMG by Alt text #include <IE.au3> Local $oIE = _IE_Example("http://mdecho.com/") _IEImgClick($oIE, "KEYWORD", "alt") but, that's the problem, i need it without IE or FF
  7. thanks for your reply it will be many links, randomly only alt = "***" will be the same for all
  8. hi, currently i have a script that make click with IE but i want to make a new one, if is possible without IE or FF so, it is possible or not? for example: Run('"C:\Program Files (x86)\Mozilla Firefox\firefox.exe", "http://mdecho.com/"') then click on image with alt = "YouTube Go" <img width="480" height="310" src="http://mdecho.com/wp-content/uploads/2016/09/4226057-afp-mediafax-foto-loic-venance-480x310.jpg" class="attachment-banzai-featured-slideshow-main size-banzai-featured-slideshow-main wp-post-image" alt="YouTube Go" /> once again, without IE, FF and pixel click
  9. sorry for the confusion in VirtualBox script just create the updatescript.cmd and latest.exe files and then just exit without running cmd file(batch file is not launched) On main PC its work fine and i really dont get whats the problem with VM
  10. great code but i get an error with it when using via VirtualBox, any idea why? if using direct from PC, works great
  11. i have a simple script that check proxy on ip-score.com(with ie.au3) my code #include <MsgBoxConstants.au3> #include <IE.au3> Local $oIE = _IECreate("http://www.ip-score.com/", 1, 1, 1, 1) Sleep(5000) Local $TimeZone = _IEBodyReadText($oIE) _IEQuit($oIE) problem is that in internet Explorer is a proxy(not automatic/direct connection) ie sometime load the page but sometime not, and i get "The page cannot be displayed" If a make a refresh to page with error its work fine How to resolve this problem without refreshing page each time?
  12. excellent,many thanks for help
  13. need some help i have a PHP script that save reports each 30 min in CSV file In the directory is always only 1 file(if there is already a file than script delete it and save new one each 30 min) So,i need to open this specific CSV file with au.3 file name its a random combination of 20 character(ex:4jd#6eor93$ufie5@sd7) file have each time random unique name
  14. thanks for your help,its work
×
×
  • Create New...