This script is helping to grab elements oon the web page for scripting language AHK.
plugin reacts on this three keypress…
This script is helping to grab elements oon the web page for scripting language AHK.
plugin reacts on this three keypress scenarios
#AHKs - Press this key combination to select an element on the web page
#AHKg - Press this key combination to grab an element value on the web page
#AHKi - Press this key combination to insert value into element on the web page
After you press this key combination on the keyboard, the pop up window appears where you can insert the element Selector to identify the element that you want to work with.
It is easy to obtain web page selector by rightclicking on the element on the web page and selecting "Inspect" from the drop down menu. Chrome developer windows appear and you see your element highlighted. Right click on your element in the web page source code and select Copy>>Copy Selector. Now you can insert your selector into AHK pop up window that appears when you press on the keyboard one of the three mentioned #AHK combinations.