You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,7 +132,12 @@ element = await page.querySelector('h1')
103
132
title =await element.evaluate('(element) => element.textContent')
104
133
```
105
134
106
-
Credits
107
-
---------
135
+
## Future Plan
136
+
137
+
1. Catch up development of puppeteer
138
+
* Not intend to add original API which puppeteer does not have
139
+
2. Add more tests and fix bugs
140
+
141
+
## Credits
108
142
109
143
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
0 commit comments