vibeOccasional Contributor14 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 Contributor14 years agoIt is work using page.Find method and NativeWebObject.id property
Recent DiscussionsUnable to Navigate to Code Line from Log MessagesMicrosoft Access Database Engine 2016 Redistributable is no longer supportedStoring JUnit XML while the testing is running
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