[pgadmin] Prefer CSS selectors to XPath selectors in feature tests

From: Anthony Emengo <aemengo(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgadmin] Prefer CSS selectors to XPath selectors in feature tests
Date: 2018-05-16 13:56:31
Message-ID: CAG8BBZN5vdoKNYLAoezL6W_epC5bM95wqQQyQmyO7gArC0quTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hey all,

We've noticed that our feature tests make extensive use of xpath with the
selenium api. It's well documented that css selectors are easier to read
and more efficient. I think we should start to favor these if we have not
considered so already.

http://bugsareinthegaps.com/what-is-the-best-by-selector-for-selenium-css-or-xpath/

Thanks,
Anthony and Victoria

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2018-05-16 14:01:03 Re: PATCH: pgagent connection string parsing
Previous Message Ashesh Vashi 2018-05-16 13:54:31 Re: [PGAGENT] [PATCH] Remove wxWidget dependency