Jump to content
UBot Underground

Letting bot bot work with two (or more) windows


Recommended Posts

I need to do a translation bot for Google translator. There are about 2200 strings in a table that needs to be translated to another language and I was thinking to use Google translator (yes, I know it sucks sometimes, but it's better to correct than to write from scratch) do it it for me like:

 

 

loop (for all strings) {

* first window: read the english string in the first <TD> position

* second window: input the english string and press the Translate button then fetch the translated string

* first window: put the translated string to the localized <TD> location

}

 

Is it posible to have a bot working concurrently with two open windows (or tabs)? How do I address/set focus to the selected window?

Link to post
Share on other sites

I would venture to say that it is possible from a Master bot and open two windows. Then I would use the "set active window" node for going between the two.

Link to post
Share on other sites

hmmm, I think that you need to be careful Buddy. I've tried what you are proposing and the control isn't the same as using the built in browser window.

Link to post
Share on other sites

Hey Frank I'm not doing it. lol

 

Like I said, I think that particular node can do the job. However, the success is dependent on the logic doing the controlling.

Link to post
Share on other sites

I am working with a similar situation. I was wondering if you could update this thread with any new info on how you've progressed over the last 2 months or walls that you've come up against. Thanks!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...