How To Disable JavaScript Using Custom Profile For selenium WebDriver Test
Many times you need to disable JavaScript In your browser to verify that function or validation Is working fine even If JavaScript Is disabled. Simple example Is you need to disable JavaScript of Firefox browser to check server side validation of Input text field. Enabling or disabling JavaScript Is simple task If you will do It … Read more