ycomp 0 Posted May 11, 2022 Share Posted May 11, 2022 How do I print a blank line to the Debug Window? Link to post Share on other sites
Danp2 1,352 Posted May 11, 2022 Share Posted May 11, 2022 ConsoleWrite(@CRLF) WebDriver UDF [GH&S] Latest version Wiki FAQs Link to post Share on other sites
ycomp 0 Posted May 11, 2022 Author Share Posted May 11, 2022 does consolewrite write to the debug window? I mean the thing created by _DebugSetup() ? Link to post Share on other sites
ycomp 0 Posted May 11, 2022 Author Share Posted May 11, 2022 (edited) I guess I should try _DebugOut(@CRLF) ? Edited May 11, 2022 by ycomp Link to post Share on other sites
Solution ycomp 0 Posted May 11, 2022 Author Solution Share Posted May 11, 2022 I used _DebugOut(@LF) @CRLF i think printed 2 lines Link to post Share on other sites
Danp2 1,352 Posted May 11, 2022 Share Posted May 11, 2022 50 minutes ago, ycomp said: Debug Window OIC. It wasn't clear to me that you were using _DebugSetup(). Looks like you've got it working successfully now. 🙂 WebDriver UDF [GH&S] Latest version Wiki FAQs Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now