| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Mar 20 at 14:32 | |
| stats | profile views | 2 |
|
Mar 20 |
comment |
clicking a link that loads the chrome debugger with errors :D ok,thaaaanks alot |
|
Mar 19 |
comment |
clicking a link that loads the chrome debugger with errors i took ur advice and reported the bug,but i wanna know under what types of bugs this bug categorized?! |
|
Mar 18 |
comment |
clicking a link that loads the chrome debugger with errors thank you so much |
|
Dec 5 |
comment |
check for value if found before adding it to my drop down list? @SuchitParikh,@corsiKa i would like to thank you for the minutes you spent viewing my question and i know it's a basic programming question and the function i'm asking about is not test related . i am using webdriver for testing but during this i faced this problem,i wanted to know the programming concept of it to add it as a plus for me.thanks again |
|
Nov 29 |
comment |
check for value if found before adding it to my drop down list? i know that this function is like validating the entry to the application and this has nothing to do with testing as from testing prospective you shouldn't validate the entry yourself you should let the application show us what it has to detect the bugs.i was only trying some stuff with the webdriver.thanx for help every body |
|
Nov 29 |
comment |
check for value if found before adding it to my drop down list? @user246- x is the variable that holds the user entry and i.text represents the DDL item.text,i tried it it's the same result it ends up only checking the first DDL item and breaks |
|
Nov 29 |
comment |
check for value if found before adding it to my drop down list? @phil i'm tesing and trying to create some functions for me to learn python more. |
|
Nov 28 |
comment |
check for value if found before adding it to my drop down list? when user enter any brand even it's a duplicated one it compares with only the first <option> in the DDL then it turns to run the else statement ,i want to loop over all DDL options first |
|
Nov 28 |
comment |
check for value if found before adding it to my drop down list? i need to check if the brand the user will enter is not listed in the DDL if listed a message "already found" will show up |
|
Oct 18 |
comment |
How to assert values on a page opened by a link on another page? no, i'm asking what code to write to verify a text on a page with "about:blank" URL how to make selenium webdriver point to that new page. |
|
Oct 17 |
comment |
How to assert values on a page opened by a link on another page? now i succeeded to make a test case that do some actions and the last action is to generate a receipt page to be printed. my question is i need to verify text on that page to ensure that it's the correct receipt |
|
Oct 16 |
comment |
How to retrieve INT value from TEXT box using Selenium/Webdriver Python binding? .get_attribute("value") worked thaaaaaaaaaaanx |
|
Oct 16 |
comment |
How to retrieve INT value from TEXT box using Selenium/Webdriver Python binding? it gives that error 'WebElement' object has no attribute 'value' |
|
Oct 16 |
comment |
How to retrieve INT value from TEXT box using Selenium/Webdriver Python binding? @user246 i tried print(tcost),it should print the value of the text box in the IDLE i'm using right?!,as it gave new empty line only and then >>> for next actions |
|
Oct 16 |
comment |
How to retrieve INT value from TEXT box using Selenium/Webdriver Python binding? @phil python language |