MixinNetwork / MixinNetwork/flutter-plugins
how to sending a parameter like inject form username and password
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 512
- Forks
- 292
- Avg merge
- 15h 8m
- Merged PRs (30d)
- 7
Description
in python we have selenium and if i want inject form i just need add like below code
# opening the website in chrome.
driver.get(url)
# find the id or name or class of
# username by inspecting on username input
driver.find_element_by_name(
"id/class/name of username").send_keys(username)
# find the password by inspecting on password input
driver.find_element_by_name(
"id/class/name of password").send_keys(password)
# click on submit
driver.find_element_by_css_selector(
"id/class/name/css selector of login button").click()
but is posible in flutter?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or plugin entry points are identified. First determine which Flutter plugin and form or web-view context this question concerns, then clarify the expected username, password, and submission behavior before defining a documentation change and its completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- mobile
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100