
woodv
Active Members-
Posts
20 -
Joined
-
Last visited
woodv's Achievements

Seeker (1/7)
0
Reputation
-
Ok. Thanks
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
HI, do you have plan for next release?
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
ok Thanks
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
This is your udf log. {"sessionId":"1f95e9722f3d6a8eac6cf7ee36a6a8d1","status":0,"value":{"acceptSslCerts":true,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.32.498550 (9dec58e66c31bcc53a9ce3c7226f0c1c5810906a)","userDataDir":"C:\\Users\\20gg\\AppData\\Local\\Temp\\scoped_dir12696_26390"},"cssSelectorsEnabled":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":false,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"networkConnectionEnabled":false,"pageLoadStrategy":"normal","platform":"Windows NT","rotatable":false,"setWindowRect":true,"takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"","version":"60.0.3112.113","webStorageEnabled":true}} Here 's autoit log: "E:\Project\Autoit\myLib\Browserudf.au3" (70) : ==> The requested action with this object has failed.: $oHTTP.Send($postdata) $oHTTP^ ERROR DirRemove E:\Project\Autoit\APPLEID_V2\~lgfdvag.tmp -> AutoIt3.exe ended.rc:1 +> AutoIt3Wrapper Finished. >Exit code: 1 Time: 50.58 This only happens when network is slow and chrome takes too much time to load webpage.
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Hi Newbie I just found out that the function "browser_openurl" terminate app if chrome takes too long to load the webpage. Please take a look below logs: $_config[$_nbconf][1] = cmcijzc. $_path = E:\Project\Autoit\P1\~cxedjgo.tmp $_cmdssl = E:\Project\Autoit\P1\~cxedjgo.tmp\plink.exe -load cmcijzc. "E:\Project\Autoit\myLib\BROWSER.au3" (70) : ==> The requested action with this object has failed.: $oHTTP.Send($postdata) $oHTTP^ ERROR DirRemove E:\Project\Autoit\P1\~cxedjgo.tmp AutoIt3.exe ended.rc:1 AutoIt3Wrapper Finished. >Exit code: 1 Time: 48.9
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Thank you. Cant wait till sunday ;P
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
I see. Will u support chrome tab in next update?
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Can chromedriver return PID of Chrome cuz like you said if there are more than 1 chrome instance, it may work incorrect. I dont worry to much about temp files cuz ccleaner can do the job.
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Great!!! Thank you.
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Hi Newbie! Can you please release Close Chrome Browser code for me? cuz I kinda need it for my project...
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
I'm really excited with upcoming release
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Can you also implement these features in the next update? - Close chrome browser - Clear history & Cookies - Support iFrame
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
Yes I can get it work now. I do really appreciate your help!
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
OMG You're right. It works. Thank you so much
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with:
-
$chrome=Browser_Setings(9515,@ScriptDir & "\chromedriver.exe") $session=Browser_create_session() Browser_openurl($session,"https://www.google.com") $element=Browser_getelement($session,"xpath","//*[@id='hplogo']") $imgsrc=browser_get_attribute($session,$element,"scr") MsgBox(0,"",$imgsrc) Browser_Setings_close($chrome) My test code and result
- 65 replies
-
- chrome automation
- browser automation
-
(and 1 more)
Tagged with: