I need to get this window to click on the continue button if it pops out when no data is changed and continue with the next cell
Asked
Active
Viewed 540 times
0

Sandra Rossi
- 11,934
- 5
- 22
- 48

Harvint Raj
- 69
- 1
- 11
1 Answers
0
You need to use something like this...
Note: you need to change this "wnd[1]/usr/tblSAPLV14ATCTRL_D0102" with the script you recorded.
If Not session.findById("wnd[1]/usr/tblSAPLV14ATCTRL_D0102", False) Is Nothing Then
session.findById("wnd[1]/tbar[0]/btn[24]").press
End If

reFractil
- 391
- 2
- 4