- Extend `ScreenXmlParser` with methods for detecting and extracting account numbers from multiple screens. - Update database schema and DAO to support `account_number` field. - Modify card information scripts to collect, save, and utilize account numbers. - Enhance `GetCardInfoScript` logic to fetch account numbers via screen parsing and interaction. |
||
|---|---|---|
| .. | ||
| CommonScript.cpp | ||
| CommonScript.h | ||
| GetCardInfoScript.cpp | ||
| GetCardInfoScript.h | ||
| GetLastTransactionsScript.cpp | ||
| GetLastTransactionsScript.h | ||
| GetProfileInfoScript.cpp | ||
| GetProfileInfoScript.h | ||
| LoginAndCheckAccountsScript.cpp | ||
| LoginAndCheckAccountsScript.h | ||
| PayByCardScript.cpp | ||
| PayByCardScript.h | ||
| PayByPhoneScript.cpp | ||
| PayByPhoneScript.h | ||
| ScreenXmlParser.cpp | ||
| ScreenXmlParser.h | ||