Locating elements with Robotframework and Angular











up vote
-1
down vote

favorite












I'm trying to find locator for following button:



Signed in as username



but I do not know how.



I do not found id, the unique class, XPath is unrecognized.










share|improve this question






















  • <button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
    – Monia
    Nov 11 at 21:04










  • Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
    – A. Kootstra
    Nov 11 at 21:13










  • Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
    – A. Kootstra
    Nov 12 at 6:48










  • If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
    – Bence Kaulics
    Nov 12 at 7:29








  • 1




    Please edit your question, it is hard to follow your comments.
    – Bence Kaulics
    Nov 12 at 18:17















up vote
-1
down vote

favorite












I'm trying to find locator for following button:



Signed in as username



but I do not know how.



I do not found id, the unique class, XPath is unrecognized.










share|improve this question






















  • <button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
    – Monia
    Nov 11 at 21:04










  • Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
    – A. Kootstra
    Nov 11 at 21:13










  • Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
    – A. Kootstra
    Nov 12 at 6:48










  • If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
    – Bence Kaulics
    Nov 12 at 7:29








  • 1




    Please edit your question, it is hard to follow your comments.
    – Bence Kaulics
    Nov 12 at 18:17













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I'm trying to find locator for following button:



Signed in as username



but I do not know how.



I do not found id, the unique class, XPath is unrecognized.










share|improve this question













I'm trying to find locator for following button:



Signed in as username



but I do not know how.



I do not found id, the unique class, XPath is unrecognized.







python robotframework






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 11 at 21:03









Monia

1




1












  • <button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
    – Monia
    Nov 11 at 21:04










  • Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
    – A. Kootstra
    Nov 11 at 21:13










  • Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
    – A. Kootstra
    Nov 12 at 6:48










  • If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
    – Bence Kaulics
    Nov 12 at 7:29








  • 1




    Please edit your question, it is hard to follow your comments.
    – Bence Kaulics
    Nov 12 at 18:17


















  • <button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
    – Monia
    Nov 11 at 21:04










  • Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
    – A. Kootstra
    Nov 11 at 21:13










  • Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
    – A. Kootstra
    Nov 12 at 6:48










  • If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
    – Bence Kaulics
    Nov 12 at 7:29








  • 1




    Please edit your question, it is hard to follow your comments.
    – Bence Kaulics
    Nov 12 at 18:17
















<button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
– Monia
Nov 11 at 21:04




<button _ngcontent-c3="" aria-controls="dropdown-basic" class="btn btn-primary dropdown-toggle btn-light" dropdowntoggle="" type="button" aria-haspopup="true" aria-expanded="false"> Signed in as username <span _ngcontent-c3="" class="caret"></span></button>
– Monia
Nov 11 at 21:04












Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
– A. Kootstra
Nov 11 at 21:13




Can you please update the question with these details? It can be done through the edit button. In addition can you please add any details of what you’ve tried and have observed?
– A. Kootstra
Nov 11 at 21:13












Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
– A. Kootstra
Nov 12 at 6:48




Have you had a look at the AngularJS library? Contrary to what the title suggests it is for both Angular as well as AngularJS.
– A. Kootstra
Nov 12 at 6:48












If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
– Bence Kaulics
Nov 12 at 7:29






If you want to click on it try Click Button | Signed in as username, given that the button text is unique.
– Bence Kaulics
Nov 12 at 7:29






1




1




Please edit your question, it is hard to follow your comments.
– Bence Kaulics
Nov 12 at 18:17




Please edit your question, it is hard to follow your comments.
– Bence Kaulics
Nov 12 at 18:17

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53253211%2flocating-elements-with-robotframework-and-angular%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53253211%2flocating-elements-with-robotframework-and-angular%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python