Search found 4 matches

by Pamana
Wed May 23, 2018 5:11 pm
Forum: How To …
Topic: Validate Screenshots depending on endpoint
Replies: 1
Views: 1334

Validate Screenshots depending on endpoint

Hello,

I have a question regarding the endpoint configuration.

Is it possible to verify screenshots depending on the endpoint and the active endpoint configuration used?

Many Thanks in advance
by Pamana
Wed May 23, 2018 5:08 pm
Forum: How To …
Topic: Resize Broser in Headless mode
Replies: 2
Views: 1675

Re: Resize Broser in Headless mode

Update:
Actually window-size is working. However screenshots differ depending on running headless or not.

I fixed the problem by taking the screenshots for validation with the headless browser.
by Pamana
Tue May 22, 2018 5:22 pm
Forum: How To …
Topic: Resize Broser in Headless mode
Replies: 2
Views: 1675

Resize Broser in Headless mode

Hello, I'm trying to validate Screenshots in Headless mode. I use an endpoint with the configuration: capabilities: { browserName: 'chrome', chromeOptions: { args: ['headless', 'window-size=1920,1080'] } } When opening the browser without the "headless" argument the window-size is as desired. But If...
by Pamana
Tue May 22, 2018 10:29 am
Forum: How To …
Topic: Best Practice Headless Web Driver
Replies: 1
Views: 2073

Best Practice Headless Web Driver

Hello, I'm want to automate our web testing setup and have a general question for my setup. I want to test our test cases against different browsers with different browser sizes. As the test will run in Jenkins on a machine without graphical interface I need to use headless browsers for chrome and f...