Anyone available to assist me with inserting authentication token when loading a website? I'm working in C#
and Chrome
GameDevJon has quit
john63 joined the channel
john6363 joined the channel
corevo joined the channel
john63 has quit
corevo has quit
john6363 has quit
astro has quit
astro joined the channel
Lina_ joined the channel
Lina__ joined the channel
duderonomy joined the channel
Lina_ has quit
duderonomy has quit
spathare joined the channel
duderonomy joined the channel
aName has quit
TinkerT joined the channel
mreznik joined the channel
chele joined the channel
duderonomy joined the channel
corevo joined the channel
kpatticha joined the channel
corevo has quit
corevo joined the channel
kpatticha has quit
luke-sl joined the channel
luke-sl
yes and no. I can help if you maybe explain the problem (but I don't know C#)
:(
abhilash04sha-sl joined the channel
abhilash04sha-sl
Hi Team, I need help to setup the selenium grid using docker-compose. I have set it up locally but by default platform is set to Linux. I want to configure it for cross platform. Link: https://www.youtube.com/playlist?list=PL6tu16kX... docker-compose.yml selenium_hub: image: selenium/hub ports: - 8888:4444 privileged: true environment: - GRID_PLATFORM=WINDOWS - GRID_BROWSER_TIMEOUT=60000
Weekend hack: get jpms compilation working with java 8
Just working on the drivers other than firefox and I'll push it
Also, g'day folks!
I may also be shuffling classes around to avoid us exposing any "internal" packages from modules
barancev
ave, simonstewart!
suffling classes sounds dangerous...
people do use classes from "internal" packages too, despite the name
luke-sl
Jetbrains released their first stable 2018 cut last thursday, Which hopefully in theory fixes cucumber 3 support.
barancev
we can say "it's not our problem", but... may be let's break things in 4.0 at least?
luke-sl: IDEA 2018 broke some junit test runs for me :(
luke-sl
oh joy :(
That fills me with dread, the fix I mentioned was pushed back 4 releases.
barancev
I run a test class from the top bar (a stored run config) -- they are red, then I rerun the same tests from the Test Results window -- red. then I rerun the same tests in debugger from Test Results window -- all green. rerun them again from the Test Results window without debugger -- green. run again from top bar -- RED!@!!
I suspect it's related to static fields, they remain uninitialized and tests mass-fail with NPE
luke-sl
well I hope the stuff I asked for is working in RubyMine 2018.2 - But who knows :P
jsanchez-sl joined the channel
Well, the good news is the stuff I asked for is there. The bad news is it's globally broken and I can't even run a feature.
simonstewart has quit
simonstewart joined the channel
iabbi-sl has quit
abhilash04sha-sl has quit
corevo has quit
simonstewart has quit
kpatticha joined the channel
WhereIsMySpoon_ joined the channel
simonstewart joined the channel
simonstewart has quit
simonstewart joined the channel
kpatticha has quit
smccarthy joined the channel
Selenium-Github
[13selenium] 15shs96c pushed 3 new commits to 06master: 02https://git.io/fN2Kb
13selenium/06master 14b5d9646 15Simon Stewart: Bump ByteBuddy to 1.8.15
13selenium/06master 14dff7251 15Simon Stewart: Bump java parser to a version that supports java 9 module-info parsing
yes, I'm reading this comment and going to check this command
simonstewart
You'll need a recent java (10 is the current release) and load up the module path with the maven targets in that comment ("java/client/src/org/openqa/selenium:core#maven", "java/client/src/org/openqa/selenium/remote:remote#maven", and "java/client/src/org/openqa/selenium/firefox:firefox#maven")