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

Get Element Text does not implement the W3C algorithm #106

Open
poftadeh opened this issue Dec 18, 2019 · 1 comment
Open

Get Element Text does not implement the W3C algorithm #106

poftadeh opened this issue Dec 18, 2019 · 1 comment

Comments

@poftadeh
Copy link
Contributor

poftadeh commented Dec 18, 2019

What happened:
Using the Get Element Text endpoint returns the plain textContent of an element.

What you expected to happen:
For PlumaDriver to return results as recommended in the WebDriver spec.

How to reproduce it (as minimally and precisely as possible):

<html>
  <body>
    <div id="x">
      <div id="y">
        <div>A</div>
        <div>b</div>
      </div>
    </div>
  </body>
</html>

Get the text of the div with id x (Expected: "A\nb", Received: "\n\nA\nb\n\n").

@poftadeh poftadeh added Type: Bug Something isn't working Priority: High labels Dec 18, 2019
@poftadeh poftadeh added this to To do in Kanban via automation Dec 18, 2019
@tienpv222
Copy link
Collaborator

@zthaver zthaver assigned zthaver and unassigned zthaver Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kanban
  
To do
Development

No branches or pull requests

3 participants