Skip to main content

AccessTr.neT


Webbrowser Da İf Kullanımı

Webbrowser Da İf Kullanımı

#2
Merhaba,


WebBrowser0.Document.getElementsByClassName("ui-paginator-next ui-state-default ui-corner-all").Item(Index:=0).Click

Bu kod yerine aşağıdaki kodu ekleyiniz.

Dim GObje As Object

For Each GObje In WebBrowser0.Document.all.tags("div")

   If GObje.id = "form1:j_id1905403385_4de847a4:dtIslemMalzeme_paginator_bottom" Then
       WebBrowser0.Document.getElementsByClassName("ui-paginator-next ui-state-default ui-corner-all").Item(Index:=0).Click
   End If

Next GObje
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Webbrowser Da İf Kullanımı - Yazar: stringeer - 17/11/2017, 09:05
Cvp: Webbrowser Da İf Kullanımı - Yazar: ozanakkaya - 19/11/2017, 00:11
Cvp: Webbrowser Da İf Kullanımı - Yazar: stringeer - 20/11/2017, 08:10
Task