First of all thanks for your help.
I downloaded the UIA_WIP15082014_2100.zip and copied the files in C:Program Files (x86)AutoIt3Includes.The thing is in google chrome is no toolbar available, because the functions of it are already included. So i don´t know what to enter for the $cToolbarByName. Or do i missunderstand something?
;~ Make this language specific
const $cToolbarByName = "name:=Google Chrome Toolbar"
const $cAddressBarByName = "Adress- und Suchleiste"
const $cChromeNewTabByName="name:=Neuer Tab"
Hello,
1. I want to try your chrome example. I´ve downloaded and copied the content of the UIA_V0_4.zip into C:Program Files (x86)AutoIt3Includes. Do i have to use more of your files, or is this enought (i´m using Windows 7 Professional)?
2. I need to edit this:
;~ Make this language specific
const $cToolbarByName = "name:=Google Chrome Toolbar"
const $cAddressBarByName = "name:=Adres- en zoekbalk"
const $cChromeNewTabByName="name:=Neuer Tab"
So what do i have to enter for the AddressBarByName and ToolbarByName (i dont have a toolbar installed and using the german chrome).
Hi,
Thanks for the script. I have the problem, that when i use your first example, autoit opens chrome and navigate to the page. But nothing happens, no entry is filled or clicked.