We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature file:
Feature: Browser Navigation Methods Scenario: back(), forward() * configure driver = { type: 'chrome' } * driver 'https://the-internet.herokuapp.com/' * maximize() * print "title is:",driver.title * delay(2000) * driver 'https://www.saucedemo.com/' * print "title is:",driver.title * delay(2000) * back() * print "title is:",driver.title * delay(2000) * forward() * print "title is:",driver.title * delay(2000)
Html Report
Karate Version: 1.4.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature file:
Html Report
Karate Version: 1.4.1
The text was updated successfully, but these errors were encountered: