Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Testing Flash Videos and Dynamic Content using WebDriver
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
darrell  
View profile  
 More options Nov 15 2012, 10:24 am
From: darrell <darrell.grain...@gmail.com>
Date: Thu, 15 Nov 2012 07:24:19 -0800 (PST)
Local: Thurs, Nov 15 2012 10:24 am
Subject: Re: Testing Flash Videos and Dynamic Content using WebDriver

If it is a captcha then you might want to search this google group for
"captcha". This topic has been discussed before. Reading the old messages
will still be relevent.

Darrell

On Wednesday, 14 November 2012 10:10:13 UTC-8, kiran kumar Dudigama wrote:

> Thanks darrel for giving such valuable information about this.

>  please have a look on registration page of the www.jobtardis.in website.
> In that security code will be changed dynamically. How to automate that?.

> On Monday, 12 November 2012 14:33:47 UTC, darrell wrote:

>> A YouTube video would be hosted in something like an EMBED or OBJECT tag.
>> WebDriver can locate these tags inside the DOM. It would be able to tell
>> you the size and position of the object but not much beyond that. If you
>> have a tool/library which can manipulate the YouTube video, you could pass
>> the size and position using WebDriver but a third party tool/library would
>> be needed.

>> Not sure what you are looking for when you talk about dynamically
>> changing text. If you mean you want a different text string on every run of
>> an automation suite then you should look into the system time. In Java I
>> would use the System.currentTimeMillis() to get the current time. Usually
>> at the start of a test I would get the current time, print it to a log then
>> use it for various strings, e.g.

>>     String timestamp = new String(System.currentTimeMillis());

>>     String username = "Username-" + timestamp;

>> Darrell

>> On Thursday, 8 November 2012 11:24:53 UTC-5, kiran kumar Dudigama wrote:

>>> Can anyone please let me know and write the code for

>>> 1. How to run a YouTube video and

>>> 2. Dynamically changing text(verification while logging in to any mail)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.