cobrateam / cobrateam/splinter
What is the proper way to submit a form? (DjangoClient)
Open
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 511
- PR merge metrics
- No merged PRs in 30d
Description
Using the Django client, I can click on a link, but when I click on a button I get:
```
self =
def click(self):
"""
Clicks in the element.
"""
> raise NotImplementedError
E NotImplementedError
```
with the element
```
elements
outer_html
Sign Up
```
Am I missing something?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.