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

Add documentation for new Element API #287

Open
garg3133 opened this issue Mar 12, 2024 · 1 comment
Open

Add documentation for new Element API #287

garg3133 opened this issue Mar 12, 2024 · 1 comment

Comments

@garg3133
Copy link
Member

Right now, the API doc page meant for the Element API contains details about the global element() API instead of the new Element API.

So, we'd need to write a new page for the new Element API and replace the above page with it.

The page should contain an introduction of the new Element API, why it was introduced, its benefits over the older Element API and some examples on how to use it (how to use find* commands over browser.element, which further can be chained with action commands )like click(), sendKeys(), etc.) or get commands (like getText, etc.), and also how to use chainable assert over the get commands).

@nothuman2718
Copy link
Contributor

I want to work on this issue. Can you guide me on how to proceed?
From the beginning, I have had this doubt about why it was introduced and what its benefits are over the older Element API.

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

No branches or pull requests

2 participants