반응형
C# -- IE automation #5 -- Attribute 제어하기
참고 : https://msdn.microsoft.com/ko-kr/library/aa752279(v=vs.85).aspx --> IHTMLElement interface
http://blog.clockahead.com/2015/06/cie-6.html --> 페이지 로딩 완료 기다리는 확장메소드
https://msdn.microsoft.com/ko-kr/library/aa752330(v=vs.85).aspx --> setAttribute()
부제 : HTML 태그 속성 제어하기
-- getAttribute()
-- setAttribute()
-- 버튼 클릭하기
IHTMLElement.getAttribute() 에서는 "class" 사용못함. 대신에 "className" ( 또는 "classname")사용해야함.
** 확장 메소드 사용법을 추가로 익혀두자.
< 소스 예 1 >
< 소스 예 2 >
반응형
'C# Web Scraping' 카테고리의 다른 글
C# -- IE automation #7 -- iframe 접근하기 (2) | 2016.02.09 |
---|---|
C# -- IE automation #6 -- 구글 검색창 제어하기 (0) | 2016.02.09 |
C# -- IE automation #4 -- html 구조 파헤치기 (0) | 2016.02.09 |
C# -- IE automation #3 -- internet explorer 제어하여 html 소스 가져오기 (4) | 2016.02.03 |
C# -- IE automation #2 -- Internet Explorer Architecture (0) | 2016.02.03 |