getCurrentPageNameメソッド($projectManagerクラス) 現在開いているページの名前を得ます。
現在開いているページの名前を得ます。
例1
extends TextChar; text="現在のページ名は"+$projectManager.getCurrentPageName()+"です"; wait();
text="現在のページ名は"+$projectManager.getCurrentPageName()+"です"; wait();