@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
I'm getting this error constantly. What does it mean? How to fix that ?
-
@luceight said in I'm getting this error constantly. What does it mean? How to fix that ?:
Hi, I noticed with the latest version of BAS, I'm constantly getting this error when I use 'Click on Element' in my script. How to fix it, please ?
What version of BAS are you talking about? How can I repeat this error?
-
Maybe that element is dynamically changed on page load,
depending on many factors.You should examine source code of the given web page and
find - determine best solution for your case.
Experiment with other selectors provided by BAS, besides
CSS selector, or find your own constant selectors based
on web page source codeHere you can learn more about selectors >
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element

