Hello!
I am using Selenium to automate a simple web process. During a step, I need to check "Verify element present", and if it is present, I want to follow up with some new steps. If it is not present, I want to do a different set of actions.
I thought it should be a simple solution to this, but I can't seem to find any documentation about how to acquire and use these statuses.
Anyone know a simple solution for this? Are there any native variables in Selenium containing this information which I can refer to?
Sincerely,
Svenny