You are on page 1of 1

Dim Chrome As Object

Set Chrome = CreateObject("iexplore.Application")

Chrome.Visible = True
Chrome.Navigate "https://posbackend.holywings.id/pos-rasa-item/create/"

Do While Chrome.Busy
Application.Wait DateAdd("s", 1, Now)
Loop

Chrome.document.getElementById("posrasaitem-idchild").Value = "test"

Dim chromePath As String


chromePath = """C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"""
Shell (chromePath & " -url
https://posbackend.holywings.id/pos-rasa-item/create")

You might also like