Skip to content

Commit

Permalink
Can we see form fields?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezpolley committed May 7, 2019
1 parent 3a77d90 commit eb49a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -18,7 +18,7 @@
$form = $page->form();
$form->set('mDataGrid:Column0:Property', 'ctl00$MainBodyContent$mDataList$ctl02$mDataGrid$ctl02$ctl00');
$form->set('ctl00$MainBodyContent$mContinueButton', 'Next');
print ($form->html);
print ($form->fields);
$page = $form->submit();

$page = $browser->get($da_url . "&PageNumber=1");
Expand Down

0 comments on commit eb49a58

Please sign in to comment.