ranupoju0126
Results
2
issues of
ranupoju0126
HI, below is my code **var options = {user: config.jobMonitor.user, password: config.jobMonitor.password} var client = new Client(options); var args = { data: postData, headers: { "test-header": "client-api", "Content-Type": "application/json" },...
HI, I know this library comes with protractor version 4, some of my test cases are not working since I wrote my test script using protractor version 5 functions. Is...