← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #353956]: Permission issue with Selenium in Sikuli

 

Question #353956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/353956

    Status: Answered => Open

Sam is still having a problem:
So thank you guys for all the answers up to this point. I was away for
several days and didn't get a chance to respond here.  RaiMan you were
absolutely right about it being crossed installs. It was actually the
selenium4sikuli.jar itself that was conflicting with the load. I figured
this out as I was deleting everything with the name selenium,
selenium4sikuli gave me "open in application" error and wouldn't let me
delete it. After deleting it, driver.get does  what's supposed to.
However, at this point how do I integrate webdriver functionality (find
element by class, name, xpath etc)? When I tried to call
driver.find_element_by_class_name today I get this

[error] AttributeError ( 'org.openqa.selenium.firefox.FirefoxDriver'
object has no attribute 'find_element_by_class_name' )

How do I proceed to be able to actually use the core functionality? This
version of the selenium standalone 2.53.1 doesn't seem to give it to me
after all, or is it called a different way?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.