Im trying to test the web browser object in PB 2019 R2.
Seems straight forward to just add the object to a window, call navigate in the open window event.
integer li_rtn
li_rtn = wb_1.Navigate(" www.appeon.com ")
but it returns -1
Obviously Im missing something.
Thanks for any help.