hey guys,
I've encountered a strange problem today when working with a new page and creating a custom made template for it!
It does basically the following:
- open a page from a list
-> check presence of text/sentence "this is a text"
---> if the text is there: do action a
----> if not, go to this step:
-> check presence of text2/sentence 2 "hello how are you"
----> if the text is there: do action b
----> if not, loop to step 1 (open a page from a list)
The thing is now, that sometimes the program thinks that a specific text IS in the website when it's not and sometimes it works correctly.
How can this be?? Any ideas?
I've encountered a strange problem today when working with a new page and creating a custom made template for it!
It does basically the following:
- open a page from a list
-> check presence of text/sentence "this is a text"
---> if the text is there: do action a
----> if not, go to this step:
-> check presence of text2/sentence 2 "hello how are you"
----> if the text is there: do action b
----> if not, loop to step 1 (open a page from a list)
The thing is now, that sometimes the program thinks that a specific text IS in the website when it's not and sometimes it works correctly.
How can this be?? Any ideas?