Hello guys
I want to know how to clear a field that contains a text value in Puppeteer like we used to do in OB 1 using the Clear function in Selenium elements
Example from OB 1: https://i.imgur.com/u9elUiJ.png
Hello guys
I want to know how to clear a field that contains a text value in Puppeteer like we used to do in OB 1 using the Clear function in Selenium elements
Example from OB 1: https://i.imgur.com/u9elUiJ.png
Guys I need help with that please?
Use the set attribute value block, point it to the input element, the attribute you want to clear will be called value
and its value will be an empty string.
It worked perfectly, much appreciated Ruri
Also could you please post some guides for such situation?
Honestly people can just use the search function of the forum it’s there for this exact reason
Yeah, but sometimes we can’t find what we’re looking for that’s why, BTW thank you again
Well in that case just make a new thread and I will link an existing one or reply if it’s never been asked before
Sure, I’d appreciate that
Can you please tell me why I’m getting BAN here though the keyword exists!
Because the “Get DOM” block does not write the DOM to the SOURCE variable like in OB1, it writes the output to a custom variable that you define. Please check that block and see the name of the output variable and write that one instead of data.SOURCE
It worked, thanks Ruri