Recommended Platform for Browser Automation

Droger99

Regular Member
Joined
Sep 12, 2017
Messages
206
Reaction score
45
Hello my fellow BHWers,

I am working on my project right now, which is include, a lot of web browser activities. That's why I am planning to make it automatic, if it's possible.

I am looking for a automation platform that can do:
- Open two tabs in browser
- Klik, then copy something (link/text) from one tab
- Paste it into another tab

I have an experience in basic scripting with Selenium IDE. I was wondering if there might be a better alternative to get the job done. iMacros maybe?

My questions:
if you guys have the same experience, please share it with me, what kind of tools do you use?,
Why do you use that tools?, and
Is there any forum for that tools to discuss the scripting code? just in case I have any trouble in learning by myself.

If you are so kind to share your experience above, I'd be really more than appreciate it.. Thanks


Cheers,
 
Hello my fellow BHWers,

I am working on my project right now, which is include, a lot of web browser activities. That's why I am planning to make it automatic, if it's possible.

I am looking for a automation platform that can do:
- Open two tabs in browser
- Klik, then copy something (link/text) from one tab
- Paste it into another tab

I have an experience in basic scripting with Selenium IDE. I was wondering if there might be a better alternative to get the job done. iMacros maybe?

My questions:
if you guys have the same experience, please share it with me, what kind of tools do you use?,
Why do you use that tools?, and
Is there any forum for that tools to discuss the scripting code? just in case I have any trouble in learning by myself.

If you are so kind to share your experience above, I'd be really more than appreciate it.. Thanks


Cheers,
This can be done easily using Selenium and Python. If you want, I can make one for you. PM me.
 
Yep, shit like this is a breeze with Python and selenium.
 
Back
Top