we use the ticket system Kayako v4 ( https://www.kayako.com/ ) in our company. TIRE works fine for the two text fields on the main ticket page (see kayako1.png), but when I click on "New Ticket", it'll display some kind of javascript popup (as far as I can tell, that is just a <div> that is either generated by JS code or at least made visible only then by JS code), and after I've clicked on "Next", it'll take me to the "New ticket" view - and there none of the input/textarea fields are recognized by TIRE (see kayako2.png). I tried to figure out how exactly Kayako generates this page so I could give you some hints how this could be reproduced, but unfortunately I was unsuccessful. There's also no demo site available

I assume that Kayako somehow generates the "New ticket" view on the fly with JavaScript code, and that TIRE only looks for text fields when the page is loaded.