ulixee / hero

The web browser built for scraping
MIT License
696 stars 33 forks source link

$ #58

Closed calebjclark closed 2 years ago

calebjclark commented 2 years ago

Dropped $ as an object in favor of $methods.

Instead of this:

document.body.$.click();

It's now this:

document.body.$click();