Skip to content

AutoIT/web_generic-v3.2

Compare
Choose a tag to compare
@VVargaOI VVargaOI released this 20 Oct 13:33
· 66 commits to master since this release

Altough the code supports Firefox (needs geckodriver.exe) and Edge (needs msedgedriver.exe) too:

  • Edge has not been tested at all
  • It is not reliable with Firefox. Also, it should disable devtools but in the tests not all of them got disabled and users can re-enable them at this point.

The code supports any number of selectors, types of "v" as value or "c" as click or "s" as secret which is not logged, separated by "||".
The actual action is defined with "::" separator.
Format: "v::css1::username||c::css2||c::css3||s::css4::password||c::css4"

--args sample for Azure portal login:
"1 chrome portal.azure.com v::#i0116::{username}||c::#idSIButton9||s::#i0118::{password}||c::#idSIButton9||c::#idBtn_Back {asset}"

User input is disabled for the period of the login workflow