Team,
I receive ERR_HTTP2_PROTOCOL_ERROR when click and submit form. The browser get response 302 and navigate to new URL during manual testing. However selenium chrome driver or edge driver, the browser is loaded with new URL but never load the page. The content is error message as shown below
having issues, or it may have moved permanently to a new web address.
ERR_HTTP2_PROTOCOL_ERROR
Is their a way to solve this problem using selenium java
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.19.1</version>