cross browser test

Hi

i did sample test using demo site : https://opensource-demo.orangehrmlive.com/

and recorded action to login the portal.

test run is working well Chrome, Firefox, but IE can’t click the Login button.

noting happen at the last click action.

capture.PNG

At the time I tested it, that page is badly broken. HTML SPAN elements are overlaying the INPUT elements using CSS relative positioning left:-254px.

Because you are using WebUI.setText you may not see this design error.

However, clicking the input type=submit button works fine in IE11.

Hi

thank you.

so how can i do to work fine in IE11 ??