Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for page to be loaded while using UI browser automation
#15
After opening another web page, elms of old page usually become invalid. Nee to get all URLs to array.

Code:
Copy      Help
foreach (var url in w.Elm["web:GROUPING", prop: "@style=display: block;"]["LINK"].FindAll().Select(o => o.Value).ToArray()) {
    p.Open(url);
    500.ms();
}

Not tested.


Messages In This Thread
RE: Wait for page to be loaded while using UI browser automation - by Gintaras - 06-19-2023, 05:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)