-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added CSharp Code in WebElement - GetElement Text #709
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
Conversation
|
✔️ Deploy Preview for jovial-austin-42fe02 ready! 🔨 Explore the source changes: ebda943 🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-austin-42fe02/deploys/60c353a29130ef000894136f 😎 Browse the preview: https://deploy-preview-709--jovial-austin-42fe02.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
Code samples Look good,
- but there are a few extra docs "backup.md" files got added.
- There are few extra new lines that got added between code snippetts
Could you please update the pr with above changes
@@ -534,6 +535,7 @@ Wird verwendet um das Element, das den Fokus hat zu finden oder um es zu verfolg | |||
import org.openqa.selenium.By | |||
import org.openqa.selenium.chrome.ChromeDriver | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need an extra black line. Could you please remove the extra blank lines added in the code?
@@ -0,0 +1,888 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an extra doc. de.md.backup. Can you delete it
@@ -477,6 +477,8 @@ It is used to track (or) find DOM element which has the focus in the current bro | |||
{{< / code-panel >}} | |||
{{< code-panel language="csharp" >}} | |||
using OpenQA.Selenium; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra new lines. Could you please remove it
I think this PR is replaced with a new PR #710. Closing this as duplicate! |
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
I have added the csharp code for the web element get element text method in all languages
Motivation and Context
The code for Csharp was missing
Types of changes
Checklist