hi
My VB SCript is like this
Function submit
wait(3)
Set ws = CreateObject("W Script.Shell")
ws.Sendkeys"{EN TER}"
Set ws=nothing
End Function
Setting.WebPack age("ReplayType ") = 2
Browser("iXXXXX XX").Page("InXX XX").Frame("fra BuildInvoiceDet ail").WebEdit(" WebEdit").Set DataTable("Line _Item", dtGlobalSheet)
Setting.WebPack age("ReplayType ") = 1
wait(3)
Set ws = CreateObject("W Script.Shell")
ws.SendKeys"{DO WN}"
ws.Sendkeys"{EN TER}"
how to write a similar code in Python
thanks in advance
My VB SCript is like this
Function submit
wait(3)
Set ws = CreateObject("W Script.Shell")
ws.Sendkeys"{EN TER}"
Set ws=nothing
End Function
Setting.WebPack age("ReplayType ") = 2
Browser("iXXXXX XX").Page("InXX XX").Frame("fra BuildInvoiceDet ail").WebEdit(" WebEdit").Set DataTable("Line _Item", dtGlobalSheet)
Setting.WebPack age("ReplayType ") = 1
wait(3)
Set ws = CreateObject("W Script.Shell")
ws.SendKeys"{DO WN}"
ws.Sendkeys"{EN TER}"
how to write a similar code in Python
thanks in advance
Comment