When in Record mode I try to target (and open) a field in a web page built upon Salesforce what PAD sees is the frame around the frame within which the field is located.
What I'd like to do is 1) select the pencil next to the field to edit it then 2) click in that field and select from the dropdown box that appears.
I'd use View Source to identify the names of 1) pencil and 2) dropdown list and then manipulate those directly from a scripting language. I see that PAD has, for example, a python script object but have yet to use it. When calling the python script I'd like to pass it the object corresponding to the currently targeted web page. Etc.