Hi All,
I am setting some search parameters on bugzilla Advanced search page
(screenshot attached).
Bugzilla allows you to set additional search parameters by clicking the
“Add” button which loads the page again and additional fields are added
at the bottom of the page.
Everything is fine until i click the “Add” button using the following:
page=pageAgent.submit(searchForm,searchForm.button_with(:name =>
‘cmd-add0-3-0’))
Then i set the newly added params which were added in page after Add was
clicked. But i get error message - “undefined method `field_with’ for
nil:NilClass”. Actually i am unable to find the form that has these
fields.
Any idea how to resolve this issue? Please see attached image for more
clarification.
Help much appreciated.
Thanks