Search the Community
Showing results for tags 'tabs'.
-
Hey there While finishing the first bot, i am running in more and more problems. Most of my defines will be fired by a button (html ui). But they run not completely through. I do not get the last alerts. In this example the #CollectorStatus will not be set, which i would like to use as an indicator of success or not. This is a search and collect profiles function. define gosearch { wait for browser event("DOM Ready","") navigate("https://www.xing.com/search/members?keywords={#search}","Wait") wait(4) loop(2) { set(#CollectorStatus,"<div class=\"alert alert-pri
-
Hi, I am trying to create schedulable bot but the check boxes cannot be checked within the compile options for both scheduling and hiding tabs. Is there something else I need to do? This worked fine with version 5 Cheers, Tom
- 7 replies
-
- Bug
- Scheduling
-
(and 1 more)
Tagged with:
-
If I have 2 tabs and one has a whole bunch of code and the other doesn't and I am on the tab with very little code and run that little bit of code will it still run slow because of the huge amount of code in the other tab? What is happening to me is that when it clicks on an image it is taking like 15-20 seconds before it moves on to the next command. Edit: Well I guess I will answer my own question. Yes the tab with very little code will run slow. I just thought that was the point of this video http://screencast.com/t/iuuZvopw3bMj