Skip to content
조회 수 14724 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

클릭해서 새창열리는 페이지에 클릭 또는 값설정 가능한가요?


새창이나 새탭이 생성되면 IE 객체를 새로 얻어야 합니다. 
즉, 탭이나 창마다 서로 다른 IE 객체로 제어를 해야 합니다. 

; ---------- 스크립트 ---------- 

; 여기에 IE 창1에 대한 코드가 있고 
; IE 창1에서 새창을 생성하는 링크를 클릭 

; 새창이 생성될 때까지 대기 
WinWait, 새창의타이틀 ahk_class IEFrame 
; 새창의 윈도ID 얻기 
WinGet, wid, ID 
; 새창을 제어할 수 있는 COM 오브젝트 얻기 
ie2 := IE_ComObjGet(wid) 

; 이제 ie2를 통해 새창을 제어한다. 

; 특정 윈도ID를 가지는 IE창의 COM 오브젝트를 얻는다. 존재하지 않는다면 빈문자열을 반환한다. 
; @param wid 윈도ID 
; @return COM 오브젝트 
IE_ComObjGet(wid) { 
    For obj in ComObjCreate("Shell.Application").Windows 
        If (ComObjType(obj, "Name") == "IWebBrowser2" && obj.HWND == wid) 
            Return obj 
}

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
82 AutoHotKey Each enumerated result will be assigned to the ByRef parameter Result. And, introduced a Global variable _hResult_ which will store the hResult of the Invoke. 2011.02.14 5403
81 AutoHotKey [COM제어] 바탕화면 바로가기 2011.02.11 5805
80 AutoHotKey ET프로젝트 2 file 2012.03.14 5942
79 AutoHotKey IF문에서 변수와 상수 또는 변수와 변수 비교하기시 주의사항 2012.01.23 6674
78 AutoHotKey autohotkey command-line 실행시 파라미터 설정 2018.02.14 7250
77 AutoHotKey Mysqld 프로세서 실시간 감시 2011.02.06 7611
76 AutoHotKey 엑셀 셀 복사하기(복사제한된 엑셀등) 1 file 2014.04.01 7803
75 AutoHotKey autohotkey) 스크린세이버 활성화 / 비활성화 시키기. 2012.03.17 8035
74 AutoHotKey Autohotkey 브라우저 제어 테스트 file 2015.01.26 8205
73 AutoHotKey autohotkey) 화면보호기, 바탕화면 control 창 열기 3 2012.03.17 8364
72 AutoHotKey autohotkey) 화면보호기 실행 전 클릭으로 화면보호 안걸리게 하기 2012.03.15 8869
71 AutoHotKey IPC 메커니즘에 사용되는 각종 Windows리소스를 이용하는 authotkey( WinExec, CreateProcess, ShellExcute, ShllExcuteEx ) 2011.02.14 8918
70 AutoHotKey ahk) Send an email 메일발송하기 2018.01.17 9416
69 AutoHotKey Autohotkey] 키보드 후킹 테스트 file 2018.07.07 9682
68 AutoHotKey Com_invoke to login 2011.02.11 10712
67 AutoHotKey Autohotkey) EditPlus에 구문 색깔 입히기 3 file 2012.08.23 10811
66 AutoHotKey autohotkey) WinSpector spy를 이용한 post,sendmessage Control ID 추출하기 3 file 2012.02.22 10901
65 AutoHotKey Ahk) ip할당 진단프로그램 file 2011.12.26 12122
64 AutoHotKey ahk) autohotkey controlgettext 이름을 마우스커서에 졸졸 따라다니게 하기 file 2014.04.01 12207
63 AutoHotKey 부팅완료 메시지 프로그램 file 2011.12.17 12720
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소