
gijosu
Members-
Content Count
32 -
Joined
-
Last visited
-
Days Won
5
Everything posted by gijosu
-
Check AutoMaxed https://automaxed.com/ By PRO http://network.ubotstudio.com/forum/index.php?/profile/27435-pro/content/&type=forums_topic&change_section=1
-
I didnt see that, a thank you will be better , good luck anyway
-
check this
-
the enterprise edition comes with crypto commands & functions, also Seth said he's planning to implement chatGPT api soon
-
use full xpath
- 1 reply
-
- 1
-
-
the ui html seems broken in the latest v6.x.x, you better try 5.9.55 Or use Ustrap
-
Make sure to set the list scope to Global
-
use list from text add list to list(%URLs,$list from text(#TextArea0,$new line),"Delete","Global")
-
BotBank | GoogleSheets API - Create spreadsheet row
gijosu replied to Rustproof's topic in General Discussion
sure, good luck -
BotBank | GoogleSheets API - Create spreadsheet row
gijosu replied to Rustproof's topic in General Discussion
add your values to a list, then select that list in create spreadsheet row -
following...
-
if you paid via paypal, login and go for subscription tab and cancel ubot
-
Is it possible to temporarily "comment out" code without deleting it?
gijosu replied to myubo's topic in General Discussion
use the comment command comment("navigate(\"http://content.ubotstudio.com/resources/\",\"Wait\") click($element offset(<tagname=\"a\">,3),\"Left Click\",\"No\") ") -
Looking to develop a simple bot with ubot developer
gijosu replied to Mrcrix's topic in Bots and Scripts
Hello, I can build that for you, send me more details on PM -
Its working fine, try change user agent
-
Ultimate Ui - Create Beautiful Uis With Xaml, Datagrid, Metro & More!
gijosu replied to HelloInsomnia's topic in Plugins
Can you share demo exe using both eliteubot and ultimateui with new features? Thanks Nick -
Ultimate Ui - Create Beautiful Uis With Xaml, Datagrid, Metro & More!
gijosu replied to HelloInsomnia's topic in Plugins
I cant post in this thread, just search the forum or google, anyway, ultimate ui comes with all your needs, good luck -
Ultimate Ui - Create Beautiful Uis With Xaml, Datagrid, Metro & More!
gijosu replied to HelloInsomnia's topic in Plugins
You only need VS to design your bot then grab the xaml code , no need for other plugin -
use JsonPathBuilderPro will help you and make json easier set(#HttpGet,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.alphavantage.co/query?function=SMA&symbol=MSFT&interval=weekly&time_period=10&series_type=open&apikey=demo", "", "", "", "", ""),"Global") clear list(%SMA) add list to list(%SMA,$list from text($plugin function("JSONpath.dll", "$JSONpath parser", #HttpGet, "Technical Analysis: SMA.*.SMA"),$new line),"Delete","Global") set(#SMA,$list item(%SMA,0),"Global") alert("First SMA : {#SMA}")
-
and use JsonPathBuilderPro , will make it easy for you
-
Gui Tutorial And Template Using Xaml And Datagrid
gijosu replied to HelloInsomnia's topic in Tutorials, Tips and Tricks
you can write the context menu within the xaml code then define the code in ubot and use xaml event hook to call it, -
you're welcome, glad to help
-
Hi, my pleasure You can add both, --app & --windows-size make sure to add url for --app=http://www.AnyUrl.com --app=http://google.com--window-size=375,790Then the rest of your script
-
I'm not using the plugin yet, but I think $ExBrowser Generic Chrome Parameter", "kiosk" will help you with that