I tried to check online bootstrap modal
./usr/local/lib/node_modules/protractor/bin/elementexplorer.js https://angular-ui.github.io/bootstrap/
element(by.id('modal')).element(by.tagName('button')).click();
element(by.css('btn btn-primary'));
There was a webdriver error: NoSuchElementError No element found
How can i interaction with a button in modal box? some advice?
Try something like this: