Introduced the Faker library in the CursorRegistration class to generate random account information, replacing the original random name generation logic.

Also updated the password generation method to use Faker for creating more complex passwords. Additionally, updated requirements.txt to include the Faker dependency.
This commit is contained in:
alanwang
2025-04-24 14:35:26 +08:00
parent 809dac091d
commit 23036da768
2 changed files with 13 additions and 18 deletions

View File

@@ -10,3 +10,4 @@ selenium
webdriver_manager
arabic-reshaper
python-bidi
faker