Hi ,
I need to validate if a button is available validate the inner text.
If it is not available ignore it.
i tried below options and having issues.
Repo.buttoninfo.exists(200)
In this case sometimes the element is getting discovered sometimes not.And taking a lot of time.
If (Repo.button.enabled){
}
In this case if the button is available it is passing if it is not available,it is serarching the object and instead of going elae part it is failing.
Please help me ASAP
Webelement validation in user code
Re: Webelement validation in user code
hi,
with "available" do you mean if the button is enabled, or do you mean if the button even exists?
Can you upload a Ranorex Snapshot of the button?
regards, qwertzu
with "available" do you mean if the button is enabled, or do you mean if the button even exists?
Can you upload a Ranorex Snapshot of the button?
regards, qwertzu