When clicking an element the native driver checks if it should submit a form in `Functest_Driver_Native::click()`. However if the form has a `method` attribute equals to "GET" the form is still posted using `Functest_Driver_Native::post()`.