vibeOccasional Contributor13 years agoCan't obtain web table using the FindChild methodHi - This works: var iexplore; var page; iexplore = Sys.Process("iexplore", 2); iexplore.ToUrl("http://..."); page = iexplore.Page("http://..."); page.Form("form...Show More
vibeOccasional Contributor13 years agoIt is work using page.Find method and NativeWebObject.id property
Recent DiscussionsSys, Log not defined. getting nnnnNameErrorSolvedWhy my While Loop keyword test is breaking when the value found is = to FalseSolvedAvalonia - XPF desktop app automation
Related ContentRegex/Wildcards in FindChild methodFindChild method is not working in iterationsTrying to call the FindChild method or property of an object but it does not exist