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

Fix PageLoaderElement.innerText doc. #167

Merged
merged 2 commits into from
Nov 29, 2018
Merged

Fix PageLoaderElement.innerText doc. #167

merged 2 commits into from
Nov 29, 2018

Conversation

har79
Copy link
Contributor

@har79 har79 commented Nov 28, 2018

  • Change text content => inner text (textContent is a different element property)
  • Update link

Part of #166

*   Change `text content` => `inner text` (textContent is a different element property)
*   Update link
/// https://developer.mozilla.org/en-US/docs/Web/API/Node/innerText), but
/// behaviour may vary for the different pageloader implementations.
/// This should return the value of
/// [`<element>.innerText`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText),
Copy link
Member

@mk13 mk13 Nov 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix this to be within the 80-length limit. I believe the markdown should still work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

/// This should return the value of webdriver's getText() call (see
/// http://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/WebElement.html#getText--),
/// This should return the value of webdriver's
/// [`getText()`](http://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/WebElement.html#getText--),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improved, but I don't want to split the URL without a way to test it; do you know of one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know of a way. Let's just leave it as it is then.

@mk13 mk13 merged commit 849077f into google:master Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants