I was getting errors after compiling my first bot recently, but they were both Qt5 .dll files that I could copy from the BAS folder into my folder containing the .exe file. Now I'm getting this though:
Hello
Sorry to bump this thread, i have the same error on BAS 24.0.8
When the element is not visible it will not be found. Its the same for an image search function.
The old version of BAS make the scroll working to the bottom of the page.
In 24.0.8 even the scroll is selected, the page is never scrolled and the picture is not found!
Any idea?
Can you attach a test script that demonstrates the problem?
Hello Masta, did you had time to check the test script and the video i made?
I noticed with the last update that keyboard problem was solved! i woul really like to use now the last version of BAS
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 code