Feature #1971
Add ability to define the login form name
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/05/2017
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey over 7 years ago
- Target version changed from 4.4 to 4.5
Might want to do this by selector.
#2 Updated by Luke Murphey over 7 years ago
Need to update the controller too.
#3 Updated by Luke Murphey over 7 years ago
- Target version deleted (
4.5)
MechanizeClient doesn't really support this easily.
#4 Updated by Luke Murphey over 7 years ago
Steps:
- Add field to the wizard
- Add field to the mod input page
- Add field to mod input
- Add field to input spec
- Pass down field to WebScraper, WebInput
- Update auto-discovery algorithm to put form ID in control on the auto-discover page
- Update search command and search command bnf
authentication_form_selector = <value> * A CSS selector identifying the login form * If undefined, the input will try to find the login form automatically