Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
Por Diego100ges
Posts
#55778
Prezados, boa tarde.

Estou trabalhando com o seguinte código, para acessar um site, logar, fazer um download e deslogar, porém não estou conseguindo clicar o nem no botão kkkkk.

No código abaixo, eu já consigo, preencher o login, selecionar a opcao cnpj, preencher o cnpj e clicar no botao para entrar, porém a próxima página, solicita a senha, num campo de texto, e não estou conseguindo trabalhar com essa nova página, nem consigo selecionar o campo, acredito que possa ser algum erro no código, na forma como estou clicando no botão para entrar.

desde já muito obrigado!
Código: Selecionar todos
Dim HTMLDoc As HTMLDocument
Dim oBrowser As InternetExplorer

Sub Login()

Dim oHTML_Element As IHTMLElement
Dim sURL As String
On Error GoTo Err_Clear
   sURL = "https://agenciaweb.celesc.com.br/AgenciaWeb/autenticar/loginCliente.do"
Set oBrowser = New InternetExplorer
   oBrowser.Silent = True
   oBrowser.timeout = 60
   oBrowser.navigate sURL
   oBrowser.Visible = True

Do
Loop Until oBrowser.ReadyState = READYSTATE_COMPLETE

Set HTMLDoc = oBrowser.document
  HTMLDoc.all.sqUnidadeConsumidora.Value = "UNIDADE CONSUMIDORA"
     HTMLDoc.getElementById("CPJ").Click
        HTMLDoc.all.numeroDocumentoCNPJ.Value = "123456789"
    
For Each oHTML_Element In HTMLDoc.getElementsByTagName("inputx")
    If oHTML_Element.Type = "submitx" Then oHTML_Element.Click
    
Set HTMLDoc = oBrowser.document
  HTMLDoc.all.senha.Value = "SENHA"

Next
Err_Clear:

Resume Next
End Sub

P.S, é possível fazer abrir com outro navegador, além do internet explorer?
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord