nus-ncl / OctoBot

"Orchestrator for Traffic Generator Bot" is a unique open source orchestration system or tool to be used to emulate a human for generating random and various traffic (e.g., web browsing, email, file transfer, and so on) which is modular or flexible implementation, scalable for tremendous number client/service, and simple/lightweight execution through CLI (command-line interface) or API (application programming interface).
Other
16 stars 12 forks source link

[OctoBot/banking-web-application-bot] Workflow "password" #51

Open yburansac opened 2 years ago

yburansac commented 2 years ago

Running command for workflow "password" (docker run --network="host" terracotta-bot:latest -wf password) ends with following error:

image

Apparently, the Terracotta website content is changed (after changePassword(), logout() and login() are called within workflow == 'password' in main.py) and selenium cannot find the right element on the page. The error makes sense; it would just take better handling exceptions.

ariscahyadi commented 2 years ago

Thanks, @yburansac .. we will look into it.