Hello http4k heroes. I am having a bit of a proble...
# http4k
q
Hello http4k heroes. I am having a bit of a problem with the WebDriver. I have a form with a submit button, but when i click it, the form does not seem to submit.
driver.findElement(By.cssSelector(".find-reviewers"))!!.click()
. I know i could just submit the form, but the form i am testing actually has two submit buttons and i need to be able to test the behaviour on both. Any ideas?