Juno_okyo

_ChromeObjGetHTMLByClassName (Chrome UDF)

Jul 9th, 2015
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.21 KB | None | 0 0
  1. Func _ChromeObjGetHTMLByClassName($objid, $timeout = 5)
  2.  
  3.     dim $response = ""
  4.  
  5.     $response = _ChromeEval("document.getElementsByClassName('" & $objid & "').innerHTML;", $timeout)
  6.  
  7.     return $response
  8. EndFunc
Add Comment
Please, Sign In to add comment