03-04-2010, 12:50 PM
|
Regular Expression for a Complex Browser Title
|
|
03-25-2010, 07:16 PM
Hi Ankur,
I even face the same condition and need your response on this. This is particularly for when we click on a link which opens a Dialog containg "Save" and "Cancel" buttons and a Browser behind the Dialog having dynamic title.
03-25-2010, 09:22 PM
This should work.
Code: ^https?\://mywebsite.com(/\S*)This should match http or https, the domain name can not change, then any non-whitespace in the path to the end.
02-13-2011, 06:08 AM
try:
Browser("title:=.*). |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Need Any digit in xpath path using Regular expression | Priyam | 1 | 4,073 |
10-05-2016, 11:05 AM Last Post: Ankur |
|
| Regular expression to read two words in lowercase, uppercase and with and without spa | sarahq49 | 1 | 3,816 |
04-09-2015, 01:56 AM Last Post: sarahq49 |
|
| Regular expression and script optimisation | Padmavathy | 1 | 4,401 |
03-30-2015, 11:46 AM Last Post: supputuri |
|
| Regular expression in descriptive programming | testernc | 1 | 17,103 |
12-08-2014, 06:38 PM Last Post: anshika.agarwal |
|
| need a regular expression. | anu05446 | 0 | 3,465 |
11-26-2014, 03:00 PM Last Post: anu05446 |
|
Users browsing this thread: 1 Guest(s)

