Revision history [back]
having trouble debugging selenium threads
I find it very difficult to debug django tests with selenium. Basically I set up a form and post it by clicking on the button. The breakpoints I put in the test code work fine. but after submit_button.click(), most of the time wing does not stop at the requested breakpoint.
Do you have any hint?
having trouble debugging selenium threads
I find it very difficult to debug django tests with selenium. Basically I set up a form and post it by clicking on the button. The breakpoints I put in the test code work fine. but after submit_button.click(), most of the time wing does not stop at the requested breakpoint.
Do you have any hint?
having trouble debugging selenium threads
I find it very difficult to debug django tests with selenium. Basically I set up a form and post it by clicking on the button. The breakpoints I put in the test code work fine. but after submit_button.click(), most of the time wing does not stop at the requested breakpoint.
Do you have any hint?