Skip to content

Rephrase/reformat a few sentences #1981

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

Merged
merged 7 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website_and_docs/content/documentation/overview/details.en.md
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ Web browsers are incredibly complex, highly engineered applications,
performing their operations in entirely different ways
but which frequently look the same while doing so.
Even though the text is rendered in the same fonts,
the images are displayed in the same place
, and the links take you to the same destination.
the images are displayed in the same place,
and the links take you to the same destination.
What is happening underneath is as different as night and day.
Selenium “abstracts” these differences,
hiding their details and intricacies from the person writing the code.
4 changes: 2 additions & 2 deletions website_and_docs/content/documentation/webdriver/_index.en.md
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ aliases: ["/documentation/en/webdriver/"]


WebDriver drives a browser natively, as a user would, either locally
or on a remote machine using the Selenium server,
marks a leap forward in terms of browser automation.
or on a remote machine using the Selenium server.
It marks a leap forward in terms of browser automation.

Selenium WebDriver refers to both the language bindings
and the implementations of the individual browser controlling code.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
linkTitle: "Troubleshooting"
weight: 20
description: >
How to get manage WebDriver problems.
How to solve WebDriver problems.
---

It is not always obvious the root cause of errors in Selenium.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
linkTitle: "Troubleshooting"
weight: 20
description: >
How to get manage WebDriver problems.
How to solve WebDriver problems.
---

It is not always obvious the root cause of errors in Selenium.
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
linkTitle: "Errors"
weight: 2
description: >
How to get deal with various problems in your Selenium code.
How to solve various problems in your Selenium code.
aliases: [
"/exceptions/",
"/exceptions/invalid_selector_exception.html",
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
linkTitle: "Errors"
weight: 2
description: >
How to get deal with various problems in your Selenium code.
How to solve various problems in your Selenium code.
---

## InvalidSelectorException
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
linkTitle: "Errors"
weight: 2
description: >
How to get deal with various problems in your Selenium code.
How to solve various problems in your Selenium code.
---

## InvalidSelectorException
Loading
Oops, something went wrong.