Hi, How I can to change the browser window's size using Chome's Selenium driver?
I'm using last version 3.4
I tried something like Size size = iw.Size; size = new Size(1920, 1080); driver.SwitchTo().Window(driver.CurrentWindowHandle).Manage().Window.Size = size;
but when I taka screenshot with Screenshot scrShot = driver.GetScreenshot();
the size remains 1024/768 - that's probbaly is default size
allanklp-sl has quit
pihpah has quit
pkatkar joined the channel
pkatkar
Hi All
I am trying to automate a website
But i usually get Element css=div.rectButton.unselectable not found
i am using IDE
with Firefox
p0deje
:ide
selbot2
Selenium IDE is no longer being maintained. You can ask a question, but most people here will be unable to help you. Instead, consider using WebDriver - http://www.seleniumhq.org/projects/webdriver/
pkatkar
Is there any ide with webdriver also
Is it the one which we need to serve with Programming/ Scripting ?
p0deje
you just write your tests using programming language
I'm not aware of any replacement for Selenium IDE
AutomatedTester
pkatkar: there is a lot of talk around this but as with everything its about finding engineers who want to work on it
If I could get 2 engineers for ~3 months I would build it into Firefox DevTools
dsdeiz joined the channel
dsdeiz has quit
dsdeiz joined the channel
spathare has quit
p0deje
AutomatedTester I thought the general attitude was to avoid IDE :)
AutomatedTester
p0deje: its a gateway drug...
we havent been good about moving people on
also, there are valid times where you want a quick click/record
p0deje
I remember some company was advertising their IDE-like product at SeConf
they had a booth or something
AutomatedTester
for longevity you want proper coded scripts
kd0t joined the channel
pkatkar has quit
wewlad
heyyy
I have parser.addoption('--events', default=[1038], type=int, nargs='*'), how to pass 2 events?
'pytest --events=1,2' and 'pytest --events=1 2' both fail
or 'type=int' and 'nargs="*"' can't be combined?
spacecadetbrown joined the channel
circ-user-R3kjs joined the channel
kristapsa-sl joined the channel
kristapsa-sl
Hello, I really want to try docker-selenium. Is there any guides for beginners that you can suggest?
Wewlad, to check if an element exists with out throwing an exception if it doesn't, you can use findElements, and verify that the size is greater than 0.
wewlad
smccarthy-sl: I found the answer to that already
thanks anyways
what's the use of docker-selenium?
smccarthy-sl
I use it so I can easily scale up and down .
pihpah joined the channel
pihpah
Any idea why I am getting this error: Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
I am running Selenium standalone server from a docker container
Worked fine before I tried to run selenium/standalone-chrome.
dsdeiz has quit
GodFather joined the channel
dmitry-mayer-sl
the log should have more information in it
this message isn't enough to tell :)
swycoff_pc has quit
swycoff_pc joined the channel
p0deje has quit
p0deje joined the channel
kristapsa-sl has quit
Swankey joined the channel
Swankey_ joined the channel
Swankey has quit
pihpah has quit
smccarthy-sl has quit
dmitry-mayer-sl has quit
p0deje has quit
wewlad has quit
GodFather has quit
Swankey_ has quit
Swankey joined the channel
fabrice31 has quit
p0deje joined the channel
ronny has left the channel
kggr joined the channel
stanfordwong6 joined the channel
stanfordwong6 has quit
michl68 has quit
Steve has quit
p0deje has quit
circ-user-R3kjs has quit
rplevka_ has quit
Swankey has quit
Swankey joined the channel
swycoff_pc has quit
swycoff_pc joined the channel
ElectrumGuy joined the channel
IanLiu has quit
IanLiu joined the channel
jpatel_ joined the channel
IanLiu has quit
steele2345 joined the channel
rplevka_ joined the channel
IanLiu joined the channel
IanLiu has quit
IanLiu joined the channel
joshin4colours joined the channel
joshin4colours
hi everyone
random question I know but: are there any seleniumconf-type conferences happening in North America this year?
steele2345 has quit
(Berlin is probably out of budget for me, tbh)
dude-x
joshin4colours well aside from the Austin event that passed, Berlin is the only official one left for this year.
there may be testing conferences left throughout the year though
like GTAC
joshin4colours
dude-x: thanks for this!
oich joined the channel
D3M0S has quit
D3M0S joined the channel
rplevka_ has quit
smccarthy-sl joined the channel
joshin4colours has quit
dsdeiz joined the channel
dsdeiz has quit
dsdeiz joined the channel
duderonomy joined the channel
GodFather joined the channel
smccarthy-sl has quit
Swankey has quit
aName has quit
benny__ has quit
benny_ has quit
spacecadetbrown joined the channel
ElectrumGuy
is there any headless web driver (like phantomjs) but that doesn't have memory leaks?
Jim__ joined the channel
Jim__
Greetings all - apologies if this isn't the right place to ask this, but I'm looking to introduce some automated testing for our websites and web systems, although traditionally all testing has been manually based. I suppose I just want to clarify whether Selenium can be used by non-developers or whether its something that only web developers would get use out of?