Search found 102 matches

by rguez_18
Tue Feb 26, 2019 12:34 am
Forum: iMacros Consultants
Topic: Hire me
Replies: 2
Views: 9386

Hire me

Currently taking on custom scripting work, Lets get your projects completed!
by rguez_18
Thu Jul 18, 2013 6:38 pm
Forum: General Support & Discussions
Topic: Turn off sound/mute youtube
Replies: 0
Views: 2093

Turn off sound/mute youtube

Anyone able to mute a youtube video via Javascript? Thanks!
by rguez_18
Mon Jul 15, 2013 4:37 pm
Forum: iMacros Component for .NET
Topic: BackgroundWorker/Threading Sample
Replies: 1
Views: 43193

BackgroundWorker/Threading Sample

Is there a sample on how I can use the component from a backgroundworker or thread? I'm looking into playing scripts in the component while the user manages data within the same form thus the need for threading. Thanks!
by rguez_18
Tue May 14, 2013 1:57 pm
Forum: iMacros Component for .NET
Topic: How to shrink/zoom/scroll the browser display?
Replies: 5
Views: 52134

Re: How to shrink/zoom/scroll the browser display?

You can scroll by using the script below. You can play around with the parameters to hit the location on where you want to scroll to. Hope this helps. Thanks!

URL GOTO=javascript:window.scrollBy(0,150)
by rguez_18
Mon Mar 18, 2013 7:40 pm
Forum: iMacros Component for .NET
Topic: Login Issue on Windows 8
Replies: 3
Views: 43694

Re: Login Issue on Windows 8

Where can I get the updated component. Thanks!
by rguez_18
Mon Feb 25, 2013 7:13 pm
Forum: iMacros Component for .NET
Topic: Login Issue on Windows 8
Replies: 3
Views: 43694

Login Issue on Windows 8

Hi,
I'm using PROXY scripts on my .NET Component. I'm having an issue when my application is running on windows 8 where the credentials/login window isn't populated. I'm using iMacros.Component version 8.0.0.1868 Thanks!
by rguez_18
Tue Feb 19, 2013 7:15 pm
Forum: iMacros Consultants
Topic: Looking for a iMacro expert
Replies: 2
Views: 4243

Re: Looking for a iMacro expert

Let me know what you need. Thanks!
by rguez_18
Sat Nov 10, 2012 1:53 pm
Forum: iMacros Consultants
Topic: Need iMacro Guru to tell me what's possible
Replies: 3
Views: 5217

Re: Need iMacro Guru to tell me what's possible

I can offer this solution to you using .NET (Desktop app running on a windows OS (Any)).
by rguez_18
Sun Nov 04, 2012 10:13 pm
Forum: General Support & Discussions
Topic: Scroll Click Scroll
Replies: 2
Views: 2445

Re: Scroll Click Scroll

Try using;
URL GOTO=javascript:window.scrollBy(0,150)
Adjust the scroll value and see if you can lock on your desired location.

Hope this helps.
by rguez_18
Thu Sep 20, 2012 8:59 pm
Forum: iMacros Component for .NET
Topic: Turn Off Compatibility View in the component
Replies: 4
Views: 35784

Re: Turn Off Compatibility View in the component

Hi Tom, The settings didn't really worked for me, I added my application name on the registry key mentioned but still have the same issue (SEE IMAGE 1) IMAGE 1: http://screencast.com/t/4r3RkRRsyI Here's a screenshot of what happens when I log into google+ using the .NET component IMAGE 2: http://scr...
by rguez_18
Thu Sep 20, 2012 12:28 pm
Forum: iMacros Component for .NET
Topic: Turn Off Compatibility View in the component
Replies: 4
Views: 35784

Re: Turn Off Compatibility View in the component

Awesome! Thanks for the prompt reply, I'll try it out and let you know the results! Cheers!
by rguez_18
Wed Sep 19, 2012 10:02 pm
Forum: iMacros Component for .NET
Topic: Turn Off Compatibility View in the component
Replies: 4
Views: 35784

Turn Off Compatibility View in the component

Hi, Is there a way to turn-off the compatibility view when running scripts from the component? I have a script that does G+ clicks and doesnt work when running on the component. below is my script. This works fine running on the regular imacro browser. Thanks! VERSION BUILD=7511734 TAB T=1 SET !TIME...
by rguez_18
Thu Jun 14, 2012 6:12 pm
Forum: General Support & Discussions
Topic: Help with some iMacro scripting
Replies: 2
Views: 2419

Re: Help with some iMacro scripting

have you tried adding
WAIT SECONDS=5
at the end of your loop?
by rguez_18
Thu Jun 14, 2012 6:09 pm
Forum: General Support & Discussions
Topic: How do you code a IpadUser Agent String into a click IMacro?
Replies: 2
Views: 2458

Re: How do you code a IpadUser Agent String into a click IMa

Have you tried setting the useragent on top of your script?

SET !USERAGENT "Useragent string"

note that the useragent string cannot have space, space needs to be substituted with <SP> keyword.