unibotsi 7 Posted August 21, 2020 Report Share Posted August 21, 2020 I`m using the following JS in my bot, to enlarge a table document.getElementsByClassName('kw-left-table')[0].style.height="40000px"; which is working perfectly in ubot, but as soon as I run the compiled bot, the JS is not executed anymore. What could be the problem here? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted August 26, 2020 Report Share Posted August 26, 2020 Navigate to Google first. Quote Link to post Share on other sites
unibotsi 7 Posted September 1, 2020 Author Report Share Posted September 1, 2020 Navigate to Google first. Can you please describte this in a little bit more detail? Quote Link to post Share on other sites
unibotsi 7 Posted September 17, 2020 Author Report Share Posted September 17, 2020 Hello, I`m still facing the same problem. JavaScript will not execute in the compiled bot. I`ve red in other threads that I should open google.com first, because there is JS on the site which will trigger the bot to execute JS on the other site I want to work with, but this also doesn`t work. Is there any other thing I can try? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted September 17, 2020 Report Share Posted September 17, 2020 What are you trying to do with the selector as I use javascript inside a lot of my bots. Quote Link to post Share on other sites
charliefinale 5 Posted September 28, 2020 Report Share Posted September 28, 2020 I have tried javascript on on the external browser (in V6 not to be confused with the exbrowser plugin) and I do not think javascript executes there. Has anyone made that work? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.