Skip to content

building on chrome's puppeteer tooling to develop a performance evaluation platform.

License

Notifications You must be signed in to change notification settings

benhastings/puppeteer_performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naming: all underscores for separating. if hyphens used, they will be replaced element seeking:

  • Css_Selectors: #id_name, .<CLASS_NAME>, <sub_element>.<CLASS_NAME>, [<attribute_name> = <attribute value]
  • Xpath: in the rare cases that one of the above doesn't work, an xpath is acceptable if it is as concise and local as possible (i.e. no more than one or two nodes deep)

Text entry

  • if text entry leads to dropdown, best practice is to add postText:'Enter' before subsequent clicking

About

building on chrome's puppeteer tooling to develop a performance evaluation platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published