Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login to URL w/InitFromWeb
#4
I don't know, try various ways.
For example, after InitFromWeb simply wait, or wait for some content in the page.
Macro Macro2696
Code:
Copy      Help
HtmlDoc d
d.SetOptions(2)
d.InitFromWeb("https://sellercentral.amazon.com/gp/orders-v2/list?ie=UTF8&useSavedSearch=default")
10
;or
;rep() 0.5; if(MyFunctionIfPageFullyLoaded(d)) break
Or even use dialog with web browser control, then wait for some accessible object in it which exists only when page fully loaded, then d.InitFromInternetExplorer(hwndWebBrowserControl).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)