I need to edit a script I created last year, and a page I
used to grab an href has since changed, and now I
cannot use a Load Response_Info variable to capture
the href.
It would be helpful if there was a place I could just copy
the htm file into, and the be able to select it from
the "load URL details" to find the object in the "HTML
tree" for my Load Response_Info variable. Now I am
trying to decrypt this old information to understand how
it identifies the location of this href, and find the cryptic
location of the href for the new page.
This is what my original Load Response_Info was:
----------------------------------------------------------------
LOAD RESPONSE_INFO BODY ON 322 &
INTO ORDER_NUMBER &
,WITH "HTML(0)/HTML(1)/BODY(2)/TABLE
(0)/TBODY(0)/TR(0)/TD(1)/TABLE(0)/TBODY(0)/TR(2)/TD
(1)/TABLE(" &
"1)/TBODY(0)/TR(0)/TD(0)/A(1):ATTRIBUTE:href(0)"
Logged In: YES
user_id=19748
If I understand you correctly then you would like the
ability to view HTML trees and generate LOAD RESPONSE_INFO
BODY identifiers from pieces of HTML not captured in the
recording. I would like to add to your suggestion the
ability to type a URL to retrieve HTML to be parsed, as well
as paste HTML into a text box - I think both are useful
mechanisms and should be in a future version of the Modeler.
PS please don't assign Bugs or RFEs to specific developers -
leave the field as "none" and we'll set it when someone is
able to do something about the issue.
Logged In: YES
user_id=19748
Priorities are just for us as developers to decide - just
wish we had more control over this SF interface to bugzilla.