I 'm testing an Angular JS site with protractor and Appium, 
. The click into the login button isn't working as i have mentionned here The problem with click(). 
Is it possible that because
visible = falsefrom inspector details?In that case how can i change the visibility of a button into
true?I get true with that code :
loginbutton.isDisplayed().then(function(result){
                   console.log(result);
           });