Re: [Selenium-users] verifyLocation

2005-09-08 Thread Alexandre Garel
D. Woodill a écrit : Thanks for the information Alexandre. I guess that's why the example only verifies the title - not as helpful as the location, especially if the title is blank. Test Select shows: open | ./tests/html/test_select.html In DOS, and perhaps UNIX, I forget, ../ mea

Re: [Selenium-users] verifyLocation

2005-09-08 Thread D. Woodill
Thanks for the information Alexandre. I guess that's why the example only verifies the title - not as helpful as the location, especially if the title is blank. Test Select shows: open | ./tests/html/test_select.html In DOS, and perhaps UNIX, I forget, ../ means go up one directory.

Re: [Selenium-users] verifyLocation

2005-09-07 Thread Alexandre Garel
D. Woodill a écrit : Hello, Test result _ Test OpenGoogle Test Search | open| http://www.google.com| | verifyTitle| Google| | type| q| Selenium ThoughtWorks | verifyValue| q| Selenium ThoughtWorks | verifyLocation| http://www.goo

[Selenium-users] verifyLocation

2005-09-07 Thread D. Woodill
Hello, Having read your Selenium-Users messages since version 4, and I am now trying tests in Selenium 5. My plan was to use the assertLocation to make sure I was knocking on the right door before running other test. The assertLocation command didn't co-operate so I switched to verifyLocation.