Search:

Type: Posts; User: zied_dev_java

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,886

    Re: Java recursive Fonction selenium

    bro sry the code is at my pc at job , but please try understand:
    List<WebElement> iframes = driver.findElements(By.tagName("iframe"));
    this will return only the global frames: like in the image in...
  2. Replies
    5
    Views
    1,886

    Re: Java recursive Fonction selenium

    how iterate man? imagine a web page contain 4iframes: and each iframe contains 20other iframes , and those 20iframes contains each one 10iframes , i mean its infinite loop. thats why i need a...
  3. Replies
    5
    Views
    1,886

    Java recursive Fonction selenium

    Hello all , i am working on a java automatisation project using selenium web driver; this project should work on any application/any site (which is hard). i done a good job until now , but my Bigest...
Results 1 to 3 of 3