Skip to content
New issue

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

Fixes #314 : Removed Redundant Line in baseUrl Definition #341

Open
wants to merge 1 commit into
base: versions/3.0
Choose a base branch
from

Conversation

rahulptl165
Copy link

Fixes #314

Description

This PR resolves an issue in the API documentation where the baseUrl section contained a redundant return line. The updated documentation ensures clarity and eliminates unnecessary repetition.

Changes Made

  • Updated the baseUrl documentation to be concise and removed the redundant line.

Before

#### isOpera

  Type: function isOpera(): boolean

  Returns true|false whether or not the browser used is Opera.

#### baseUrl

  Type: string

  Returns true|false whether or not the browser used is Opera.

After

#### isOpera

  Type: function isOpera(): boolean

  Returns true|false whether or not the browser used is Opera.

#### baseUrl

  Type: string

 The value of `baseUrl` as defined in the Nightwatch config and which will be used as the default url for the command `.init()`.
  Other aliases are: `base_url`, `launch_url`, or `launchUrl`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant Line in baseUrl Definition
1 participant