Posts by izacjunior • 11 points
3 posts
-
1
votes1
answer240
viewsQ: Selenium does not find element
Follow the code. Selenium does not find the element: package test; import java.util.concurrent.TimeUnit; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import…
-
0
votes0
answers361
viewsQ: Help to catch the element by the Selenium xpath
Following code, I need help picking up element in Selenium: Elements name: j_username and name: j_password. <form method="POST" action="j_security_check" onsubmit="return(OnLoginSubmit());">…
-
0
votes0
answers100
viewsQ: Does not take elements with Selenium in Chrome
I’m trying to get elements from a page but it’s not found. Follow the code of the page: <form method="POST" action="j_security_check" onsubmit="return(OnLoginSubmit());"> <input…