how to display error message in javascript
//to display error message just put this code at the end of your brackets
.catch((err) =>{
console.log(err);
how to display error message in javascript
//to display error message just put this code at the end of your brackets
.catch((err) =>{
console.log(err);
How do you handle js alerts?
If the alert on the browser comes from JavaScript, we use to
handle them Alert class.
Alert alert = driver.switchTo.alert();
alert.accept();
alert.dismiss();
alert.sendKeys();
alert.getText();
giving alert in javascript
<!DOCTYPE html>
<html>
<body>
<h2>Biggnars platform</h2>
<script>
window.alert("My known programming languages are python,c# and java");
</script>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us