![]()
: $objid - the value of the "id" attribute Syntax.: _ChromeObjGetValueByID($objid, $index = 0, $timeout = 5) : Gets the value of an element based on it's "id" attribute. $response = _ChromeEval("document.getElementByID('" & $objid & "').click() ", $response : $objid - the value of the "name" attributeįunc _ChromeInputClickByID($objid, $timeout = 5) Syntax.: _ChromeInputClickByID($objid, $timeout = 5) : Clicks an element based on it's "ID" attribute. $response = Chrome_Eval("Chrome_LoadURL=" & $url, $response : A prerequisite is that the Chrome browser is open $timeout - Optional: a number of minutes before exiting the function. Syntax.: _ChromeLoadURL($url, $timeout = 5) I added some additional routines to support this: The html elements do not have "name" attributes but do have generated "id" attributes. This has been very useful but we ran into some conditions when using various constructions kits like JFace, JQuery, etc. One can have up-to-date Chrome and working extension, but each time you start up Chrome you will see annoying message about non store extension with suggestion to disable it.Īnd i have a easy way to slove this problem:ģ, drag the plugin into the extended chrome !Īre you still supporting this. I have not the latest version of Chrome with possible drawbacks, but I have this version installed on my virtual machine so for me it's not a minus at all. I have working version of Chrome where I can install any extension I want and this extansions are enabled each time I start up Chrome. This strings prevent Chrome from upgrading.
Then I modified my host file (C:WINDOWSsystem32driversetchosts) with usual Windows notepad and added this strings: I chose the latest stable version of Chrome before 2014, it is.
This politics was annonced by Google in the January 2014 so all versions of Chrome after January automatically disables non store extensions. There are several ways to hack this but the most appropriate for my goals was to downgrade chrome. That's why this UDF stopped work, cause autoit extension was disabled by chrome. Recently Google has disabled all extensions not from the google extension store. ![]()
0 Comments
Leave a Reply. |