@darkstone said in Get element attribute from custom interface:
@fox i mean i need to get $('element').val() and store it on a variable that can i used inside BAS
Code for the "Run javascript in web interface" action:
Api.SetGlobalVariable("GLOBALVARIABLENAME", $('element').val())
It is better to hang the handler on this element so that when it is changed, it writes the result to a global variable. In this case, the global variable will always contain relevant information:
$("#element").change(function() {
Api.SetGlobalVariable("GLOBALVARIABLENAME",this.value)
});
@kingsize said in BAS не дает зайти на почту gmail / BAS cannot get access to gmail:
@FastSpace ну его можно включить только после включения двух факторной, а там либо телефон опять же нужен, либо что то придумать с эмуляцией usb ключа ...
Я написал же, можно резервный сгенерить и веб зайти по этому коду, гугл 10 вроде или 12 не помню штук даёт и призвать не для телефона, а для доп. почты 2fa.
@hiddenrambo said in How To Get Developer Tools > Network:
Hello, I need network link
How to RUN mode get last link?
Hello, friend
You can access Developer tools from the top left
then you can click on "Network" to access the network page