I am at the last step where I will automate renaming of the default folder name in dropbox from blmarketing to SCHOOL_NAME + DATE when sent from woocommerce (pdf invoice to dropbox function)
but the issue is that dropbox uses a canvas element that needs focus to rename. So there is an option to use XCLICK AND XTYPE which will click on canvas element and rename it dynamically, which was what I used yesterday, however, this morning its not working anymore…
I then experimented with clickAt and XTYPE but it worked only once and now it not working…
clickAt | xpath=//tbody/tr[1]/td[2]/div[2]/div[1]/div[1] | 10,20
XType | {prischoolname} + {test}
or
Xclick | xpath=//tbody/tr[1]/td[2]/div[2]/div[1]/div[1]
Xtype | {prischoolname} + {test}
Thanks for helping