Michael Ennen
Michael Ennen
I'm not sure if this is super WIP or not but it's pretty non-standard to add comments to all the changes with your handle "FalcoTheBold" as that's what git/hg history...
@peppertech Thanks so much for responding. I am not the one who created the page. I am the one trying to automate third party input to it :). I don't...
@peppertech Do you think you could take a second look? I really appreciate it.
@peppertech Thanks for your feedback. For some reason `self.shipFromOverride` is `undefined`. It seems that observables that are constructed with a `null` argument don't show up in the `self` object. Thus...
@itlgit That works in the sense that it enters the text in the combobox, but it does not trigger the following event listener: ```js console.log({caller:"optionChange"}); $("#om_shipFromOverride").ojCombobox({ optionChange: function() {self.lookupShipFromRemarks();} });...
@itlgit That's a good question. I don't see that in the HTML anywhere, but that's how they reference the combobox. Here are all appearances of that string in their scripts:...
@itlgit It does, good idea. ``` ``` Is that full enough? Or do you need more DOM? Thank you so much.
@itlgit No problem. Thanks for your help. It seems that the real DOM structure is only created when I interact with the input box (such as typing a character). It...
That's one of the things I tried. It does not seem possible to click on the arrow dropdown box, which happens to be: ``` ``` I don't mean from Selenium,...
Selenium and the Javascript console both do nothing. Actually clicking it with my mouse does work :).