Search results

  1. D

    closing tab in a macro

    Hi, sorry for the delay in answering your message. You are right it works now. For some reason I thought the system would re-index the tabs after closing one and that is why I went back to tab (1). Thanks!!
  2. D

    closing tab in a macro

    Thank you so much!! Yes, I had seen, copied and tried that piece of code but I found my macros would freeeze, that is, macro execution stopped without any error messages or anything, and that "frozen" state would last until the duration allowed for the macro would be completely spent. So I...
  3. D

    closing tab in a macro

    Hello. Maybe you can help me with this. I am running a macro that opens up three browser tabs. I'd like to move focus to the first one (no problem with that) and then close the third tab at one point during the macro run. Is this possible? I've tried several pieces of code, but the macro seems...
  4. D

    Alert function not popping up on screen

    Solved!!
  5. D

    Alert function not popping up on screen

    Hello. I am trying to debug one of my macros (haven't done so for a couple of months now) using the viewer (2.5.1 version) and I see that the alert function no longer pops up on screen. I have noticed that there is a new tab on the viewer (or at least I had not noticed it before) that says...
  6. D

    Storing the output of a script in a macro variable

    Wonderful!! Thank you!!
  7. D

    Storing the output of a script in a macro variable

    Hello! I am new to javascript and trying to store the result of a javascript script in a variable in my macro. I have tried several ways, but never make it. The idea would be something like this macro: JavaScript: await WaitForLoading(); await Delay(2000); var weekday = await EvaluateScript...
  8. D

    Click on any link in the page but one

    Ok, thanks!!!!! I'll give it a try.
  9. D

    Click on any link in the page but one

    Initially I was thinking of part of the url, but the other option could also be interesting since It could give me the chance to write the link texts in a way that a given string is present in the text of all the links that I want the macro to click.
  10. D

    Click on any link in the page but one

    Hello. Maybe I can get some help from one of you regarding this problem: Say I have a web page which contains the following internal links: https://myweb.com/nogood https://myweb.com/planes https://myweb.com/boats https://myweb.com/also-useless https://myweb.com/cars I want to run a macro...

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu