1
I have a VBA project that interacts with web pages using the Seleniumwrapper reference. In Windows vista business the application works normally, however, in Windows 7 appears the error reported in the question title
Follows the code:
Sub x()
Dim objCollection
Dim objCollection1 As Object
Dim numeroPregao, dataAssinatura, uasg, item, val, m
Dim c As Integer
Dim ULogin As Boolean, ieForm
Dim MyPass As String, MyLogin As String
Dim driver As New SeleniumWrapper.WebDriver
driver.Start "chrome", "http://comprasnet.gov.br" 'inicia o navegador
driver.Open "/acesso.asp?url=/Livre/Ata/ConsultaAta00.asp" 'navega até a pagina
Set objCollection = driver.findElementByCssSelector("frame[name='main2']") 'o erro ocorre aqui
the error is ejected last command, but the line driver. Open "/access.Asp? url=/Free/Ata/Consultat00.Asp" 'navigate to page. does nothing