Skip to content

Commit

Permalink
Rephrase/reformat a few sentences (#1981)
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
zipperer authored Nov 7, 2024
1 parent b9f2010 commit 77ae509
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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
Expand Up @@ -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.
Expand Down
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
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77ae509

Please sign in to comment.