History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-403
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Mattias
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

@selenium.is_element_present returns SeleniumCommandError

Created: 19/Dec/07 08:59 AM   Updated: 25/Aug/08 01:55 AM
Component/s: Client Driver - Ruby
Affects Version/s: 0.9.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Win XP


 Description  « Hide
Today we are using 0.9.0 and we have quite a few @selenium.is_element_present in our scripts. They are often used to control script behaviours, i.e. they returning false should not mean anything other than antoher direction is taken in our scripts.

When I tried 0.9.2 I noticed that if @selenium.is_element_present returns false a SeleniumCommandError is thrown and the whole script fails/stops. I've seen others writing about this problem aswell...

 All   Comments   Work Log   Change History      Sort Order:
Mattias - 08/Jan/08 03:28 AM
Any news on this?

David - 26/Mar/08 07:35 PM
I'm having the same issue using Remote Control 1.0 beta 1
both using an HTML suite with VerifyElementPresent
and also using a C# .Net driver using IsElementPresent. I get a lot of access denied errors or security errors using *iexplore or *firefox. There is no cross site issues with the page I am testing.
It works with *chrome however.

Abri Zaaiman - 25/Aug/08 01:55 AM
I have the same problem when using the python client driver.