Hey guys I am having trouble getting selenium running through when using the webdriver to open Firefox
I don't know the format of this chat but is there anyone who can help please?
Chris___ has quit
johnny56 joined the channel
Aravind_ joined the channel
Aravind_
what is the standard certification for selenium
Aravind_ has quit
diemol joined the channel
diemol has quit
afx237 has quit
afx237 joined the channel
jsa34-sl joined the channel
jsa34-sl
Chris... Can you paste your code for how your tests are interacting with Firefox and how the webdriver is instantiated? You can use pastebin if it's not on a GitHub repository to view
This way we can see what you are doing
kwoding joined the channel
kwoding has quit
chele joined the channel
diemol joined the channel
repz joined the channel
kpatticha joined the channel
repz has quit
KaL joined the channel
ScioMin has quit
repz joined the channel
kwoding joined the channel
jsa34-sl has quit
repz has quit
repz joined the channel
repz joined the channel
repz joined the channel
repz has quit
fumck joined the channel
repz joined the channel
repz has quit
fumck has quit
MarcWeber joined the channel
treefrob5 joined the channel
treefrob5 has quit
Someone_ joined the channel
Someone_
Hello, so the company that i am working with wants to implement a python language as automation tool or thats a plan. So where i can find good selenium guides for python also is there any wrapper similar to java selenide in python? Furthermore, something simipar to java cucumber wpuld be good too.
hello, I also asked this a couple of days ago but it remained unanswered. In a grid setup, is there any way to also pass commandline switches to a node driver binary on start-up
?
WhereIsMySpoon joined the channel
WhereIsMySpoon has quit
WhereIsMySpoon joined the channel
diemol
oTTomation: can you give an example of what you want to achieve? by binary you mean ChromeDriver and similars?
or you mean the browser binary itself?
oTTomation
yes, by the browser specific driver binary. I want to pass commandline switche to those when i run something like
I think some of them, or all, should work, have you tried them?
ah ok, command switches... got it now
oTTomation
ye
for example i tried trailing behind the binary location a space away but i get org.openqa.selenium.SessionNotCreatedException: Unable to create new service: ChromeDriverService
for smth like -Dwebdriver.chrome.driver="driverBinarys\chromedriver.exe --verbose"
diemol
no, you could try to create a wrapper with the switches
oTTomation
and i already see the geckodriver debug in the comand prompt for the node
diemol
like chromeDriverWrapper.bat, which starts chromedriver.exe with switches, maybe it can work
inodb joined the channel
simonstewart joined the channel
selbot2
simonstewart: note from diemol 5 days ago: Please review this commit https://git.io/fAiYS, we can change the details, but most importantly browserTimeout is working again