python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Symfony Dom-crawler select nth-child of element
I am currently using symfony DOM-crawler for website scraping. I just wanna know how to select specific elements with the same class or name. I wanna use it also in tds.
here is the syntax I'm using c...
jn_lance
Votes: 0
Answers: 0
How to test form submission with wrong values using Symfony crawler component and PHPUnit?
When you're using the app through the browser, you send a bad value, the system checks for errors in the form, and if something goes wrong (it does in this case), it redirects with a default error mes...
Christophe
Votes: 0
Answers: 1