storeXpathCount doesn't work

Can you ultraview my virtual machine to check for me. Thank you

ok

I need search by ticker first

this works for me. try on your main system, not inside virtual machine

hix. ok. I will try. Thank you so much!!

if it doesnt work then use this
change X,Y coordinates

its not a practical solution but easier for you

    {
      "Command": "XClick",
      "Target": "180, 580",
      "Value": "",
      "Description": ""
    }

It doesn’t work in virtual machine (virtualbox)

(post deleted by author)

not working inside vmware too
try this:
use xrun and launch a executable or script to do x,y click

give me the code. I don’t know how to write them :joy:

you need to install python and pyautogui library

import pyautogui
import time

time.sleep(2)
pyautogui.click(180, 580)

first test if this works in virtualbox

omg. more complicated

get chrome extension to click at x,y
use xclick image ocr to click chrome extension