Custom Query (3931 matches)
Results (94 - 96 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3197 | No Bug | .chm debug example fix | ||
| Description |
_DebugSetup example #cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: David Nuttall
Script Function:
Base script to show functionality of Debug functions.
#ce ----------------------------------------------------------------------------
#include <Debug.au3>
_DebugSetup("Check Excel", True) ; start displaying debug environment
For $i = 1 To 4
WinActivate("Microsoft Excel")
; interact with Excel
Send("{Down}")
_DebugOut("Moved Mouse Down") ; forces debug notepad window to take control
Next
_DebugSetup example fix #include <Debug.au3>
_DebugSetup("Check Excel", True) ; start displaying debug environment
For $i = 1 To 4
WinActivate("Microsoft Excel")
; interact with Excel
Send("{Down}")
_DebugOut("Moved Mouse Down") ; forces debug notepad window to take control
Next
_DebugOut example #cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: David Nuttall
Script Function:
Base script to show functionality of Debug functions.
#ce ----------------------------------------------------------------------------
#include <Debug.au3>
_DebugSetup("Check Excel")
For $i = 1 To 4
WinActivate("Microsoft Excel")
; interact with Excel
Send("{Down}")
_DebugOut("Moved Mouse Down")
Next
_DebugSetup example fix #include <Debug.au3>
_DebugSetup("Check Excel")
For $i = 1 To 4
WinActivate("Microsoft Excel")
; interact with Excel
Send("{Down}")
_DebugOut("Moved Mouse Down")
Next
|
|||
| #3668 | No Bug | .exe has stopped working error message | ||
| Description |
Hi
$oExcel = _Excel_Open(False, False, False, True, False) $oWorkbook = _Excel_BookOpen($oExcel, $TestDataDirectory,True,False) --------Error causing step. $aResult = _Excel_RangeRead($oWorkbook, $arrTestCaseFilePath[2], Default,1,default)
Based on few comments in forums i have given below command with "Y" and "N" options. it's working in few system and it's not working in few systems(still in observation stage). #AutoIt3Wrapper_UseX64=n please help me in this issue |
|||
| #2369 | No Bug | .exe is not working in driver | ||
| Description |
I working on selenium wecdriver. Scenario, when i press print button. Print dialog box is appeared. I need to colse that print dialog box. To colse the dialog box i am using Autoit. Here my Autoid code AutoItSetOption("WinTitleMatchMode","3") $handle = WinGetHandle("Print", "") WinClose($handle) My selenium code is LearnhowtotrachPage.getprinticon(driver).click();
or
Process proc = Runtime.getRuntime().exec(directory.getCanonicalPath()+" I tried above both the code but .exe file is not executing it. Please help me in that. Thanks Khalith |
|||
