Funfact:
The 1.2.0 or so from Forlax. which supports this, is actually no 1.2.0 but is based on some super old 1.0.X Openbullet.

meinname
@meinname
76
Reputation
156
Posts
421
Profile views
6
Followers
0
Following
Posts made by meinname
-
RE: ANY OB VERSION SUPPORT .loliX Except 1.2.0
-
RE: How to capture data from different pages from one source?
Works good for me (ignore first two lines - it is only to build an example list):
-
RE: help a noob :)
@babirro
you can access elements of your list with <idOrder[index]>
like:https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[0]> https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[1]> https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[2]>
if you don't know upfront how many values you will have in your list, you could use stuff like
UTILITY List "idOrder" Length -> VAR "LEN" SET VAR "INDEX" "0" WHILE "<INDEX>" LessThan "<LEN>" ##here your request and so on with using https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/<idOrder[<INDEX>]> FUNCTION Compute "<INDEX>+1" -> VAR "INDEX" ENDWHILE
-
RE: My account has banned without reason
you forgot to ban his new account for ban evasion
-
RE: What is the best way to prevent the editing of the Config Whatever its type
@lasen62458 He meant that he doesn't understand what you were talking about.
-
RE: how to use my owen cookie in openbullet selenium
Why do you open multiple topics?
Deleted the oder ones. -
RE: Most recent version and where to find it?
Do you see the big red box on the main page of the forum?
Read it! -
RE: Is there any way to make a request wait for response instead of throwing the ERROR:
Maybe raise the request timeout on Settings -> RuriLib -> General
-
RE: How to execute JavaScript code
if you have a variable <VARNAME> in Openbullet it is available as VARNAME in the Scriptblock