score:0

i figured it out: i had to call onclick() on prop action

    wrapper
          .find('#ihm-unified-move-tool-verify-and-process-item')
          .first()
          .prop('action')
          .onclick() // change

Related Query

More Query from same tag