Posts by Débora Viana • 15 points
4 posts
-
1
votes1
answer967
viewsQ: How to access information from a formGroup that is embedded in a Formarray
Guys, I have a form created with formBuilder. This form consists of a structure that has an array within an array. My form: export class RoteiroAddForm extends FormComponent<any>{…
-
0
votes1
answer252
viewsA: Doubts - Capturing messages in the Selenium IDE
Guy tries to use the following xpath: //div[@id="modalMsg"]//div[@class="modal-body"]//h4 He’s finding the message you want to pull. if you don’t know how to use xpath in Selenium IDE here’s an…
-
0
votes2
answers1783
viewsA: How to add item to an array list at angular
Exactly what I wasn’t seeing! I have declared a list of scenarios: protected cenarios: Cenario[] = [] protected cenario: Cenario = new Cenario(); In the inclusion method I made reference to…
-
-1
votes2
answers1783
viewsQ: How to add item to an array list at angular
I have a script registration screen and on this screen I can add n scenarios, I’m using angular, I can add the items in the list, but while typing in the input it changes the items that are already…