06-02-2010, 11:47 AM
I am confused now.. are you trying to have a regular expression in OR for page identification or you are trying to navigate to page 2
Regular Expression Syntax
|
06-02-2010, 11:47 AM
I am confused now.. are you trying to have a regular expression in OR for page identification or you are trying to navigate to page 2
Hi Saket,
Below is the link for which i want to use regex in OR. And regex used in OR is mentioned below: http.*://210.212.12.163/.*/.*/.*.php?.*
06-02-2010, 12:43 PM
so this should work properly to identify page 2 as well. isn't it working? what the error says?
Now when i run the script, it goes to the next web page and the links on the page gets changed shown below:
On coming to that web page shown below, it click on [First Page]or [Prev] instead of Link 3. This the reason why i want to remove the page=1 so that it works properly. Hope this explains my problem. Regards, Anu
06-03-2010, 10:12 AM
so the issue is for clicking the page links, this is not becuase you have done the regular expression for page url. however it will help to identify the page correctly after each click.
to click on the different page links, see if below code helps you Code: 'Put your statement for the initial steps
06-03-2010, 11:12 AM
Hi Saket,
The code is bit confusing.One reason is that i do not know Descriptive programming and in this code may be you have used that. Could you please tell me where to add this code. The code which i am using is mentioned below: Code: Dim xlSheet,xlBook, xlApp,a,CustomerName,Address,datatable Waiting for your response. Regards, Anu
06-03-2010, 12:38 PM
here is the simplified code
Code: Dim xlSheet,xlBook, xlApp,a,CustomerName,Address,datatable
06-03-2010, 12:56 PM
Hi Saket,
I have done the modification as per your previous post. But on running the script following error comes shown below:
06-03-2010, 01:16 PM
OK, I have used the same variable 'i' which you have already used, Please change it to some other variable and proceed
06-03-2010, 02:11 PM
Hi Saket,
Thnks for the support Could you please tell me why u have used in the code below: Code: Set oLinks = Description.Create Regards, Anu |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Need Any digit in xpath path using Regular expression | Priyam | 1 | 3,495 |
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,361 |
04-09-2015, 01:56 AM Last Post: sarahq49 |
|
Regular expression and script optimisation | Padmavathy | 1 | 3,830 |
03-30-2015, 11:46 AM Last Post: supputuri |
|
Regular expression in descriptive programming | testernc | 1 | 16,576 |
12-08-2014, 06:38 PM Last Post: anshika.agarwal |
|
need a regular expression. | anu05446 | 0 | 3,123 |
11-26-2014, 03:00 PM Last Post: anu05446 |