2008-12-15 12 views

답변

1

IE ie = new IE ("www.example.com/pagewithbuttons.html");

ButtonCollection buttons = ie.Buttons; 

당신이 볼 버튼에서 필터링하려면

는 사용

ButtonCollection buttons = ie.Buttons.Filter(!Find.ByStyle("visible", "none")); 

HTH, 제론 반 Menen