Post requests and task order

can’t complete post request…
the procedure is constantly being violated …

  1. Check the fields for completion
  2. Fill in the data
  3. Submit a request
    Безымянный
    servicen.pma (2.7 MB)

1. Request parameters

Format for request parameters:

param1:value1
param2:value2
param3:value3

You need to update action:

function () {
    return "action:userLogIn\nidservice:"+document.childByName("IDservicenLoginText").content.text+
   "\nlogin:"+document.childByName("loginText").content.text+
   "\npassword:"+document.childByName("passwordText").content.text
}

2. Actions order

Actions order is set using delay. The Post action will be executed with 1ms delay after the Set data action. Otherwise, Post may be executed before Set data.

image

everything turned out simple, thanks!


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.