Hover Me button

Hi, I want to make the bot execute the logic: “Hover the mouse on the Hover Me button-> Click on Link 2” But I don’t know how to implement the mouse-over logic with akaBot Studio. What should I do?

Hi @thuhuedo ,

You can follow the steps below:

  1. Drag and drop “Open Browser (NB)” activity into the canvas
    image

For example: I will try to click on the “I’m Feeling Lucky” on google.com.vn

  1. Drop the “Hover (NB)” activity in “Do”
    image

  2. Click on “Pick target element” and choose the “I’m Feeling Lucky” button

  3. Drop and drag “Click” activity → Click Type: CLICK_DOUBLE

  4. Click on “Pick target element” and choose the “I’m Feeling Lucky” button

  5. Save and Run the workflow.

Regards,
akaBot Support Team