Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with send text
#2
By default keys.send expects key names, like "Enter". For text use prefix ! or keys.sendt.

keys.send(@"!mysqlsh");
keys.send(@"Enter");
keys.send(@"!var clusterset = dba.getClusterSet()");
keys.sendt(@"clusterset.status()");


Messages In This Thread
Error with send text - by fablefox - 04-21-2026, 03:51 AM
RE: Error with send text - by Gintaras - 04-21-2026, 04:54 AM
RE: Error with send text - by fablefox - 04-21-2026, 05:06 AM
RE: Error with send text - by Gintaras - 04-21-2026, 06:04 AM
RE: Error with send text - by fablefox - 04-21-2026, 06:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)