module-webdriver icon indicating copy to clipboard operation
module-webdriver copied to clipboard

WebDriver module for Codeception

Results 44 module-webdriver issues
Sort by recently updated
recently updated
newest added

I am unable to use the scroll bar to scroll up and down, due to this i am unable to click on an element which can be seen only when...

in my env i have set window_size: 'maximize' When i use frient function, this new browser window isnt maximize.

Hi All, I am trying to execute my codeception/webdriver tests on google chrome with a particular extension enabled. So, I created a new chrome profile. The path is: ~/watchmaster/.config/google-chrome/Profile 2...

This is a suggestion after struggling to reset the host base, that needs resetting after the use of amOnUrl() http://codeception.com/docs/modules/WebDriver#amonurl My suggestion is the following: Although, it can be written...

#### What are you trying to achieve? #### What do you get instead? > Provide console output if related. Use `-vvv` mode for more details. ```bash codecept run acceptance --steps...

#### What are you trying to achieve? Write a custom action that uses the WebDriver locator service to locate an element by its selector string. I would like to do...

#### What are you trying to achieve? Automating application which accepts an SSL certificate before loading login page (2-way handshake) #### What do you get instead? Automated Firefox window is...

I try use in test: $I->dontSeeInPopup('Some my text'); And in html report i have this: no alert open This is not good. Yes, popup window isnt show, but test must...

```bash unexpected alert open: {Alert text : Vyplňte pole Heslo} (Session info: chrome=64.0.3282.186) (Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 4.13.0-36-generic x86_64``` > Provide test source code if related ```php

I have test when I will need to open browser with ssl certificate , the certificate is installed in my local chrome driver. My situation is I need to pass...