Search:

Type: Posts; User: KirPochta

Search: Search took 0.06 seconds.

  1. Re: The element does not have time to load on the page

    you need a development environment to run this code, for example initial idea
    better of all u can dawnload my project from github

    https://github.com/KirillPochta/TestNWebDriver.git
  2. Re: The element does not have time to load on the page

    I removed the import so that they do not interfere with the eyes.


    package test;

    import org.junit.After;
    import org.junit.Assert;
    import org.junit.Before;
    import org.junit.Test;
    import...
  3. Re: The element does not have time to load on the page

    Class with tests


    public class HelloWebDriver {

    private WebDriver driver;
    private ChromeOptions options;
    private LoginPage loginPageObj;
    private HomePage homePage;
    ...
  4. The element does not have time to load on the page

    I work with autotests and a web driver and my problem is that the element does not have time to load, although I added explicit and implicit expectation, I really need your help because I am in a...
Results 1 to 4 of 4