Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Vue Enterprise > Lesson 11

Working with page objects

One thing that's not very neat about our code are these difficult-to-read CSS selectors we've used like this one [".item-summaries > :first-child > a"].

We know from the last video that what we're doing here is getting the anchor element from the first item summary on the home page. But next time we look at this code we're probably going to forget that and have to waste time figuring it out.

Page objects


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom