hello,
Could you add an error log to bot chief editor?
error popup is visible only few seconds and it's very anoying when my project from start to end need few dozens of minutes and I need to sit and watch if any error will show to see, step number, where error occure.
Same feature should be available if my project is started by "run module in new window".
In that case error log should contain all variables and their values when error occure.
Regards
hello,
is there any way in "process controll" ->"if" function to find letters/special signs or numbers?
example:
X =2018
if
X contain "[0-9] numbers" and do not contain letters/special signs "[a-zA-Z&._-]" return value "true"
else
return value "false"
regards
hello,
I have problem with botchief editor(4.2.4).
I use botchief to scroll down facebook search results (they are dynamically loaded).
Month ago everything was working perfectly.
Now during program is running I get crash.
I reinstalled whitehatbox to other drive.
mozalloc.dll could be related to shochwave. I update it with same results.
I disabled in browser settings flash, images and webRTC no progress.
my problem is similar to this topic: http://www.whitehatbox.com/bbs/BBSPost?postid=1760
but i don't know that it was solved.
Podpis problemu:
Nazwa zdarzenia problemu: APPCRASH
Nazwa aplikacji: BotChiefEditor.exe
Wersja aplikacji: 1.0.0.0
Sygnatura czasowa aplikacji: 584133fb
Nazwa modu?u z b??dem: mozalloc.dll
Wersja modu?u z b??dem: 29.0.0.5224
Sygnatura czasowa modu?u z b??dem: 53560473
Kod wyj?tku: 80000003
Przesuni?cie wyj?tku: 0000119c
Wersja systemu operacyjnego: 6.1.7601.2.1.0.256.48
Identyfikator ustawień regionalnych: 1045
Dodatkowe informacje 1: 0a9e
Dodatkowe informacje 2: 0a9e372d3b4ad19135b953a78882e789
Dodatkowe informacje 3: 0a9e
Dodatkowe informacje 4: 0a9e372d3b4ad19135b953a78882e789
Operating System:Windows 7Operating System Bit:64bitSoftware Version:4.2.4
hello,
I made bot and in scrape step I don't get data.
I "scrape similar controls" two values to table. In one of them I get data with no problem,
second column (first in order) is empty.
When I use "test" button in scrape module I get results but when I run full module
there are no data.
my file:
http://s000.tinyupload.com/index.php?file_id=00807118342132751448
setup your botchief editor user-agent to mobile.
write phrase eg.: bloggers in "wyszukane_grupy" variable.
write your login details to facebook account in "login" variable
(setup your fb to english language before run).
please fix this bug
regards
Hi,
is there any way to use regular expression in "if" action as in "Variable operate->regular expression processing"?
when I want to check if my variable contain/doesn't contain letters, I need to compare with all letters of alphabet:
If variable contain a
If variable contain b
If variable contain c
..
If variable contain z
using regular expression it will be quicker to build and bot will not spend much time to run "if" loops so many times.
If variable contain [a-Z]
Regards
hello,
when I run tests of my programs and get error, message box disappear after few seconds, can you implement any error log od show error message until I close it manually?
regards