Index: openacs-4/packages/acs-automated-testing/tcl/test/selenium-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/test/selenium-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-automated-testing/tcl/test/selenium-procs.tcl 20 Jul 2018 14:43:01 -0000 1.4 +++ openacs-4/packages/acs-automated-testing/tcl/test/selenium-procs.tcl 3 Sep 2024 15:37:30 -0000 1.5 @@ -9,9 +9,9 @@ selenium_server_configured { Is the selenium server configured and working? } { - aa_false "Start Selenium RC Session" [catch {Se start} errmsg] + aa_false "Start Selenium RC Session" [catch {::acs::test::selenium::Se start} errmsg] aa_log $errmsg - aa_false "Open [ad_url]" [catch {Se open [ad_url]} errmsg] + aa_false "Open [ad_url]" [catch {::acs::test::selenium::Se open [ad_url]} errmsg] aa_log $errmsg } # Local variables: