This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
NoSuchElementError: No element found using locator: By.xpath #2688
Closed
Description
i am newbie for protractor ,i could not execute element(by.xapth()) for a angular js app. please provide possible solution for this..i tried using browser.wait also but its acting in same way
browser.ignoreSynchronization = true;
browser.waitForAngular();
element(by.xpath('/html/body/rc-app-template/header/div/div/div[3]/ul/li[2]/a')).click();
Metadata
Metadata
Assignees
Labels
No labels