Fried Hoeben

Results 118 comments of Fried Hoeben

What does the rest of the method look like? To me it looks like the last `}` in your comment closes the `catch` block not the method. The only thing...

Then the exception must be from the `element.click();` line, which would happen since you are looking for an element named 'alert' in the line above and I assume that does...

But then the wiki should have `|confirm|Submit|`, right (if the button's text is 'Submit')?

I see that your method only returns `true` if the alert is present. Could it be that: * the method is called, 'Submit' is clicked * the alert does not...

You're right. I'm just struggling to see whether I can help see whether the issue comes from. Does changing the `catch` from `WebDriverException` to `Exception` and logging the stack trace...

@aquddos123 I fear adding the `-o` is not the best approach as that prevents any of the pages of FitNesse itself being updated. It will cause a situation where the...

Did you ever make any headway fixing your setup? As I stated above the images work in our gitlab pipeline, and I haven't had any other reports of the docker...

@aquddos123 First of all thanks for the extensive report of what you tried and encountered. I agree that something is wrong with the overall chrome setup. The problem does not...

Regarding the docker config I meant one tab higher: 'Resources' When you select that you can indicate the amount of memory The errors you see when trying to use `startGridAndRunTests.sh`...

One thing to note: Selenium's standalone chrome image (and therefore my chrome image as well) as well as their firefox image is NOT headless by default. They actually run a...