Im new to protractor e2e testing. Writing jasmine test cases using protractor. I have two buttons in a html file. I want to select the specific button(button in begin.html file)
Try:
element(by.buttonText('Start')).click();
otherwise please send what error you have got.