Posts by Andreia Oliveira • 69 points
5 posts
- 
		0 votes0 answers14 viewsQ: I cannot "catch" an element in Selenium WebdriverHello, good evening! I’m having a problem capturing the password element in Webdriver. I put the label path and still can’t capture the password field. Has anyone ever had this problem? Also I could… 
- 
		0 votes2 answers1597 viewsQ: Postgresql Error: "ERROR: there is no Unique Constraint matching Given Keys for referenced table "address""created the table Address and Client, as follows sql: CREATE TABLE ENDERECO( Logradouro VARCHAR (50) NOT NULL, CEP VARCHAR(50) NOT NULL, Numero INT NOT NULL, Complemento VARCHAR(50), Cidade VARCHAR… 
- 
		3 votes3 answers550 viewsQ: Print the Thread IDI have the following code and cannot print the Thread ID, only the size. How do I print the thread array ID? public class MultiplicacaoMatrizesThread { // Matriz A public static int a[][] = { { 5, 4… 
- 
		0 votes2 answers288 viewsQ: Run the TOP command in exec on C - Linux?Updated code ,it does not execute commands #include <stdlib.h> #include <unistd.h> #include <stdio.h> void ExeclLS(int argc, char **argv) { char *args[] = {"ls", "-aF", "/", 0};… 
- 
		3 votes4 answers3972 viewsQ: java.lang.Noclassdeffounderror: org/slf4j/Loggerfactorygood afternoon! I was trying to run a jar classes and came across the following mistake: Exception in thread "main" java.lang.Noclassdeffounderror: org/slf4j/Loggerfactory I searched and found this… javaasked Andreia Oliveira 69