Search found 4 matches
- Thu Nov 22, 2012 5:39 am
- Forum: Q/A
- Topic: Click Next
- Replies: 3
- Views: 20367
Re: Click Next
Never mind - figured this out. Had to create another kind that just looks at the "..." (as the next button link). Execute Go Through All Pages using that kind definition, then Navigate through each of the numbered pages.
- Thu Nov 22, 2012 5:37 am
- Forum: Q/A
- Topic: Extracting to Variable and Inserting into Table
- Replies: 1
- Views: 12515
Re: Extracting to Variable and Inserting into Table
Never mind. Figured it out. 1) Didn't need to do this, but 2) Grab a var if prior execution was Execute Tree.
- Wed Nov 21, 2012 7:57 am
- Forum: Q/A
- Topic: Extracting to Variable and Inserting into Table
- Replies: 1
- Views: 12515
Extracting to Variable and Inserting into Table
How do I extract a kind to a variable and then insert into a table when navigating through and extracting to table after? i.e) The Actions -Extract Variable Select Kind = "Kind A" Variable = "Kind A" -Navigate Each: Link -->Extract to Table - Column Name = "Kind A" Kind Name = "Kind A" Property = "V...
- Wed Nov 21, 2012 7:00 am
- Forum: Q/A
- Topic: Click Next
- Replies: 3
- Views: 20367
Re: Click Next
How do I scrap pages that are set like: 1 2 3 4 5 6 7 8 9 10 ... Where the "..." is link to another set of ten represented as ... 11 12 13 14 15 16 17 18 19 20 ... Where the "..." before is the last set of ten and the end "..." is the next set of 10? The set I have has over 10,000 records with max 1...