browser-use icon indicating copy to clipboard operation
browser-use copied to clipboard

refactor: rename _input_text_element_node to input_text_element_node

Open mannaandpoem opened this issue 7 months ago • 1 comments

Changed the variable name from _input_text_element_node to input_text_element_node to make it accessible outside its original scope since it was being used externally.

mannaandpoem avatar Mar 30 '25 17:03 mannaandpoem

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 30 '25 17:03 CLAassistant

What do you mean by being used externally? It's underscore prefixed to discourage use by library users, not to prevent use between different files in the same codebase internally.

If we deem this ready to expose to library users then we will rename it.

pirate avatar Apr 16 '25 01:04 pirate